Searched refs:rel_rtype (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.intel.c86 (rdesc->rel_rtype == R_386_TLS_DTPOFF32))
98 reld->rel_rtype = (Word)ELF_R_TYPE(rel->r_info, M_MACH);
321 if (orsp->rel_rtype == R_386_RELATIVE)
360 rea.r_info = ELF_R_INFO(ndx, orsp->rel_rtype);
380 if (orsp->rel_rtype == R_386_JMP_SLOT)
444 Word rtype = arsp->rel_rtype;
468 arsp->rel_rtype = R_386_TLS_GOTIE;
516 arsp->rel_rtype = R_386_TLS_LE;
589 arsp->rel_rtype = R_386_TLS_LE;
619 arsp->rel_rtype
[all...]
H A Dmachrel.sparc.c96 (rdesc->rel_rtype == M_R_DTPOFF))
109 reld->rel_rtype = (Word)ELF_R_TYPE(rela->r_info, M_MACH);
605 if ((orsp->rel_rtype == M_R_REGISTER) && !sdp) {
611 orsp->rel_rtype));
727 rep = &reloc_table[orsp->rel_rtype];
736 conv_reloc_SPARC_type(orsp->rel_rtype, 0, &inv_buf),
749 if (orsp->rel_rtype == R_SPARC_RELATIVE)
779 if (orsp->rel_rtype == M_R_DTPMOD)
785 ELF_R_TYPE_INFO(RELAUX_GET_TYPEDATA(orsp), orsp->rel_rtype));
838 Word rtype = arsp->rel_rtype;
[all...]
H A Dmachrel.amd.c45 * rel_rtype field, and nothing else, is obtained. This is easily
117 (rdesc->rel_rtype == R_AMD64_DTPOFF64))
129 reld->rel_rtype = (Word)ELF_R_TYPE(rel->r_info, M_MACH);
406 if (orsp->rel_rtype == R_AMD64_RELATIVE)
435 if (orsp->rel_rtype == R_AMD64_DTPMOD64)
440 rea.r_info = ELF_R_INFO(ndx, orsp->rel_rtype);
461 if (orsp->rel_rtype == R_AMD64_JUMP_SLOT)
522 Word rtype = arsp->rel_rtype;
552 arsp->rel_rtype = R_AMD64_GOTTPOFF;
597 arsp->rel_rtype
[all...]
H A Drelocate.c349 conv_reloc_type(ifl->ifl_ehdr->e_machine, rsp->rel_rtype,
783 if (IS_REGISTER(rsp->rel_rtype))
809 if (IS_GOT_REQUIRED(arsp->rel_rtype))
861 Word rtype = rsp->rel_rtype;
897 rsp->rel_rtype = ld_targ.t_m.m_r_relative;
904 rsp->rel_rtype = rtype;
911 rsp->rel_rtype = ld_targ.t_m.m_r_glob_dat;
915 rsp->rel_rtype = rtype;
969 Word ortype = rsp->rel_rtype;
984 rsp->rel_rtype
[all...]
H A Dsections.c380 if (rsp->rel_rtype == ld_targ.t_m.m_r_relative)
864 reld.rel_rtype = ld_targ.t_m.m_r_arrayaddr;
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/krtld/
H A Ddoreloc.c203 uchar_t rtype = rdesc->rel_rtype;
/opensolaris-onvv-gate/usr/src/cmd/sgs/liblddbg/common/
H A Drelocate.c231 conv_reloc_type(mach, rdesc->rel_rtype, 0, &inv_buf),
265 conv_reloc_type(mach, rsp->rel_rtype, 0, &inv_buf),
285 conv_reloc_type(mach, rsp->rel_rtype, 0, &inv_buf1),
392 conv_reloc_type(mach, orsp->rel_rtype, 0, &inv_buf),
418 conv_reloc_type(mach, arsp->rel_rtype, 0, &inv_buf),
/opensolaris-onvv-gate/usr/src/uts/intel/amd64/krtld/
H A Ddoreloc.c199 uchar_t rtype = rdesc->rel_rtype;
/opensolaris-onvv-gate/usr/src/uts/sparc/krtld/
H A Ddoreloc.c382 uchar_t rtype = rdesc->rel_rtype;
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Dlibld.h648 Word rel_rtype; /* relocation type */ member in struct:rel_desc

Completed in 182 milliseconds