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

1 2

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
addend.d 10 [ ]*[a-f0-9]+: b8 00 00 00 00 mov \$0x0,%eax 1: R_386_GOT32 foo
11 [ ]*[a-f0-9]+: b8 04 00 00 00 mov \$0x4,%eax 6: R_386_GOT32 foo
12 [ ]*[a-f0-9]+: b8 00 00 00 00 mov \$0x0,%eax b: R_386_GOT32 foo
13 [ ]*[a-f0-9]+: b8 04 00 00 00 mov \$0x4,%eax 10: R_386_GOT32 foo
got-no-relax.d 11 [ ]*[a-f0-9]+: b8 00 00 00 00 mov \$0x0,%eax 1: R_386_GOT32 foo
13 [ ]*[a-f0-9]+: 8b 80 00 00 00 00 mov 0x0\(%eax\),%eax d: R_386_GOT32 foo
14 [ ]*[a-f0-9]+: 05 00 00 00 00 add \$0x0,%eax 12: R_386_GOT32 foo
16 [ ]*[a-f0-9]+: 03 80 00 00 00 00 add 0x0\(%eax\),%eax 1e: R_386_GOT32 foo
18 [ ]*[a-f0-9]+: ff 90 00 00 00 00 call \*0x0\(%eax\) 2a: R_386_GOT32 foo
20 [ ]*[a-f0-9]+: ff a0 00 00 00 00 jmp \*0x0\(%eax\) 36: R_386_GOT32 foo
21 [ ]*[a-f0-9]+: b8 00 00 00 00 mov \$0x0,%eax 3b: R_386_GOT32 foo
23 [ ]*[a-f0-9]+: 8b 80 00 00 00 00 mov 0x0\(%eax\),%eax 47: R_386_GOT32 foo
24 [ ]*[a-f0-9]+: 05 00 00 00 00 add \$0x0,%eax 4c: R_386_GOT32 foo
26 [ ]*[a-f0-9]+: 03 80 00 00 00 00 add 0x0\(%eax\),%eax 58: R_386_GOT32 fo
    [all...]
reloc32.d 21 .*[ ]+R_386_GOT32[ ]+xtrn
50 .*[ ]+R_386_GOT32[ ]+xtrn
70 .*[ ]+R_386_GOT32[ ]+xtrn
72 .*[ ]+R_386_GOT32[ ]+xtrn
got.d 10 [ ]*[a-f0-9]+: b8 00 00 00 00 mov \$0x0,%eax 1: R_386_GOT32 foo
13 [ ]*[a-f0-9]+: 05 00 00 00 00 add \$0x0,%eax 12: R_386_GOT32 foo
20 [ ]*[a-f0-9]+: b8 00 00 00 00 mov \$0x0,%eax 3b: R_386_GOT32 foo
23 [ ]*[a-f0-9]+: 05 00 00 00 00 add \$0x0,%eax 4c: R_386_GOT32 foo
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pr20244-1c.d 4 #error: direct GOT relocation R_386_GOT32 against `bar' without base register can not be used when making a shared object
  /bionic/libc/include/bits/
elf_x86.h 10 #define R_386_GOT32 3
  /prebuilts/go/darwin-x86/src/debug/elf/
elf_test.go 35 {R_386_GOT32, "R_386_GOT32"},
  /prebuilts/go/linux-x86/src/debug/elf/
elf_test.go 35 {R_386_GOT32, "R_386_GOT32"},
  /toolchain/binutils/binutils-2.27/elfcpp/
i386.h 47 R_386_GOT32 = 3, // 32 bit GOT entry
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
ifunc-5r-local-i386.d 11 [0-9a-f]+[ ]+[0-9a-f]+[ ]+R_386_GOT32[ ]+foo\(\)[ ]+foo[ ]*
  /toolchain/binutils/binutils-2.27/include/elf/
i386.h 29 RELOC_NUMBER (R_386_GOT32, 3) /* 32 bit GOT entry */
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFObjectWriter.cpp 237 return ELF::R_386_GOT32;
240 : ELF::R_386_GOT32;
  /external/syslinux/com32/include/sys/
elfcommon.h 316 #define R_386_GOT32 3 /* 32 bit GOT entry */
  /external/elfutils/src/
i386_ld.c 556 case R_386_GOT32:
902 case R_386_GOT32:
    [all...]
  /external/syslinux/com32/tools/
relocs.c 179 REL_TYPE(R_386_GOT32),
575 case R_386_GOT32:
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 304 case llvm::ELF::R_386_GOT32: {
362 case llvm::ELF::R_386_GOT32:
600 case llvm::ELF::R_386_GOT32:
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 519 #define R_386_GOT32 3 /* Add PC-relative GOT offset. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 519 #define R_386_GOT32 3 /* Add PC-relative GOT offset. */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 378 R_386_GOT32 = 3,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/x86/
asm.go 205 case 256 + objabi.RelocType(elf.R_386_GOT32), 256 + objabi.RelocType(elf.R_386_GOT32X):
367 ctxt.Out.Write32(uint32(elf.R_386_GOT32) | uint32(elfsym)<<8)
  /prebuilts/go/linux-x86/src/cmd/link/internal/x86/
asm.go 205 case 256 + objabi.RelocType(elf.R_386_GOT32), 256 + objabi.RelocType(elf.R_386_GOT32X):
367 ctxt.Out.Write32(uint32(elf.R_386_GOT32) | uint32(elfsym)<<8)
  /toolchain/binutils/binutils-2.27/gold/
i386.cc     [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-i386.c 50 HOWTO(R_386_GOT32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
51 bfd_elf_generic_reloc, "R_386_GOT32",
223 return &elf_howto_table[R_386_GOT32];
    [all...]
  /art/runtime/
elf.h 389 R_386_GOT32 = 3,
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 501 R_386_GOT32 = 3
    [all...]

Completed in 1207 milliseconds

1 2