Lines Matching full:armem
845 struct armem
851 struct armem *next;
863 write_member (struct armem *memb, off_t *startp, off_t *lenp, Elf *elf,
917 remember_long_name (struct armem *mem, const char *name, size_t namelen)
932 struct armem *to_copy = NULL;
982 struct armem *newp = alloca (sizeof (struct armem));
1054 struct armem *last = to_copy;
1114 struct armem *all = NULL;
1115 struct armem *after_memberelem = NULL;
1116 struct armem **found = alloca (sizeof (*found) * argc);
1167 struct armem *newp = alloca (sizeof (struct armem));
1259 found[cnt] = alloca (sizeof (struct armem));
1347 struct armem *tmp = all;
1352 struct armem *last_added = after_memberelem;
1371 for (struct armem *memp = all; memp != NULL; memp = memp->next)