Home
last modified time | relevance | path

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

/external/elfutils/src/
Delflint.c3630 enum { unused, exact, atleast, exact_or_gnuld } attrflag; member
3803 if (special_sections[s].attrflag == exact in check_sections()
3804 || special_sections[s].attrflag == exact_or_gnuld) in check_sections()
3811 && (special_sections[s].attrflag == exact || !gnuld)) in check_sections()
3821 else if (special_sections[s].attrflag == atleast) in check_sections()
DChangeLog3936 * elflint.c (special_sections): Add new attrflag value exact_or_gnuld.