Searched refs:SHF_LINK_ORDER (Results 1 - 15 of 15) sorted by relevance

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

Completed in 1791 milliseconds