/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | nonsfi.ll | 49 ; Expect a load with a R_386_GOTOFF relocation. 51 ; NONSFI: mov {{.*}} R_386_GOTOFF {{G1|.bss}} 70 ; Expect a load with a R_386_GOTOFF relocation plus an immediate offset. 72 ; NONSFI: mov {{.*}}+0x4] {{.*}} R_386_GOTOFF {{G1|.bss}} 94 ; Expect a load with a R_386_GOTOFF relocation plus an immediate offset, plus a 97 ; NONSFI: mov {{.*}}*4+0xc] {{.*}} R_386_GOTOFF {{G1|.bss}} 120 ; Expect a load with a R_386_GOTOFF relocation plus an immediate offset, but 123 ; NONSFI: mov {{.*}}*1+0xc] {{.*}} R_386_GOTOFF {{G1|.bss}} 138 ; Expect a load-folding optimization with a R_386_GOTOFF relocation. 140 ; NONSFI: mov [[REG:e..]],{{.*}}+0x0] {{.*}} R_386_GOTOFF {{G1|.bss}} [all …]
|
/external/u-boot/arch/x86/include/asm/ |
D | elf.h | 20 #define R_386_GOTOFF 9 macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | i386.def | 16 ELF_RELOC(R_386_GOTOFF, 9)
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
D | i386.def | 16 ELF_RELOC(R_386_GOTOFF, 9)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/ |
D | i386.def | 16 ELF_RELOC(R_386_GOTOFF, 9)
|
/external/llvm/test/tools/llvm-readobj/ |
D | gnu-relocations.test | 17 ELF32-NEXT: 00000038 00000509 R_386_GOTOFF 00000000 sym
|
D | relocations.test | 37 ELF-NEXT: 0x12 R_386_GOTOFF .L.str 0x0
|
D | reloc-types.test | 30 ELF-32: Type: R_386_GOTOFF (9)
|
D | sections-ext.test | 152 ELF-NEXT: 0x12 R_386_GOTOFF .L.str 0x0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | gnu-relocations.test | 17 ELF32-NEXT: 00000038 00000509 R_386_GOTOFF 00000000 sym
|
D | relocations.test | 39 ELF-NEXT: 0x12 R_386_GOTOFF .L.str 0x0
|
D | reloc-types.test | 30 ELF-32: Type: R_386_GOTOFF (9)
|
D | sections-ext.test | 152 ELF-NEXT: 0x12 R_386_GOTOFF .L.str 0x0
|
/external/libvpx/ |
D | Add-visibility-protected-attribute-for-global-variab.patch | 9 libvpx.a(subpixel_mmx.o): relocation R_386_GOTOFF against preemptible
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 244 return ELF::R_386_GOTOFF; in getRelocType32()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 251 return ELF::R_386_GOTOFF; in getRelocType32()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 384 R_386_GOTOFF = 9, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 507 R_386_GOTOFF = 9 variable in Relocs_Elf_i386
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 507 R_386_GOTOFF = 9 variable in Relocs_Elf_i386
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX8632Traits.h | 78 static constexpr FixupKind FK_Gotoff = llvm::ELF::R_386_GOTOFF;
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | ELFObjectFile.cpp | 963 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_GOTOFF); in getRelocationTypeName()
|
/external/kmod/port-gnu/ |
D | elf.h | 1222 #define R_386_GOTOFF 9 /* 32 bit offset to GOT */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 1435 #define R_386_GOTOFF 9 /* 32 bit offset to GOT */ macro
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 1777 Type = ELF::R_386_GOTOFF; in GetRelocType()
|