Lines Matching defs:armem
827 struct armem
833 struct armem *next;
845 write_member (struct armem *memb, off_t *startp, off_t *lenp, Elf *elf,
902 remember_long_name (struct armem *mem, const char *name, size_t namelen)
917 struct armem *to_copy = NULL;
966 struct armem *newp = alloca (sizeof (struct armem));
1038 struct armem *last = to_copy;
1105 struct armem *all = NULL;
1106 struct armem *after_memberelem = NULL;
1107 struct armem **found = alloca (sizeof (*found) * argc);
1157 struct armem *newp = alloca (sizeof (struct armem));
1249 found[cnt] = alloca (sizeof (struct armem));
1335 struct armem *tmp = all;
1340 struct armem *last_added = after_memberelem;
1359 for (struct armem *memp = all; memp != NULL; memp = memp->next)