Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DElfInterfaceTest.cpp530 shdr.sh_type = SHT_STRTAB; in SonameInit()
782 shdr.sh_type = SHT_SYMTAB; in InitSectionHeadersMalformedSymData()
792 shdr.sh_type = SHT_DYNSYM; in InitSectionHeadersMalformedSymData()
802 shdr.sh_type = SHT_DYNSYM; in InitSectionHeadersMalformedSymData()
813 shdr.sh_type = SHT_STRTAB; in InitSectionHeadersMalformedSymData()
855 shdr.sh_type = SHT_SYMTAB; in InitSectionHeaders()
865 shdr.sh_type = SHT_DYNSYM; in InitSectionHeaders()
875 shdr.sh_type = SHT_PROGBITS; in InitSectionHeaders()
882 shdr.sh_type = SHT_STRTAB; in InitSectionHeaders()
942 shdr.sh_type = SHT_PROGBITS; in InitSectionHeadersOffsets()
[all …]
DGenGnuDebugdata.cpp55 shdr.sh_type = SHT_NULL; in GenElf()
60 shdr.sh_type = SHT_PROGBITS; in GenElf()
70 shdr.sh_type = SHT_STRTAB; in GenElf()
DElfTestUtils.cpp75 shdr.sh_type = SHT_NULL; in TestInitGnuDebugdata()
86 shdr.sh_type = SHT_STRTAB; in TestInitGnuDebugdata()
126 shdr.sh_type = SHT_PROGBITS; in TestInitGnuDebugdata()
DMapInfoGetBuildIDTest.cpp154 shdr.sh_type = SHT_NOTE; in InitElfData()
164 shdr.sh_type = SHT_STRTAB; in InitElfData()
DJitDebugTest.cpp108 shdr.sh_type = SHT_NULL; in CreateElf()
113 shdr.sh_type = SHT_STRTAB; in CreateElf()
123 shdr.sh_type = SHT_PROGBITS; in CreateElf()
132 shdr.sh_type = SHT_NOBITS; in CreateElf()
DElfCacheTest.cpp117 shdr.sh_type = SHT_NULL; in WriteElfFile()
DUnwinderTest.cpp1711 shdr.sh_type = SHT_NULL; in TEST_F()
1714 shdr.sh_type = SHT_SYMTAB; in TEST_F()
1723 shdr.sh_type = SHT_STRTAB; in TEST_F()
/system/unwinding/libunwindstack/
DElfInterface.cpp360 if (shdr.sh_type == SHT_SYMTAB || shdr.sh_type == SHT_DYNSYM) { in ReadSectionHeaders()
371 if (str_shdr.sh_type != SHT_STRTAB) { in ReadSectionHeaders()
376 } else if ((shdr.sh_type == SHT_PROGBITS || shdr.sh_type == SHT_NOBITS) && sec_size != 0) { in ReadSectionHeaders()
416 } else if (shdr.sh_type == SHT_STRTAB) { in ReadSectionHeaders()
420 } else if (shdr.sh_type == SHT_NOTE) { in ReadSectionHeaders()
650 if (shdr.sh_type == SHT_NOTE && shdr.sh_name < sec_size && in GetBuildIDInfo()
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp261 shdr.sh_type = SHT_NULL; in PutElfInMemory()
266 shdr.sh_type = SHT_STRTAB; in PutElfInMemory()
275 shdr.sh_type = SHT_PROGBITS; in PutElfInMemory()
/system/memory/libmeminfo/libelf64/
Dparse.cpp93 if (shdr.sh_type != SHT_NOBITS) { in ParseSections()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h194 Elf32_Word sh_type; member
/system/bpf/loader/
DLoader.cpp252 if ((int)shTable[i].sh_type != type) continue; in readSectionByType()