Searched refs:insert_obj (Results 1 – 2 of 2) sorted by relevance
/freebsd/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()
|
/freebsd/usr.bin/ar/ |
H A D | write.c | 63 static void insert_obj(struct bsdar *bsdar, struct ar_obj *obj, 197 insert_obj(struct bsdar *bsdar, struct ar_obj *obj, struct ar_obj *pos) in insert_obj() function 466 insert_obj(bsdar, obj, pos); in ar_write_archive() 468 insert_obj(bsdar, nobj, pos); in ar_write_archive() 493 insert_obj(bsdar, nobj, pos); in ar_write_archive()
|