Home
last modified time | relevance | path

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

/external/elfutils/src/
Delflint.c3587 enum { unused, exact, atleast, exact_or_gnuld } attrflag; enumerator
3597 { ".debug_str", 11, SHT_PROGBITS, exact_or_gnuld, SHF_MERGE | SHF_STRINGS, 0 },
3753 || special_sections[s].attrflag == exact_or_gnuld) in check_sections()
DChangeLog2467 * elflint.c (special_sections): Add new attrflag value exact_or_gnuld.
2469 (check_sections): Handle exact_or_gnuld.