Searched defs:ar_desc (Results 1 – 2 of 2) sorted by relevance
384 char ar_desc[60]; in ar_create() local
1488 typedef struct ar_desc { struct1489 const char *ad_name; /* archive file name */1490 Elf *ad_elf; /* elf descriptor for the archive */1491 Elf_Arsym *ad_start; /* archive symbol table start */1492 Ar_aux *ad_aux; /* auxiliary symbol information */1493 dev_t ad_stdev; /* device id and inode number for */1494 ino_t ad_stino; /* multiple inclusion checks */1495 ofl_flag_t ad_flags; /* archive specific cmd line flags */