Searched refs:ar_obj (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/elftoolchain/ar/
H A Dar.h83 struct ar_obj { struct
94 TAILQ_ENTRY(ar_obj) objs;
134 TAILQ_HEAD(, ar_obj) v_obj; /* object(member) list */
H A Dwrite.c56 static struct ar_obj *create_obj_from_file(struct bsdar *bsdar,
59 static void free_obj(struct ar_obj *obj);
60 static void insert_obj(struct bsdar *bsdar, struct ar_obj *obj,
61 struct ar_obj *pos);
75 static struct ar_obj *
78 struct ar_obj *obj;
87 obj = malloc(sizeof(struct ar_obj));
199 free_obj(struct ar_obj *obj)
213 insert_obj(struct bsdar *bsdar, struct ar_obj *obj, struct ar_obj *po
[all...]
/freebsd-12-stable/usr.bin/ar/
H A Dar.h64 struct ar_obj { struct
76 TAILQ_ENTRY(ar_obj) objs;
114 TAILQ_HEAD(, ar_obj) v_obj; /* object(member) list */
H A Dwrite.c60 static struct ar_obj *create_obj_from_file(struct bsdar *bsdar,
64 static void free_obj(struct bsdar *bsdar, struct ar_obj *obj);
65 static void insert_obj(struct bsdar *bsdar, struct ar_obj *obj,
66 struct ar_obj *pos);
123 static struct ar_obj *
126 struct ar_obj *obj;
134 obj = malloc(sizeof(struct ar_obj));
226 free_obj(struct bsdar *bsdar, struct ar_obj *obj)
242 insert_obj(struct bsdar *bsdar, struct ar_obj *obj, struct ar_obj *po
[all...]
/freebsd-12-stable/contrib/elftoolchain/elfcopy/
H A Delfcopy.h163 struct ar_obj { struct
173 STAILQ_ENTRY(ar_obj) objs;
268 STAILQ_HEAD(, ar_obj) v_arobj; /* archive object(member) list. */
H A Darchive.c59 static void process_ar_obj(struct elfcopy *ecp, struct ar_obj *obj);
64 process_ar_obj(struct elfcopy *ecp, struct ar_obj *obj)
375 struct ar_obj *obj;
442 struct ar_obj *obj;
498 struct ar_obj *obj, *obj_temp;
501 STAILQ_REMOVE(&ecp->v_arobj, obj, ar_obj, objs);

Completed in 112 milliseconds