Home
last modified time | relevance | path

Searched refs:sh_size (Results 1 – 12 of 12) sorted by relevance

/system/unwinding/libunwindstack/
DElfInterface.cpp290 sec_size = shdr.sh_size; in ReadSectionHeaders()
315 symbols_.push_back(new Symbols(shdr.sh_offset, shdr.sh_size, shdr.sh_entsize, in ReadSectionHeaders()
316 str_shdr.sh_offset, str_shdr.sh_size)); in ReadSectionHeaders()
324 debug_frame_size_ = shdr.sh_size; in ReadSectionHeaders()
328 gnu_debugdata_size_ = shdr.sh_size; in ReadSectionHeaders()
332 eh_frame_size_ = shdr.sh_size; in ReadSectionHeaders()
336 eh_frame_hdr_size_ = shdr.sh_size; in ReadSectionHeaders()
340 if (__builtin_add_overflow(data_vaddr_start_, shdr.sh_size, &data_vaddr_end_)) { in ReadSectionHeaders()
347 text_size_ = shdr.sh_size; in ReadSectionHeaders()
361 gnu_build_id_size_ = shdr.sh_size; in ReadSectionHeaders()
[all …]
/system/unwinding/libunwindstack/tests/
DElfInterfaceTest.cpp790 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeadersMalformedSymData()
800 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeadersMalformedSymData()
810 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeadersMalformedSymData()
819 shdr.sh_size = 0x1000; in InitSectionHeadersMalformedSymData()
863 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeaders()
873 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeaders()
888 shdr.sh_size = 0x1000; in InitSectionHeaders()
951 shdr.sh_size = 0x800; in InitSectionHeadersOffsets()
960 shdr.sh_size = 0x1000; in InitSectionHeadersOffsets()
971 shdr.sh_size = 0x500; in InitSectionHeadersOffsets()
[all …]
DGenGnuDebugdata.cpp69 shdr.sh_size = 0x800; in GenElf()
77 shdr.sh_size = 24; in GenElf()
DElfTestUtils.cpp88 shdr.sh_size = 0x100; in TestInitGnuDebugdata()
130 shdr.sh_size = bytes; in TestInitGnuDebugdata()
DMapInfoGetBuildIDTest.cpp160 shdr.sh_size = sizeof(note_section); in InitElfData()
170 shdr.sh_size = 0x1000; in InitElfData()
DJitDebugTest.cpp116 shdr.sh_size = 0x100; in CreateElf()
127 shdr.sh_size = 0x200; in CreateElf()
136 shdr.sh_size = size; in CreateElf()
DUnwinderTest.cpp1712 shdr.sh_size = shdr.sh_entsize; in TEST_F()
1719 shdr.sh_size = 0x100; in TEST_F()
/system/chre/platform/shared/
Dnanoapp_loader.cc373 while (offset < mSectionHeadersPtr[i].sh_size) { in callInitArray()
518 tableSize = dynamicSymbolTablePtr->sh_size; in getDynamicSymbolTableSize()
579 size_t sectionSize = stringSection.sh_size; in copyAndVerifyHeaders()
597 mSymbolTableSize = symbolTableHeader->sh_size; in copyAndVerifyHeaders()
619 size_t stringTableSize = stringTableHeader->sh_size; in copyAndVerifyHeaders()
920 while (offset < mSectionHeadersPtr[i].sh_size) { in callTerminatorArray()
/system/bpf/libbpf_android/
DLoader.cpp149 sec.resize(shTable[id].sh_size); in readSectionByIdx()
150 if (!elfFile.read(sec.data(), shTable[id].sh_size)) return -1; in readSectionByIdx()
199 dataTmp.resize(shTable[i].sh_size); in readSectionByName()
204 if (!elfFile.read((char*)dataTmp.data(), shTable[i].sh_size)) return -1; in readSectionByName()
247 dataTmp.resize(shTable[i].sh_size); in readSectionByType()
252 if (!elfFile.read((char*)dataTmp.data(), shTable[i].sh_size)) return -1; in readSectionByType()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h191 Elf32_Word sh_size; member
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp275 shdr.sh_size = 0x100; in PutElfInMemory()
285 shdr.sh_size = 0x200; in PutElfInMemory()
/system/extras/simpleperf/
Dread_elf.cpp281 symbol.len = shdr->sh_size; in AddSymbolForPltSection()
353 sections[i].size = shdr.sh_size; in GetSectionHeader()