Searched refs:section_size (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/chrome/browser/safe_browsing/ |
D | pe_image_reader_win_unittest.cc | 106 size_t section_size = 0; in TEST_P() local 107 const uint8_t* export_section = image_reader_.GetExportSection(§ion_size); in TEST_P() 109 EXPECT_NE(0U, section_size); in TEST_P()
|
D | pe_image_reader_win.cc | 118 const uint8_t* PeImageReader::GetExportSection(size_t* section_size) { in GetExportSection() argument 126 *section_size = data_size; in GetExportSection()
|
D | pe_image_reader_win.h | 43 const uint8_t* GetExportSection(size_t* section_size);
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 610 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++/ |
D | bfd_support.cpp | 242 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/ |
D | pe_image.h | 35 PVOID section_start, DWORD section_size,
|
D | pe_image_unittest.cc | 44 DWORD section_size, in SectionsCallback() argument
|
/external/lldb/source/Symbol/ |
D | ObjectFile.cpp | 499 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/ |
D | readdwarf3.c | 3825 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()
|