Searched refs:section_size (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dpe_image_reader_win_unittest.cc106 size_t section_size = 0; local
107 const uint8_t* export_section = image_reader_.GetExportSection(&section_size);
109 EXPECT_NE(0U, section_size);
H A Dpe_image_reader_win.h43 const uint8_t* GetExportSection(size_t* section_size);
H A Dpe_image_reader_win.cc118 const uint8_t* PeImageReader::GetExportSection(size_t* section_size) { argument
126 *section_size = data_size;
/external/oprofile/libutil++/
H A Dbfd_support.cpp242 size_t section_size = bfd_section_size(abfd, section); local
243 if (pc + max_search > section_size)
244 max_search = section_size - pc;
/external/chromium_org/base/win/
H A Dpe_image.h35 PVOID section_start, DWORD section_size,
H A Dpe_image_unittest.cc44 DWORD section_size,
41 SectionsCallback(const PEImage &image, PIMAGE_SECTION_HEADER header, PVOID section_start, DWORD section_size, PVOID cookie) argument
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp610 const lldb::offset_t section_size = dynsym_data.GetByteSize(); local
615 while (offset < section_size)
769 const uint64_t section_size = header.sh_type == SHT_NOBITS ? 0 : header.sh_size; local
777 if (section_size && (data.SetData (object_data, header.sh_offset, section_size) == section_size))
789 if (section_size && (data.SetData (object_data, header.sh_offset, section_size) == section_size))
1246 const lldb::offset_t section_size local
[all...]
/external/lldb/source/Symbol/
H A DObjectFile.cpp499 const uint64_t section_size = section->GetByteSize(); local
500 const uint64_t section_bytes_left = section_size - section_offset;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c3825 ULong section_size; local
3837 section_size = escn_debug_info_alt.szB;
3847 section_size = escn_debug_info.szB;
3855 section_size = escn_debug_types.szB;
3983 cu_offset_now, section_size);
3984 if (cu_offset_now > section_size)
4018 if (cu_offset_now == section_size)

Completed in 4418 milliseconds