Searched defs:ar_mem (Results 1 – 1 of 1) sorted by relevance
1472 typedef struct ar_mem { struct1473 Elf *am_elf; /* elf descriptor for this member */1474 const char *am_name; /* members name */1475 const char *am_path; /* path (ie. lib(foo.o)) */1476 Sym *am_syms; /* start of global symbols */1477 char *am_strs; /* associated string table start */1478 Xword am_symn; /* no. of global symbols */