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

1 2

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
mixed-mode-reloc32.d 11 [0-9a-f]+[ ]+R_386_PLT32[ ]+xtrn[ ]*
13 [0-9a-f]+[ ]+R_386_PLT32[ ]+xtrn[ ]*
15 [0-9a-f]+[ ]+R_386_PLT32[ ]+xtrn[ ]*
reloc32.d 27 .*[ ]+R_386_PLT32[ ]+xtrn
28 .*[ ]+R_386_PLT32[ ]+xtrn
29 .*[ ]+R_386_PLT32[ ]+xtrn
54 .*[ ]+R_386_PLT32[ ]+xtrn
ifunc.d 9 [ ]*[a-f0-9]+: e9 fc ff ff ff jmp 1 <foo\+0x1> 1: R_386_PLT32 ifunc
tlsd.d 20 [ ]+19: R_386_PLT32 ___tls_get_addr
24 [ ]+24: R_386_PLT32 ___tls_get_addr
relax-3.d 12 [ ]*[a-f0-9]+: e9 fc ff ff ff jmp a <foo\+0xa> a: R_386_PLT32 global_def
relax-4.d 13 [ ]*[a-f0-9]+: e9 fc ff ff ff jmp 7 <foo\+0x7> 7: R_386_PLT32 global_def
  /bionic/libc/include/bits/
elf_x86.h 11 #define R_386_PLT32 4
  /toolchain/binutils/binutils-2.27/elfcpp/
i386.h 48 R_386_PLT32 = 4, // 32 bit PLT address
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
ifunc-5r-local-i386.d 10 [0-9a-f]+[ ]+[0-9a-f]+[ ]+R_386_PLT32[ ]+foo\(\)[ ]+foo[ ]*
  /toolchain/binutils/binutils-2.27/include/elf/
i386.h 30 RELOC_NUMBER (R_386_PLT32, 4) /* 32 bit PLT address */
  /external/syslinux/com32/include/sys/
elfcommon.h 317 #define R_386_PLT32 4 /* 32 bit PLT address */
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFObjectWriter.cpp 263 return ELF::R_386_PLT32;
  /external/elfutils/src/
i386_ld.c 610 case R_386_PLT32:
813 entry required for R_386_PLT32 is computed above. */
816 case R_386_PLT32:
1023 assert (XELF_R_TYPE (rel->r_info) == R_386_PLT32);
    [all...]
  /external/syslinux/com32/tools/
relocs.c 180 REL_TYPE(R_386_PLT32),
576 case R_386_PLT32:
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 520 #define R_386_PLT32 4 /* Add PC-relative PLT offset. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 520 #define R_386_PLT32 4 /* Add PC-relative PLT offset. */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h 379 R_386_PLT32 = 4,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/x86/
asm.go 194 case 256 + objabi.RelocType(elf.R_386_PLT32):
375 ctxt.Out.Write32(uint32(elf.R_386_PLT32) | uint32(elfsym)<<8)
  /prebuilts/go/linux-x86/src/cmd/link/internal/x86/
asm.go 194 case 256 + objabi.RelocType(elf.R_386_PLT32):
375 ctxt.Out.Write32(uint32(elf.R_386_PLT32) | uint32(elfsym)<<8)
  /toolchain/binutils/binutils-2.27/gold/
i386.cc     [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-i386.c 53 HOWTO(R_386_PLT32, 0, 2, 32, TRUE, 0, complain_overflow_bitfield,
54 bfd_elf_generic_reloc, "R_386_PLT32",
227 return &elf_howto_table[R_386_PLT32];
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 354 case llvm::ELF::R_386_PLT32:
575 case llvm::ELF::R_386_PLT32:
    [all...]
  /art/runtime/
elf.h 390 R_386_PLT32 = 4,
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 502 R_386_PLT32 = 4
    [all...]
  /external/elfutils/libelf/
elf.h     [all...]

Completed in 619 milliseconds

1 2