Searched refs:sh_type (Results 1 – 12 of 12) sorted by relevance
530 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 …]
55 shdr.sh_type = SHT_NULL; in GenElf()60 shdr.sh_type = SHT_PROGBITS; in GenElf()70 shdr.sh_type = SHT_STRTAB; in GenElf()
75 shdr.sh_type = SHT_NULL; in TestInitGnuDebugdata()86 shdr.sh_type = SHT_STRTAB; in TestInitGnuDebugdata()126 shdr.sh_type = SHT_PROGBITS; in TestInitGnuDebugdata()
154 shdr.sh_type = SHT_NOTE; in InitElfData()164 shdr.sh_type = SHT_STRTAB; in InitElfData()
108 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()
117 shdr.sh_type = SHT_NULL; in WriteElfFile()
1711 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()
360 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()
261 shdr.sh_type = SHT_NULL; in PutElfInMemory()266 shdr.sh_type = SHT_STRTAB; in PutElfInMemory()275 shdr.sh_type = SHT_PROGBITS; in PutElfInMemory()
93 if (shdr.sh_type != SHT_NOBITS) { in ParseSections()
194 Elf32_Word sh_type; member
252 if ((int)shTable[i].sh_type != type) continue; in readSectionByType()