Home
last modified time | relevance | path

Searched refs:SHF_OS_NONCONFORMING (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h502 #define SHF_OS_NONCONFORMING (1 << 8) /* OS specific processing required */ macro
DChangeLog-91031086 (SHF_OS_NONCONFORMING): New valye for sh_flags field.
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h429 SHF_OS_NONCONFORMING = 0x100,
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c4960 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()
/toolchain/binutils/binutils-2.25/bfd/
DChangeLog-20061372 sections only if the SHF_OS_NONCONFORMING flag is present.
Delf.c2082 if ((hdr->sh_flags & SHF_OS_NONCONFORMING) != 0) in bfd_section_from_shdr()
Delflink.c12389 { "SHF_OS_NONCONFORMING", SHF_OS_NONCONFORMING},