Searched refs:nelf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsupport.c178 Elf *nelf = *oelf; local
208 (*flp->fl_fptr)(&npath, &nfile, &nfd, _flags, &nelf, ref, off,
217 if ((npath != *opath) || (nfd != *ofd) || (nelf != *oelf)) {
219 *opath, npath, *ofd, nfd, *oelf, nelf));
225 *oelf = nelf;
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c730 const char *nname, int ofd, int nfd, Elf *oelf, Elf *nelf)
751 if (nelf != oelf) {
752 if (nelf == 0)
757 EC_NATPTR(nelf), str);
729 Dbg_file_modified(Lm_list *lml, const char *obj, const char *oname, const char *nname, int ofd, int nfd, Elf *oelf, Elf *nelf) argument

Completed in 60 milliseconds