Home
last modified time | relevance | path

Searched defs:ar_desc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1535 typedef struct ar_desc { struct
1536 const char *ad_name; /* archive file name */
1537 Elf *ad_elf; /* elf descriptor for the archive */
1538 Elf_Arsym *ad_start; /* archive symbol table start */
1539 Ar_aux *ad_aux; /* auxiliary symbol information */
1540 dev_t ad_stdev; /* device id and inode number for */
1541 ino_t ad_stino; /* multiple inclusion checks */
1542 ofl_flag_t ad_flags; /* archive specific cmd line flags */
1543 Boolean ad_allextract; /* archive has been allextract'ed */
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlistmgr.c384 char ar_desc[60]; in ar_create() local