Searched refs:nelf (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | support.c | 178 Elf *nelf = *oelf; in ld_sup_open() local 208 (*flp->fl_fptr)(&npath, &nfile, &nfd, _flags, &nelf, ref, off, in ld_sup_open() 217 if ((npath != *opath) || (nfd != *ofd) || (nelf != *oelf)) { in ld_sup_open() 219 *opath, npath, *ofd, nfd, *oelf, nelf)); in ld_sup_open() 225 *oelf = nelf; in ld_sup_open()
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | files.c | 730 const char *nname, int ofd, int nfd, Elf *oelf, Elf *nelf) in Dbg_file_modified() argument 751 if (nelf != oelf) { in Dbg_file_modified() 752 if (nelf == 0) in Dbg_file_modified() 757 EC_NATPTR(nelf), str); in Dbg_file_modified()
|