Searched refs:SHF_OS_NONCONFORMING (Results 1 – 7 of 7) sorted by relevance
502 #define SHF_OS_NONCONFORMING (1 << 8) /* OS specific processing required */ macro
1086 (SHF_OS_NONCONFORMING): New valye for sh_flags field.
429 SHF_OS_NONCONFORMING = 0x100,
4960 case SHF_OS_NONCONFORMING: sindex = 7; break; in get_elf_section_flags()5038 case SHF_OS_NONCONFORMING: *p = 'O'; break; in get_elf_section_flags()
1372 sections only if the SHF_OS_NONCONFORMING flag is present.
2082 if ((hdr->sh_flags & SHF_OS_NONCONFORMING) != 0) in bfd_section_from_shdr()
12389 { "SHF_OS_NONCONFORMING", SHF_OS_NONCONFORMING},