Home
last modified time | relevance | path

Searched refs:special_sections (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Delflint.c3633 } special_sections[] = variable
3677 (sizeof (special_sections) / sizeof (special_sections[0]))
3680 (special_sections[idx].namelen == sizeof string - (prefix ? 1 : 0) \
3681 && !memcmp (special_sections[idx].name, string, \
3775 if (strncmp (scnname, special_sections[s].name, in check_sections()
3776 special_sections[s].namelen) == 0) in check_sections()
3782 GElf_Word good_type = special_sections[s].type; in check_sections()
3798 ebl_section_type_name (ebl, special_sections[s].type, in check_sections()
3803 if (special_sections[s].attrflag == exact in check_sections()
3804 || special_sections[s].attrflag == exact_or_gnuld) in check_sections()
[all …]
DChangeLog174 * elflint.c (special_sections): Add .debug_line_str.
2824 * elflint.c (special_sections): Accept SHF_INFO_LINK for reloc sections.
3315 * elflint.c (special_sections): Allow MERGE and STRINGS flags to be
3700 * elflint.c (special_sections): Handle .gnu.attributes section.
3936 * elflint.c (special_sections): Add new attrflag value exact_or_gnuld.
4011 * elflint.c (special_sections): Don't require MERGE|STRINGS for
4024 * elflint.c (special_sections): Add ".debug_str". Decrement namelen
4148 * elflint.c (special_sections): Accept SHF_ALLOC for ".note".