Searched refs:ar_obj (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/elftoolchain/ar/ |
H A D | write.c | 56 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; in create_obj_from_file() 87 obj = malloc(sizeof(struct ar_obj)); in create_obj_from_file() 199 free_obj(struct ar_obj *obj) in free_obj() 213 insert_obj(struct bsdar *bsdar, struct ar_obj *obj, struct ar_obj *pos) in insert_obj() 251 struct ar_obj *obj; in read_objs() [all …]
|
H A D | ar.h | 83 struct ar_obj { struct 94 TAILQ_ENTRY(ar_obj) objs; argument 134 TAILQ_HEAD(, ar_obj) v_obj; /* object(member) list */
|
/freebsd/usr.bin/ar/ |
H A D | write.c | 58 static struct ar_obj *create_obj_from_file(struct bsdar *bsdar, 62 static void free_obj(struct bsdar *bsdar, struct ar_obj *obj); 63 static void insert_obj(struct bsdar *bsdar, struct ar_obj *obj, 64 struct ar_obj *pos); 78 static struct ar_obj * 81 struct ar_obj *obj; in create_obj_from_file() 89 obj = malloc(sizeof(struct ar_obj)); in create_obj_from_file() 181 free_obj(struct bsdar *bsdar, struct ar_obj *obj) in free_obj() 197 insert_obj(struct bsdar *bsdar, struct ar_obj *obj, struct ar_obj *pos) in insert_obj() 234 struct ar_obj *obj; in read_objs() [all …]
|
H A D | ar.h | 62 struct ar_obj { struct 74 TAILQ_ENTRY(ar_obj) objs; argument 112 TAILQ_HEAD(, ar_obj) v_obj; /* object(member) list */
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | archive.c | 59 static void process_ar_obj(struct elfcopy *ecp, struct ar_obj *obj); 64 process_ar_obj(struct elfcopy *ecp, struct ar_obj *obj) in process_ar_obj() 390 struct ar_obj *obj; in ac_read_objs() 457 struct ar_obj *obj; in ac_write_objs() 513 struct ar_obj *obj, *obj_temp; in ac_write_cleanup() 516 STAILQ_REMOVE(&ecp->v_arobj, obj, ar_obj, objs); in ac_write_cleanup()
|
H A D | elfcopy.h | 163 struct ar_obj { struct 173 STAILQ_ENTRY(ar_obj) objs; argument 268 STAILQ_HEAD(, ar_obj) v_arobj; /* archive object(member) list. */
|