Home | History | Annotate | Download | only in libelf

Lines Matching full:shdr

23 #define SECTION_STRIP_P(ebl, elf, ehdr, shdr, name, remove_comment, remove_debug) \
25 ((shdr)->sh_flags & SHF_ALLOC) == 0 \
27 && (shdr)->sh_type != SHT_NOTE \
32 || (((shdr)->sh_type == SHT_RELA || (shdr)->sh_type == SHT_REL) \
33 && ({ Elf_Scn *scn_l = elf_getscn (elf, (shdr)->sh_info); \
42 && ((shdr)->sh_type != SHT_PROGBITS \
49 && (shdr)->sh_type < SHT_NUM)
61 #define SH_INFO_LINK_P(Shdr) \
62 ((Shdr)->sh_type == SHT_REL || (Shdr)->sh_type == SHT_RELA \
63 || ((Shdr)->sh_flags & SHF_INFO_LINK) != 0)