Searched refs:sh_type (Results 1 – 5 of 5) sorted by relevance
176 Elf32_Word sh_type; // Section type member189 Elf64_Word sh_type; // Section type member
45 Elf32_Word sh_type; member
46 Elf64_Word sh_type; member
296 o.sections[2].sh_type = SHT_SYMTAB;308 o.sections[3].sh_type = SHT_PROGBITS;315 o.sections[1].sh_type = SHT_STRTAB;
224 if (shdr.sh_type == SHT_SYMTAB || shdr.sh_type == SHT_DYNSYM) { in ParseSectionHeaders()230 elfShdr.type = static_cast<uint32_t>(shdr.sh_type); in ParseSectionHeaders()