HomeSort by relevance Sort by last modified time
    Searched refs:SHF_LINK_ORDER (Results 1 - 25 of 30) sorted by null

1 2

  /external/elfutils/libelf/
elf-knowledge.h 77 & (SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_LINK_ORDER \
86 ((Flags) & ~((GElf_Xword) 0 | SHF_LINK_ORDER | SHF_OS_NONCONFORMING))
elf.h 365 #define SHF_LINK_ORDER (1 << 7) /* Preserve order after combining */
    [all...]
  /external/elfutils/libasm/
asm_newscn.c 86 if (flags & SHF_LINK_ORDER)
173 | SHF_STRINGS | SHF_LINK_ORDER)) != 0)
  /external/llvm/test/MC/ARM/
eh-link.s 34 @ CHECK-NEXT: SHF_LINK_ORDER
69 @ CHECK-NEXT: SHF_LINK_ORDER
eh-directive-text-section.s 54 @ CHECK: SHF_LINK_ORDER (0x80)
eh-directive-section-comdat.s 114 @ CHECK: SHF_LINK_ORDER (0x80)
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 501 #define SHF_LINK_ORDER (1 << 7) /* Preserve section ordering when linking */
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 711 SHF_LINK_ORDER = 0x80U,
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 414 BCase(SHF_LINK_ORDER)
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 157 llvm::ELF::SHF_ALLOC | llvm::ELF::SHF_LINK_ORDER,
    [all...]
  /external/elfutils/src/
elflint.c     [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 410 SHF_LINK_ORDER SectionFlag = 0x80 /* Special ordering requirements. */
425 {0x80, "SHF_LINK_ORDER"},
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 410 SHF_LINK_ORDER SectionFlag = 0x80 /* Special ordering requirements. */
425 {0x80, "SHF_LINK_ORDER"},
    [all...]
  /art/runtime/
elf.h     [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 331 // with the SHF_LINK_ORDER and SHF_ORDERED section flags.
428 SHF_LINK_ORDER = 0x80,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 360 #define SHF_LINK_ORDER (1 << 7) /* Preserve order after combining */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 362 #define SHF_LINK_ORDER (1 << 7) /* Preserve order after combining */
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 796 LLVM_READOBJ_ENUM_ENT(ELF, SHF_LINK_ORDER ),
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf.c 757 /* Process SHF_LINK_ORDER. */
761 if ((this_hdr->sh_flags & SHF_LINK_ORDER) != 0)
    [all...]
elf32-tic6x.c     [all...]
elf64-ia64-vms.c 837 hdr->sh_flags |= SHF_LINK_ORDER;
    [all...]
elfnn-ia64.c 952 hdr->sh_flags |= SHF_LINK_ORDER;
    [all...]
elflink.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]

Completed in 4242 milliseconds

1 2