Home | History | Annotate | Download | only in src

Lines Matching refs:atleast

1803   enum { unused, exact, atleast } attrflag;
1814 { ".dynamic", 9, SHT_DYNAMIC, atleast, SHF_ALLOC, SHF_WRITE },
1823 { ".interp", 8, SHT_PROGBITS, atleast, 0, SHF_ALLOC }, // XXX more tests?
1828 { ".rela", 5, SHT_RELA, atleast, 0, SHF_ALLOC }, // XXX more tests
1829 { ".rel", 4, SHT_REL, atleast, 0, SHF_ALLOC }, // XXX more tests
1833 { ".strtab", 8, SHT_STRTAB, atleast, 0, SHF_ALLOC }, // XXX more tests
1834 { ".symtab", 8, SHT_SYMTAB, atleast, 0, SHF_ALLOC }, // XXX more tests
1835 { ".symtab_shndx", 14, SHT_SYMTAB_SHNDX, atleast, 0, SHF_ALLOC }, // XXX more tests
2036 else if (special_sections[s].attrflag == atleast)