Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dcmd.c160 fileptr->ar_contents = NULL; in rcmd()
318 if (write(f, next->ar_contents, in xcmd()
333 if (write(f, next->ar_contents, in xcmd()
372 (void) fwrite(next->ar_contents, sizeof (char), in pcmd()
611 fileptr->ar_contents = NULL; in cleanup()
H A Dinc.h79 char *ar_contents; member
H A Dfile.c285 if (file->ar_contents) { in recover_padding()
287 char *p = file->ar_contents + extent; in recover_padding()
385 if ((file->ar_contents = elf_rawfile(elf, &ptr)) in getfile()
1304 arwrite(name, ar_outfile.fd, fptr->ar_contents, in writefile()