Home
last modified time | relevance | path

Searched refs:rld (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libast/common/features/
H A Dlibpath.sh24 -x /lib/ld.so /lib/ld-*.so /usr/lib/ld.so /lib/rld \
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Drelocate.c233 disp_scansyms(Ifl_desc * ifl, Rel_desc *rld, Boolean rlocal, int inspect, in disp_scansyms() argument
247 value = rld->rel_roffset; in disp_scansyms()
248 if (rld->rel_isdesc->is_shdr) in disp_scansyms()
249 value += rld->rel_isdesc->is_shdr->sh_offset; in disp_scansyms()
263 rsdp = rld->rel_sym; in disp_scansyms()
320 if ((rld->rel_flags & FLG_REL_RELA) == FLG_REL_RELA) in disp_scansyms()
321 value += rld->rel_raddend; in disp_scansyms()
323 if ((rld->rel_roffset >= value) && in disp_scansyms()
324 (rld->rel_roffset < (value + rsym->st_size))) in disp_scansyms()
331 rld->rel_flags |= FLG_REL_DISP; in disp_scansyms()
[all …]