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

  /toolchain/binutils/binutils-2.25/include/elf/
common.h 501 #define SHF_LINK_ORDER (1 << 7) /* Preserve section ordering when linking */
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 257 #define SHF_LINK_ORDER 0x80 /* Special ordering requirements. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 257 #define SHF_LINK_ORDER 0x80 /* Special ordering requirements. */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 760 SHF_LINK_ORDER = 0x80U,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 221 SHF_LINK_ORDER = 0x80
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 410 SHF_LINK_ORDER SectionFlag = 0x80 /* Special ordering requirements. */
426 {0x80, "SHF_LINK_ORDER"},
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 221 SHF_LINK_ORDER = 0x80
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 410 SHF_LINK_ORDER SectionFlag = 0x80 /* Special ordering requirements. */
426 {0x80, "SHF_LINK_ORDER"},
    [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...]
  /external/elfutils/libelf/
elf.h 365 #define SHF_LINK_ORDER (1 << 7) /* Preserve order after combining */
    [all...]
  /external/kmod/port-gnu/
elf.h 364 #define SHF_LINK_ORDER (1 << 7) /* Preserve order after combining */
    [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...]

Completed in 580 milliseconds