Lines Matching refs:special_sections
3622 } special_sections[] = variable
3665 (sizeof (special_sections) / sizeof (special_sections[0]))
3668 (special_sections[idx].namelen == sizeof string - (prefix ? 1 : 0) \
3669 && !memcmp (special_sections[idx].name, string, \
3756 if (strncmp (scnname, special_sections[s].name, in check_sections()
3757 special_sections[s].namelen) == 0) in check_sections()
3763 GElf_Word good_type = special_sections[s].type; in check_sections()
3779 ebl_section_type_name (ebl, special_sections[s].type, in check_sections()
3784 if (special_sections[s].attrflag == exact in check_sections()
3785 || special_sections[s].attrflag == exact_or_gnuld) in check_sections()
3792 != special_sections[s].attr in check_sections()
3793 && (special_sections[s].attrflag == exact || !gnuld)) in check_sections()
3797 section_flags_string (special_sections[s].attr, in check_sections()
3803 else if (special_sections[s].attrflag == atleast) in check_sections()
3805 if ((shdr->sh_flags & special_sections[s].attr) in check_sections()
3806 != special_sections[s].attr in check_sections()
3809 | special_sections[s].attr in check_sections()
3810 | special_sections[s].attr2)) in check_sections()
3815 section_flags_string (special_sections[s].attr, in check_sections()
3817 section_flags_string (special_sections[s].attr2, in check_sections()