Searched defs:ar_desc (Results 1 – 2 of 2) sorted by relevance
1535 typedef struct ar_desc { struct1536 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 */
384 char ar_desc[60]; in ar_create() local