Home
last modified time | relevance | path

Searched refs:R_386_GOT32 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Di386.def10 ELF_RELOC(R_386_GOT32, 3)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp95 case R_386_GOT32: in getRelExpr()
246 case R_386_GOT32: in getImplicitAddend()
315 case R_386_GOT32: in relocate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp263 return ELF::R_386_GOT32; in getRelocType32()
267 : ELF::R_386_GOT32; in getRelocType32()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_i386.cpp128 case ELF::R_386_GOT32: in getRelocationKind()
/freebsd/sys/sys/
H A Delf_common.h1006 #define R_386_GOT32 3 /* Add PC-relative GOT offset. */ macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1459 _ELF_DEFINE_RELOC(R_386_GOT32, 3) \