Home
last modified time | relevance | path

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

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