Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/ar/common/
H A Dinc.h77 Elf *ar_elf; /* My elf descriptor */ member
H A Dfile.c392 file->ar_elf = elf; in getfile()
489 if ((fptr->ar_elf != NULL) && (fptr->ar_pathname == NULL)) { in mksymtab()
493 elf = fptr->ar_elf; in mksymtab()
494 } else if ((fptr->ar_elf == NULL) && in mksymtab()
H A Dcmd.c148 (void) elf_end(fileptr->ar_elf); in rcmd()
149 fileptr->ar_elf = 0; in rcmd()