Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DElfInterface.cpp349 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/
DElfInterfaceTest.cpp787 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 …]
DGenGnuDebugdata.cpp65 shdr.sh_size = 0x800; in GenElf()
73 shdr.sh_size = 24; in GenElf()
DElfTestUtils.cpp88 shdr.sh_size = 0x100; in TestInitGnuDebugdata()
130 shdr.sh_size = bytes; in TestInitGnuDebugdata()
DMapInfoGetBuildIDTest.cpp157 shdr.sh_size = sizeof(note_section); in InitElfData()
167 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.cpp1719 shdr.sh_size = shdr.sh_entsize; in TEST_F()
1726 shdr.sh_size = 0x100; in TEST_F()
/system/chre/platform/shared/
Dnanoapp_loader.cc424 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/
DLoader.cpp157 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/
Dnanoapp_loader.cc41 size_t relocSize = dynamicRelaTablePtr->sh_size; in relocateTable()
/system/memory/libmeminfo/libelf64/
Dparse.cpp88 uint64_t sSize = shdr.sh_size; in ParseSections()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h198 Elf32_Word sh_size; member
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp269 shdr.sh_size = 0x100; in PutElfInMemory()
279 shdr.sh_size = 0x200; in PutElfInMemory()
/system/extras/simpleperf/
Dread_elf.cpp318 symbol.len = shdr->sh_size; in AddSymbolForPltSection()
392 sections[i].size = shdr.sh_size; in GetSectionHeader()