Searched refs:nelf (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 212 Elf *nelf; in archive() local 219 for (cmd = ELF_C_READ, nelf = NULL; in archive() 220 (nelf = elf_begin(fd, cmd, elf)) != NULL; in archive() 221 cmd = elf_next(nelf), (void) elf_end(nelf)) { in archive() 222 Elf_Arhdr *arhdr = elf_getarhdr(nelf); in archive() 228 switch (elf_kind(nelf)) { in archive() 230 if (archive(fd, nelf, class_ret, mach_ret)) in archive() 234 if (gelf_getclass(nelf) == ELFCLASS64) { in archive() 235 Elf64_Ehdr *ehdr = elf64_getehdr(nelf); in archive() 242 Elf32_Ehdr *ehdr = elf32_getehdr(nelf); in archive()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | support.c | 177 Elf *nelf = *oelf; in ld_sup_open() local 207 (*flp->fl_fptr)(&npath, &nfile, &nfd, _flags, &nelf, ref, off, in ld_sup_open() 216 if ((npath != *opath) || (nfd != *ofd) || (nelf != *oelf)) { in ld_sup_open() 218 *opath, npath, *ofd, nfd, *oelf, nelf)); in ld_sup_open() 224 *oelf = nelf; in ld_sup_open()
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | files.c | 723 const char *nname, int ofd, int nfd, Elf *oelf, Elf *nelf) in Dbg_file_modified() argument 744 if (nelf != oelf) { in Dbg_file_modified() 745 if (nelf == 0) in Dbg_file_modified() 750 EC_NATPTR(nelf), str); in Dbg_file_modified()
|