Home
last modified time | relevance | path

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

/glibc-2.36/scripts/
Dglibcelf.py909 types=dict(sh_type=Sht,
1097 assert shdr.sh_type == Sht.SHT_SYMTAB
1150 if shdr.sh_type != Sht.SHT_STRTAB:
1153 sh_link, shdr.sh_type))
/glibc-2.36/elf/
Dtst-relro-symbols.py93 if shdr.sh_type == glibcelf.Sht.SHT_SYMTAB:
Dsprof.c574 if (shdr[idx].sh_type == SHT_SYMTAB in load_shobj()
580 else if (shdr[idx].sh_type == SHT_PROGBITS in load_shobj()
667 if (shdr2[idx].sh_type == SHT_SYMTAB in load_shobj()
Delf.h386 Elf32_Word sh_type; /* Section type */ member
400 Elf64_Word sh_type; /* Section type */ member