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

  /external/elfutils/libelf/
elf-knowledge.h 100 & (SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_LINK_ORDER \
109 ((Flags) & ~((GElf_Xword) 0 | SHF_LINK_ORDER | SHF_OS_NONCONFORMING))
elf.h 368 #define SHF_LINK_ORDER (1 << 7) /* Preserve order after combining */
    [all...]
  /external/elfutils/libasm/
asm_newscn.c 83 if (flags & SHF_LINK_ORDER)
174 | SHF_STRINGS | SHF_LINK_ORDER)) != 0)
  /external/llvm/test/MC/ARM/
eh-directive-text-section.s 54 @ CHECK: SHF_LINK_ORDER (0x80)
eh-directive-section-comdat.s 108 @ CHECK: SHF_LINK_ORDER (0x80)
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 277 ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER,
  /external/llvm/lib/Object/
ELFYAML.cpp 273 BCase(SHF_LINK_ORDER)
  /bionic/libc/include/sys/
exec_elf.h 443 #define SHF_LINK_ORDER 0x00000080 /* Preserve order after combining */
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 81 llvm::ELF::SHF_ALLOC | llvm::ELF::SHF_LINK_ORDER,
  /external/elfutils/src/
elflint.c     [all...]
readelf.c 872 if (shdr->sh_flags & SHF_LINK_ORDER)
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 383 LLVM_READOBJ_ENUM_ENT(ELF, SHF_LINK_ORDER ),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 358 #define SHF_LINK_ORDER (1 << 7) /* Preserve order after combining */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 358 #define SHF_LINK_ORDER (1 << 7) /* Preserve order after combining */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 358 #define SHF_LINK_ORDER (1 << 7) /* Preserve order after combining */
    [all...]

Completed in 425 milliseconds