Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf-knowledge.h77 & (SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_LINK_ORDER \
86 ((Flags) & ~((GElf_Xword) 0 | SHF_LINK_ORDER | SHF_OS_NONCONFORMING))
Delf.h365 #define SHF_LINK_ORDER (1 << 7) /* Preserve order after combining */ macro
/external/elfutils/libasm/
Dasm_newscn.c86 if (flags & SHF_LINK_ORDER) in text_newscn()
173 | SHF_STRINGS | SHF_LINK_ORDER)) != 0) in asm_newscn()
/external/llvm/test/MC/ARM/
Deh-link.s34 @ CHECK-NEXT: SHF_LINK_ORDER
69 @ CHECK-NEXT: SHF_LINK_ORDER
Deh-directive-text-section.s54 @ CHECK: SHF_LINK_ORDER (0x80)
Deh-directive-section-comdat.s114 @ CHECK: SHF_LINK_ORDER (0x80)
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h760 SHF_LINK_ORDER = 0x80U, enumerator
/external/llvm/include/llvm/Support/
DELF.h733 SHF_LINK_ORDER = 0x80U, enumerator
/external/elfutils/src/
Delflint.c3759 & ~(SHF_LINK_ORDER | SHF_GROUP | SHF_COMPRESSED)) in check_sections()
3768 & ~SHF_LINK_ORDER, in check_sections()
3776 & ~(SHF_LINK_ORDER | SHF_GROUP | SHF_COMPRESSED in check_sections()
3788 & ~(SHF_LINK_ORDER in check_sections()
3880 | SHF_STRINGS | SHF_INFO_LINK | SHF_LINK_ORDER \ in check_sections()
Dreadelf.c1169 if (shdr->sh_flags & SHF_LINK_ORDER) in print_shdr()
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp419 BCase(SHF_LINK_ORDER) in bitset()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp1114 ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER, in SwitchToExIdxSection()
/external/kmod/port-gnu/
Delf.h364 #define SHF_LINK_ORDER (1 << 7) /* Preserve order after combining */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1054 ENUM_ENT(SHF_LINK_ORDER, "L"),
1106 case ELF::SHF_LINK_ORDER: in getGNUFlags()