Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Di386.def16 ELF_RELOC(R_386_GOTOFF, 9)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp139 case R_386_GOTOFF: in getRelExpr()
248 case R_386_GOTOFF: in getImplicitAddend()
317 case R_386_GOTOFF: in relocate()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_i386.cpp132 case ELF::R_386_GOTOFF: in getRelocationKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp272 return ELF::R_386_GOTOFF; in getRelocType32()
/freebsd/sys/sys/
H A Delf_common.h1034 #define R_386_GOTOFF 9 /* Add GOT-relative symbol address. */ macro
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1283 Type == ELF::R_386_GOTOFF) in shouldRelocateWithSymbol()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1465 _ELF_DEFINE_RELOC(R_386_GOTOFF, 9) \