Searched refs:ar_contents (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/sgs/ar/common/ |
H A D | cmd.c | 159 fileptr->ar_contents = NULL; in rcmd() 317 if (write(f, next->ar_contents, in xcmd() 332 if (write(f, next->ar_contents, in xcmd() 371 (void) fwrite(next->ar_contents, sizeof (char), in pcmd() 606 fileptr->ar_contents = NULL; in cleanup()
|
H A D | inc.h | 79 char *ar_contents; member
|
H A D | file.c | 284 if (file->ar_contents) { in recover_padding() 286 char *p = file->ar_contents + extent; in recover_padding() 384 if ((file->ar_contents = elf_rawfile(elf, &ptr)) in getfile() 1302 arwrite(name, ar_outfile.fd, fptr->ar_contents, in writefile()
|