Home
last modified time | relevance | path

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

/components/libc/posix/libdl/
A Ddlelf.h113 Elf32_Word sh_type; /* type */ member
127 Elf64_Word sh_type; /* Section type */ member
351 #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)
/components/lwp/
A Dlwp_elf.h292 Elf32_Word sh_type; /* Section type */ member
306 Elf64_Word sh_type; /* Section type */ member

Completed in 20 milliseconds