Home
last modified time | relevance | path

Searched refs:R_SPARC_REGISTER (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_reloc_sparc.h163 #ifndef R_SPARC_REGISTER
164 #define R_SPARC_REGISTER 53 macro
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c692 if (rtype != R_SPARC_REGISTER) { in elf_reloc()
958 if (rtype == R_SPARC_REGISTER) { in elf_reloc()
984 if ((rtype != R_SPARC_REGISTER) && in elf_reloc()
996 case R_SPARC_REGISTER: in elf_reloc()
/illumos-gate/usr/src/uts/common/sys/
H A Delf_SPARC.h102 #define R_SPARC_REGISTER 53 macro
/illumos-gate/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h160 #define M_R_REGISTER R_SPARC_REGISTER
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c922 if (rtype != R_SPARC_REGISTER) { in elf_reloc()
1190 if (rtype == R_SPARC_REGISTER) { in elf_reloc()
1217 if ((rtype != R_SPARC_REGISTER) && in elf_reloc()
1229 case R_SPARC_REGISTER: in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Drelocate_sparc.msg82 @ MSG_R_SPARC_REGISTER "R_SPARC_REGISTER"
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h1253 #define R_SPARC_REGISTER 53 macro
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2774 (reltype != R_SPARC_REGISTER) && in reloc()