Home
last modified time | relevance | path

Searched refs:R_386_GOTOFF (Results 1 – 19 of 19) 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/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
Di386.def16 ELF_RELOC(R_386_GOTOFF, 9)
/external/llvm/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/syslinux/com32/include/sys/
Delfcommon.h322 #define R_386_GOTOFF 9 /* 32 bit offset to GOT */ macro
/external/syslinux/com32/tools/
Drelocs.c185 REL_TYPE(R_386_GOTOFF), in rel_type()
574 case R_386_GOTOFF: in walk_relocs()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp244 return ELF::R_386_GOTOFF; in getRelocType32()
/external/elfutils/src/
Di386_ld.c571 case R_386_GOTOFF: in elf_i386_count_relocations()
944 case R_386_GOTOFF: in elf_i386_create_relocations()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h384 R_386_GOTOFF = 9, enumerator
/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/kmod/port-gnu/
Delf.h1222 #define R_386_GOTOFF 9 /* 32 bit offset to GOT */ macro
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp963 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_GOTOFF); in getRelocationTypeName()
/external/elfutils/libelf/
Delf.h1223 #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()
/external/valgrind/perf/
Dtinycc.c975 #define R_386_GOTOFF 9 /* 32 bit offset to GOT */ macro
18626 case R_386_GOTOFF: in relocate_section()
18941 case R_386_GOTOFF: in build_got_entries()