HomeSort by relevance Sort by last modified time
    Searched refs:SHF_LINK_ORDER (Results 1 - 12 of 12) 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/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 259 ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER,
  /bionic/libc/include/sys/
exec_elf.h 443 #define SHF_LINK_ORDER 0x00000080 /* Preserve order after combining */
    [all...]
  /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...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 81 llvm::ELF::SHF_ALLOC | llvm::ELF::SHF_LINK_ORDER,
    [all...]
  /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 102 milliseconds