Lines Matching defs:special_sections
3634 } special_sections[] =
3678 (sizeof (special_sections) / sizeof (special_sections[0]))
3681 (special_sections[idx].namelen == sizeof string - (prefix ? 1 : 0) \
3682 && !memcmp (special_sections[idx].name, string, \
3776 if (strncmp (scnname, special_sections[s].name,
3777 special_sections[s].namelen) == 0)
3783 GElf_Word good_type = special_sections[s].type;
3799 ebl_section_type_name (ebl, special_sections[s].type,
3804 if (special_sections[s].attrflag == exact
3805 || special_sections[s].attrflag == exact_or_gnuld)
3811 != special_sections[s].attr
3812 && (special_sections[s].attrflag == exact || !gnuld))
3816 section_flags_string (special_sections[s].attr,
3822 else if (special_sections[s].attrflag == atleast)
3824 if ((shdr->sh_flags & special_sections[s].attr)
3825 != special_sections[s].attr
3828 | special_sections[s].attr
3829 | special_sections[s].attr2))
3834 section_flags_string (special_sections[s].attr,
3836 section_flags_string (special_sections[s].attr2,