Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c180 Sg_desc *sgp, *tsgp = NULL, *dsgp = NULL, *esgp = NULL; in update_osym() local
396 tsgp = sgp; in update_osym()
447 if (sgp == tsgp) { in update_osym()
515 if (tsgp) in update_osym()
516 etext = tsgp->sg_phdr.p_vaddr + tsgp->sg_phdr.p_filesz; in update_osym()
537 if (tsgp) in update_osym()
538 sgp = tsgp; in update_osym()
541 } else if (tsgp == NULL) in update_osym()
546 sgp = tsgp; in update_osym()
551 if (tsgp->sg_phdr.p_memsz) in update_osym()
[all …]