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

1 2

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
reloc32.d 25 .*[ ]+R_386_GOTPC[ ]+_GLOBAL_OFFSET_TABLE_
26 .*[ ]+R_386_GOTPC[ ]+_GLOBAL_OFFSET_TABLE_
52 .*[ ]+R_386_GOTPC[ ]+_GLOBAL_OFFSET_TABLE_
53 .*[ ]+R_386_GOTPC[ ]+_GLOBAL_OFFSET_TABLE_
tlspic.d 16 [ ]+d: R_386_GOTPC _GLOBAL_OFFSET_TABLE_
tlsd.d 16 [ ]+d: R_386_GOTPC _GLOBAL_OFFSET_TABLE_
tlsnopic.d 12 [ ]+8: R_386_GOTPC _GLOBAL_OFFSET_TABLE_
  /bionic/libc/include/bits/
elf_x86.h 17 #define R_386_GOTPC 10
  /external/elfutils/backends/
i386_symbol.c 47 return type == R_386_GOTPC;
  /toolchain/binutils/binutils-2.27/elfcpp/
i386.h 54 R_386_GOTPC = 10, // 32-bit PC relative offset to GOT
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
ifunc-5r-local-i386.d 9 [0-9a-f]+[ ]+[0-9a-f]+[ ]+R_386_GOTPC[ ]+0+[ ]+_GLOBAL_OFFSET_TABLE_[ ]*
  /toolchain/binutils/binutils-2.27/include/elf/
i386.h 36 RELOC_NUMBER (R_386_GOTPC, 10) /* 32 bit PC relative offset to GOT */
  /external/syslinux/com32/include/sys/
elfcommon.h 323 #define R_386_GOTPC 10 /* 32 bit PC relative offset to GOT */
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFObjectWriter.cpp 233 return ELF::R_386_GOTPC;
  /prebuilts/go/darwin-x86/src/cmd/link/internal/x86/
asm.go 240 case 256 + objabi.RelocType(elf.R_386_GOTPC):
364 ctxt.Out.Write32(uint32(elf.R_386_GOTPC))
396 ctxt.Out.Write32(uint32(elf.R_386_GOTPC))
  /prebuilts/go/linux-x86/src/cmd/link/internal/x86/
asm.go 240 case 256 + objabi.RelocType(elf.R_386_GOTPC):
364 ctxt.Out.Write32(uint32(elf.R_386_GOTPC))
396 ctxt.Out.Write32(uint32(elf.R_386_GOTPC))
  /external/elfutils/src/
i386_ld.c 572 case R_386_GOTPC:
810 symbol associated with the R_386_GOTPC relocation is
815 case R_386_GOTPC:
    [all...]
  /external/syslinux/com32/tools/
relocs.c 186 REL_TYPE(R_386_GOTPC),
573 case R_386_GOTPC:
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 526 #define R_386_GOTPC 10 /* Add PC-relative GOT table address. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 526 #define R_386_GOTPC 10 /* Add PC-relative GOT table address. */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 385 R_386_GOTPC = 10,
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
i386.cc     [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 358 case llvm::ELF::R_386_GOTPC:
570 case llvm::ELF::R_386_GOTPC: {
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632Traits.h 79 static constexpr FixupKind FK_GotPC = llvm::ELF::R_386_GOTPC;
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-i386.c 71 HOWTO(R_386_GOTPC, 0, 2, 32, TRUE, 0, complain_overflow_bitfield,
72 bfd_elf_generic_reloc, "R_386_GOTPC",
79 #define R_386_standard (R_386_GOTPC + 1)
251 return &elf_howto_table[R_386_GOTPC];
    [all...]
  /art/runtime/
elf.h 396 R_386_GOTPC = 10,
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 508 R_386_GOTPC = 10
    [all...]
  /external/elfutils/libelf/
elf.h     [all...]

Completed in 633 milliseconds

1 2