Home
last modified time | relevance | path

Searched refs:R_AMD64_RELATIVE (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Delf_amd64.h44 #define R_AMD64_RELATIVE 8 macro
94 #define R_X86_64_RELATIVE R_AMD64_RELATIVE
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_convrelstr.c39 [R_AMD64_RELATIVE] = "R_AMD64_RELATIVE",
H A Ddoreloc.c73 [R_AMD64_RELATIVE] = {0, FLG_RE_NOTREL, 8, 0, 0},
H A Dkobj_reloc.c214 if (rtype == R_AMD64_RELATIVE) { in do_relocate()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Drelocate_amd64.c47 [R_AMD64_RELATIVE] = MSG_R_AMD64_RELATIVE,
H A Drelocate_amd64.msg35 @ MSG_R_AMD64_RELATIVE "R_AMD64_RELATIVE"
/illumos-gate/usr/src/cmd/sgs/include/i386/
H A Dmachdep_x86.h170 #define M_R_RELATIVE R_AMD64_RELATIVE
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c406 if (orsp->rel_rtype == R_AMD64_RELATIVE) in ld_perform_outreloc()
1279 rsp->rel_rtype = R_AMD64_RELATIVE; in ld_reloc_local()
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c529 if ((rtype == R_AMD64_RELATIVE) && in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2783 (reltype != R_AMD64_RELATIVE)) in reloc()