Home
last modified time | relevance | path

Searched refs:R_386_GOTOFF (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dnonsfi.ll49 ; 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/
Delf.h20 #define R_386_GOTOFF 9 macro
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
Di386.def16 ELF_RELOC(R_386_GOTOFF, 9)
/external/llvm/include/llvm/Support/ELFRelocs/
Di386.def16 ELF_RELOC(R_386_GOTOFF, 9)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
Di386.def16 ELF_RELOC(R_386_GOTOFF, 9)
/external/llvm/test/tools/llvm-readobj/
Dgnu-relocations.test17 ELF32-NEXT: 00000038 00000509 R_386_GOTOFF 00000000 sym
Drelocations.test37 ELF-NEXT: 0x12 R_386_GOTOFF .L.str 0x0
Dreloc-types.test30 ELF-32: Type: R_386_GOTOFF (9)
Dsections-ext.test152 ELF-NEXT: 0x12 R_386_GOTOFF .L.str 0x0
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dgnu-relocations.test17 ELF32-NEXT: 00000038 00000509 R_386_GOTOFF 00000000 sym
Drelocations.test39 ELF-NEXT: 0x12 R_386_GOTOFF .L.str 0x0
Dreloc-types.test30 ELF-32: Type: R_386_GOTOFF (9)
Dsections-ext.test152 ELF-NEXT: 0x12 R_386_GOTOFF .L.str 0x0
/external/libvpx/
DAdd-visibility-protected-attribute-for-global-variab.patch9 libvpx.a(subpixel_mmx.o): relocation R_386_GOTOFF against preemptible
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp244 return ELF::R_386_GOTOFF; in getRelocType32()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp251 return ELF::R_386_GOTOFF; in getRelocType32()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h384 R_386_GOTOFF = 9, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py507 R_386_GOTOFF = 9 variable in Relocs_Elf_i386
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py507 R_386_GOTOFF = 9 variable in Relocs_Elf_i386
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8632Traits.h78 static constexpr FixupKind FK_Gotoff = llvm::ELF::R_386_GOTOFF;
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp963 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_GOTOFF); in getRelocationTypeName()
/external/kmod/port-gnu/
Delf.h1222 #define R_386_GOTOFF 9 /* 32 bit offset to GOT */ macro
/external/elfutils/libelf/
Delf.h1435 #define R_386_GOTOFF 9 /* 32 bit offset to GOT */ macro
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp1777 Type = ELF::R_386_GOTOFF; in GetRelocType()