Searched refs:special_sections (Results 1 – 2 of 2) sorted by relevance
3622 } special_sections[] = variable3665 (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()[all …]
2418 * elflint.c (special_sections): Accept SHF_INFO_LINK for reloc sections.2909 * elflint.c (special_sections): Allow MERGE and STRINGS flags to be3294 * elflint.c (special_sections): Handle .gnu.attributes section.3530 * elflint.c (special_sections): Add new attrflag value exact_or_gnuld.3605 * elflint.c (special_sections): Don't require MERGE|STRINGS for3618 * elflint.c (special_sections): Add ".debug_str". Decrement namelen3742 * elflint.c (special_sections): Accept SHF_ALLOC for ".note".