HomeSort by relevance Sort by last modified time
    Searched defs:SHN_XINDEX (Results 1 - 25 of 26) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/include/elf/
external.h 47 #define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */
internal.h 49 #undef SHN_XINDEX
59 #define SHN_XINDEX (-0x1u) /* Section index is held elsewhere */
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-elf.c 126 #define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */
431 if ((eor->shnum == 0 || eor->shstrndx == SHN_XINDEX)
452 if (eor->shstrndx == SHN_XINDEX)
755 shstrndx = SHN_XINDEX;
  /external/llvm/include/llvm/Support/
ELF.h 659 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
681 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 660 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
682 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ELF.h 662 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
684 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ELF.h 662 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
684 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ELF.h 662 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
684 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 662 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
684 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ELF.h 662 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
684 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ELF.h 662 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
684 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ELF.h 662 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
684 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ELF.h 662 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
684 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 204 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere. */
224 #define SHT_SYMTAB_SHNDX 18 /* Section indexes (see SHN_XINDEX). */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 204 #define SHN_XINDEX 0xffff /* Escape -- index stored elsewhere. */
224 #define SHT_SYMTAB_SHNDX 18 /* Section indexes (see SHN_XINDEX). */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 696 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
718 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 186 SHN_XINDEX = 0xffff
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 315 SHN_XINDEX SectionIndex = 0xffff /* Escape; index stored elsewhere. */
325 {0xffff, "SHN_XINDEX"},
351 SHT_SYMTAB_SHNDX SectionType = 18 /* Section indexes (see SHN_XINDEX). */
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 186 SHN_XINDEX = 0xffff
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 315 SHN_XINDEX SectionIndex = 0xffff /* Escape; index stored elsewhere. */
325 {0xffff, "SHN_XINDEX"},
351 SHT_SYMTAB_SHNDX SectionType = 18 /* Section indexes (see SHN_XINDEX). */
    [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 327 SHN_XINDEX = 0xffff,
    [all...]
  /art/runtime/
elf.h     [all...]
  /external/elfutils/libelf/
elf.h 315 #define SHN_XINDEX 0xffff /* Index is in extra table. */
    [all...]
  /external/kmod/port-gnu/
elf.h 314 #define SHN_XINDEX 0xffff /* Index is in extra table. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 310 #define SHN_XINDEX 0xffff /* Index is in extra table. */
    [all...]

Completed in 156 milliseconds

1 2