Home
last modified time | relevance | path

Searched refs:R_SPARC_RELATIVE (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_reloc_sparc.h70 #ifndef R_SPARC_RELATIVE
71 #define R_SPARC_RELATIVE 22 macro
/illumos-gate/usr/src/uts/common/sys/
H A Delf_SPARC.h71 #define R_SPARC_RELATIVE 22 macro
/illumos-gate/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h158 #define M_R_RELATIVE R_SPARC_RELATIVE
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Drelocate_sparc.msg51 @ MSG_R_SPARC_RELATIVE "R_SPARC_RELATIVE"
/illumos-gate/usr/src/boot/common/
H A Dreloc_elf.c65 case R_SPARC_RELATIVE: in __elfN()
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_reloc.c201 if (rtype == R_SPARC_RELATIVE) { in do_relocate()
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h1222 #define R_SPARC_RELATIVE 22 macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c749 if (orsp->rel_rtype == R_SPARC_RELATIVE) in ld_perform_outreloc()
1650 rsp->rel_rtype = R_SPARC_RELATIVE; in ld_reloc_local()
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c658 if ((rtype == R_SPARC_RELATIVE) && in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c888 if ((rtype == R_SPARC_RELATIVE) && in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2775 (reltype != R_SPARC_RELATIVE)) in reloc()