Home
last modified time | relevance | path

Searched refs:SHF_LINK_ORDER (Results 1 – 12 of 12) sorted by relevance

/trueos/contrib/binutils/include/elf/
HDcommon.h375 #define SHF_LINK_ORDER (1 << 7) /* Preserve section ordering when linking */ macro
/trueos/contrib/llvm/lib/Object/
HDELFYAML.cpp274 BCase(SHF_LINK_ORDER) in bitset()
/trueos/sys/sys/
HDelf_common.h325 #define SHF_LINK_ORDER 0x80 /* Special ordering requirements. */ macro
/trueos/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMELFStreamer.cpp708 ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER, in SwitchToExIdxSection()
/trueos/contrib/llvm/include/llvm/Support/
HDELF.h1289 SHF_LINK_ORDER = 0x80U, in LLVM_ENUM_INT_TYPE()
/trueos/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp385 LLVM_READOBJ_ENUM_ENT(ELF, SHF_LINK_ORDER ),
/trueos/contrib/binutils/bfd/
HDelf.c692 if ((this_hdr->sh_flags & SHF_LINK_ORDER) != 0) in _bfd_elf_setup_sections()
3199 if ((d->this_hdr.sh_flags & SHF_LINK_ORDER) != 0) in assign_section_numbers()
6102 if ((ihdr->sh_flags & SHF_LINK_ORDER) != 0) in _bfd_elf_init_private_section_data()
6105 ohdr->sh_flags |= SHF_LINK_ORDER; in _bfd_elf_init_private_section_data()
HDelfxx-ia64.c1527 hdr->sh_flags |= SHF_LINK_ORDER;
HDelf32-arm.c9415 hdr->sh_flags |= SHF_LINK_ORDER; in elf32_arm_fake_sections()
HDelflink.c9261 && elf_elfsections (sub)[elfsec]->sh_flags & SHF_LINK_ORDER) in elf_fixup_link_order()
/trueos/contrib/binutils/binutils/
HDreadelf.c3888 case SHF_LINK_ORDER: index = 6; break; in get_elf_section_flags()
3929 case SHF_LINK_ORDER: *p = 'L'; break; in get_elf_section_flags()
/trueos/contrib/binutils/gas/config/
HDtc-ia64.c1028 return SHF_LINK_ORDER;