Searched refs:R_386_GOT32X (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/test/MC/X86/ |
D | reloc-directive-elf-32.s | 12 # PRINT-NEXT: .reloc 0, R_386_GOT32X, 5 21 # CHECK-NEXT: 0x0 R_386_GOT32X - 0x0 34 .reloc 0, R_386_GOT32X, 5
|
/external/llvm-project/lld/test/ELF/ |
D | got32x-i386.s | 19 ## Result file contains four R_386_GOT32X relocations. Generated code 27 ## R_386_GOT32X is computed as G + A - GOT, but if it used without base
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | reloc-types-elf-i386.test | 48 # LLVM: Type: R_386_GOT32X (43) 92 # GNU-NEXT: 000000f2 0000012b R_386_GOT32X 00000000 foo 226 Type: R_386_GOT32X
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/ |
D | i386.def | 47 ELF_RELOC(R_386_GOT32X, 43)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | i386.def | 47 ELF_RELOC(R_386_GOT32X, 43)
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | i386.def | 47 ELF_RELOC(R_386_GOT32X, 43)
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
D | i386.def | 47 ELF_RELOC(R_386_GOT32X, 43)
|
/external/llvm-project/lld/ELF/Arch/ |
D | X86.cpp | 109 case R_386_GOT32X: in getRelExpr() 254 case R_386_GOT32X: in getImplicitAddend() 300 case R_386_GOT32X: in relocate()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 239 return Kind == X86::reloc_signed_4byte_relax ? ELF::R_386_GOT32X in getRelocType32()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 269 ? ELF::R_386_GOT32X in getRelocType32()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 278 ? ELF::R_386_GOT32X in getRelocType32()
|
/external/elfutils/libelf/ |
D | elf.h | 1505 #define R_386_GOT32X 43 /* Load from 32 bit GOT entry, macro
|