Searched refs:sh_type (Results 1 – 2 of 2) sorted by relevance
113 Elf32_Word sh_type; /* type */ member127 Elf64_Word sh_type; /* Section type */ member351 #define IS_PROG(s) (s.sh_type == SHT_PROGBITS)352 #define IS_NOPROG(s) (s.sh_type == SHT_NOBITS)353 #define IS_REL(s) (s.sh_type == SHT_REL)354 #define IS_RELA(s) (s.sh_type == SHT_RELA)
292 Elf32_Word sh_type; /* Section type */ member306 Elf64_Word sh_type; /* Section type */ member
Completed in 20 milliseconds