Searched defs:risp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Drelocate.c164 * risp - Relocation section
166 * note: osp and isp must both be NULL, or both non-NULL. risp is never NULL.
169 Dbg_reloc_proc(Lm_list *lml, Os_desc *osp, Is_desc *isp, Is_desc *risp) argument
183 else if (risp && risp->is_file)
184 str2 = risp->is_file->ifl_name;
194 Elf_reloc_title(lml, ELF_DBG_LD, risp->is_shdr->sh_type);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c2214 Is_desc *risp; local
2218 for (APLIST_TRAVERSE(osp->os_relisdescs, idx3, risp)) {
2225 indx = risp->is_shdr->sh_info;
2226 isp = risp->is_file->ifl_isdesc[indx];
2235 if (reloc_section(ofl, isp, risp, osp) ==
2396 Is_desc *risp; local
2402 for (APLIST_TRAVERSE(ofl->ofl_ismoverel, idx, risp)) {
2403 if (process_movereloc(ofl, risp) == S_ERROR)
H A Dsections.c2504 Is_desc *risp; local
2511 for (APLIST_TRAVERSE(osp->os_relisdescs, idx, risp)) {
2512 risp->is_osdesc = rosp;
2519 if (risp->is_shdr->sh_flags & SHF_GROUP) {

Completed in 66 milliseconds