Searched refs:insert_obj (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/usr.bin/ar/ |
| H A D | write.c | 65 static void insert_obj(struct bsdar *bsdar, struct ar_obj *obj, 242 insert_obj(struct bsdar *bsdar, struct ar_obj *obj, struct ar_obj *pos) in insert_obj() function 507 insert_obj(bsdar, obj, pos); in write_archive() 509 insert_obj(bsdar, nobj, pos); in write_archive() 530 insert_obj(bsdar, nobj, pos); in write_archive()
|
| /freebsd-12.1/contrib/elftoolchain/ar/ |
| H A D | write.c | 60 static void insert_obj(struct bsdar *bsdar, struct ar_obj *obj, 213 insert_obj(struct bsdar *bsdar, struct ar_obj *obj, struct ar_obj *pos) in insert_obj() function 495 insert_obj(bsdar, obj, pos); in ar_write_archive() 497 insert_obj(bsdar, nobj, pos); in ar_write_archive() 523 insert_obj(bsdar, nobj, pos); in ar_write_archive()
|