Home | History | Annotate | Download | only in src

Lines Matching refs:special_sections

3590 } special_sections[] =
3633 (sizeof (special_sections) / sizeof (special_sections[0]))
3636 (special_sections[idx].namelen == sizeof string - (prefix ? 1 : 0) \
3637 && !memcmp (special_sections[idx].name, string, \
3724 if (strncmp (scnname, special_sections[s].name,
3725 special_sections[s].namelen) == 0)
3731 GElf_Word good_type = special_sections[s].type;
3747 ebl_section_type_name (ebl, special_sections[s].type,
3752 if (special_sections[s].attrflag == exact
3753 || special_sections[s].attrflag == exact_or_gnuld)
3760 != special_sections[s].attr
3761 && (special_sections[s].attrflag == exact || !gnuld))
3765 section_flags_string (special_sections[s].attr,
3771 else if (special_sections[s].attrflag == atleast)
3773 if ((shdr->sh_flags & special_sections[s].attr)
3774 != special_sections[s].attr
3777 | special_sections[s].attr
3778 | special_sections[s].attr2))
3783 section_flags_string (special_sections[s].attr,
3785 section_flags_string (special_sections[s].attr2,