Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dupdate.c174 Sg_desc *sgp, *tsgp = NULL, *dsgp = NULL, *esgp = NULL; in update_osym() local
390 tsgp = sgp; in update_osym()
441 if (sgp == tsgp) { in update_osym()
509 if (tsgp) in update_osym()
510 etext = tsgp->sg_phdr.p_vaddr + tsgp->sg_phdr.p_filesz; in update_osym()
531 if (tsgp) in update_osym()
532 sgp = tsgp; in update_osym()
535 } else if (tsgp == NULL) in update_osym()
537 else if (dsgp->sg_phdr.p_vaddr > tsgp->sg_phdr.p_vaddr) in update_osym()
539 else if (dsgp->sg_phdr.p_vaddr < tsgp->sg_phdr.p_vaddr) in update_osym()
[all …]