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