Searched refs:sh_size (Results 1 – 14 of 14) sorted by relevance
/system/unwinding/libunwindstack/ |
D | ElfInterface.cpp | 349 sec_size = shdr.sh_size; in ReadSectionHeaders() 374 symbols_.push_back(new Symbols(shdr.sh_offset, shdr.sh_size, shdr.sh_entsize, in ReadSectionHeaders() 375 str_shdr.sh_offset, str_shdr.sh_size)); in ReadSectionHeaders() 384 .size = shdr.sh_size, in ReadSectionHeaders() 389 gnu_debugdata_size_ = shdr.sh_size; in ReadSectionHeaders() 393 .size = shdr.sh_size, in ReadSectionHeaders() 399 .size = shdr.sh_size, in ReadSectionHeaders() 405 if (__builtin_add_overflow(data_vaddr_start_, shdr.sh_size, &data_vaddr_end_)) { in ReadSectionHeaders() 412 text_size_ = shdr.sh_size; in ReadSectionHeaders() 426 gnu_build_id_size_ = shdr.sh_size; in ReadSectionHeaders() [all …]
|
/system/unwinding/libunwindstack/tests/ |
D | ElfInterfaceTest.cpp | 787 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeadersMalformedSymData() 797 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeadersMalformedSymData() 807 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeadersMalformedSymData() 816 shdr.sh_size = 0x1000; in InitSectionHeadersMalformedSymData() 860 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeaders() 870 shdr.sh_size = shdr.sh_entsize * 10; in InitSectionHeaders() 885 shdr.sh_size = 0x1000; in InitSectionHeaders() 948 shdr.sh_size = 0x800; in InitSectionHeadersOffsets() 957 shdr.sh_size = 0x1000; in InitSectionHeadersOffsets() 968 shdr.sh_size = 0x500; in InitSectionHeadersOffsets() [all …]
|
D | GenGnuDebugdata.cpp | 65 shdr.sh_size = 0x800; in GenElf() 73 shdr.sh_size = 24; in GenElf()
|
D | ElfTestUtils.cpp | 88 shdr.sh_size = 0x100; in TestInitGnuDebugdata() 130 shdr.sh_size = bytes; in TestInitGnuDebugdata()
|
D | MapInfoGetBuildIDTest.cpp | 157 shdr.sh_size = sizeof(note_section); in InitElfData() 167 shdr.sh_size = 0x1000; in InitElfData()
|
D | JitDebugTest.cpp | 116 shdr.sh_size = 0x100; in CreateElf() 127 shdr.sh_size = 0x200; in CreateElf() 136 shdr.sh_size = size; in CreateElf()
|
D | UnwinderTest.cpp | 1719 shdr.sh_size = shdr.sh_entsize; in TEST_F() 1726 shdr.sh_size = 0x100; in TEST_F()
|
/system/chre/platform/shared/ |
D | nanoapp_loader.cc | 424 while (offset < mSectionHeadersPtr[i].sh_size) { in callInitArray() 535 mDynamicSymbolTableSize = dynamicSymbolTablePtr->sh_size; in verifyDynamicTables() 568 size_t sectionSize = stringSection.sh_size; in copyAndVerifyHeaders() 786 while (offset < mSectionHeadersPtr[i].sh_size) { in callTerminatorArray() 802 if (pwTokenTableHeader->sh_size != 0) { in getTokenDatabaseSectionInfo() 803 *size = pwTokenTableHeader->sh_size; in getTokenDatabaseSectionInfo()
|
/system/bpf/loader/ |
D | Loader.cpp | 157 sec.resize(shTable[id].sh_size); in readSectionByIdx() 158 if (!elfFile.read(sec.data(), shTable[id].sh_size)) return -1; in readSectionByIdx() 207 dataTmp.resize(shTable[i].sh_size); in readSectionByName() 212 if (!elfFile.read((char*)dataTmp.data(), shTable[i].sh_size)) return -1; in readSectionByName() 255 dataTmp.resize(shTable[i].sh_size); in readSectionByType() 260 if (!elfFile.read((char*)dataTmp.data(), shTable[i].sh_size)) return -1; in readSectionByType()
|
/system/chre/platform/riscv/ |
D | nanoapp_loader.cc | 41 size_t relocSize = dynamicRelaTablePtr->sh_size; in relocateTable()
|
/system/memory/libmeminfo/libelf64/ |
D | parse.cpp | 88 uint64_t sSize = shdr.sh_size; in ParseSections()
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | loader_util.h | 198 Elf32_Word sh_size; member
|
/system/unwinding/libunwindstack/tests/fuzz/ |
D | UnwinderComponentCreator.cpp | 269 shdr.sh_size = 0x100; in PutElfInMemory() 279 shdr.sh_size = 0x200; in PutElfInMemory()
|
/system/extras/simpleperf/ |
D | read_elf.cpp | 318 symbol.len = shdr->sh_size; in AddSymbolForPltSection() 392 sections[i].size = shdr.sh_size; in GetSectionHeader()
|