Home
last modified time | relevance | path

Searched refs:R_386_RELATIVE (Results 1 – 12 of 12) sorted by relevance

/freebsd/stand/common/
H A Dreloc_elf.c168 #define R_386_RELATIVE 8 /* Add load address of shared object. */ in __elfN()
172 case R_386_RELATIVE: in __elfN()
H A Dself_reloc.c54 #define RELOC_TYPE_RELATIVE R_386_RELATIVE
/freebsd/sys/i386/i386/
H A Delf_machdep.c204 if (rtype == R_386_RELATIVE) { /* A + B */ in elf_reloc_internal()
253 case R_386_RELATIVE: in elf_reloc_internal()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Di386.def15 ELF_RELOC(R_386_RELATIVE, 8)
/freebsd/lib/libkldelf/
H A Def_i386.c79 case R_386_RELATIVE: /* B + A */ in ef_i386_reloc()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp50 relativeRel = R_386_RELATIVE; in X86()
253 case R_386_RELATIVE: in getImplicitAddend()
321 case R_386_RELATIVE: in relocate()
/freebsd/libexec/rtld-elf/i386/
H A Dreloc.c237 case R_386_RELATIVE: in reloc_non_plt()
/freebsd/sys/sys/
H A Delf_common.h1034 #define R_386_RELATIVE 8 /* Add load address of shared object. */ macro
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c778 case R_386_RELATIVE: /* B + A */ in linux_vdso_reloc()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp198 return ELF::R_386_RELATIVE; in getELFRelativeRelocationType()
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c937 case R_386_RELATIVE: /* B + A */ in linux_vdso_reloc()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1464 _ELF_DEFINE_RELOC(R_386_RELATIVE, 8) \