Home
last modified time | relevance | path

Searched refs:rel_raddend (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c85 if ((rdesc->rel_raddend == gnp->gn_addend) && in ld_find_got_ndx()
131 reld->rel_raddend = rel->r_addend; in ld_init_rel()
292 raddend = orsp->rel_raddend; in ld_perform_outreloc()
590 arsp->rel_raddend = (Sxword)-4; in tls_fixups()
635 arsp->rel_raddend = 0; in tls_fixups()
679 arsp->rel_raddend = 0; in tls_fixups()
870 arsp->rel_raddend -= sym->sd_osym->st_value; in ld_do_activerelocs()
933 value += arsp->rel_raddend; in ld_do_activerelocs()
1002 arsp->rel_raddend - refaddr; in ld_do_activerelocs()
1007 sh_addr) - refaddr + arsp->rel_raddend; in ld_do_activerelocs()
[all …]
H A Dmachrel.sparc.c65 if ((rdesc->rel_raddend == gnp->gn_addend) && in ld_find_got_ndx()
111 reld->rel_raddend = rela->r_addend; in ld_init_rel()
597 raddend = orsp->rel_raddend; in ld_perform_outreloc()
651 (psym = ld_am_I_partial(orsp, orsp->rel_raddend))) { in ld_perform_outreloc()
1146 (sym = ld_am_I_partial(arsp, arsp->rel_raddend))) { in ld_do_activerelocs()
1166 arsp->rel_raddend -= sym->sd_osym->st_value; in ld_do_activerelocs()
1226 value += arsp->rel_raddend; in ld_do_activerelocs()
1941 raddend = rsp->rel_raddend; in ld_assign_got_ndx()
H A Dmachrel.intel.c100 reld->rel_raddend = 0; in ld_init_rel()
345 Xword addend = orsp->rel_raddend; in ld_perform_outreloc()
1114 Xword addend = arsp->rel_raddend; in ld_do_activerelocs()
H A Dsections.c876 reld.rel_raddend = 0; in make_array()
2747 str_off = rsp->rel_raddend; in strmerge_get_reloc_str()
3032 rsp->rel_raddend = (Sxword)stoff; in ld_strmerge_sec()
H A Drelocate.c321 value += rld->rel_raddend; in disp_scansyms()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Drelocate.c393 orsp->rel_roffset, orsp->rel_raddend, secname, symname, in Dbg_reloc_ors_entry()
419 arsp->rel_roffset, arsp->rel_raddend, secname, in Dbg_reloc_ars_entry()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h657 Sxword rel_raddend; /* addend from input relocation */ member