Searched refs:exact_or_gnuld (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | elflint.c | 3630 enum { unused, exact, atleast, exact_or_gnuld } attrflag; enumerator 3640 { ".debug_str", 11, SHT_PROGBITS, exact_or_gnuld, SHF_MERGE | SHF_STRINGS, 0 }, 3641 { ".debug_line_str", 16, SHT_PROGBITS, exact_or_gnuld, SHF_MERGE | SHF_STRINGS, 0 }, 3804 || special_sections[s].attrflag == exact_or_gnuld) in check_sections()
|
D | ChangeLog | 3936 * elflint.c (special_sections): Add new attrflag value exact_or_gnuld. 3938 (check_sections): Handle exact_or_gnuld.
|