Searched refs:insert_obj (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/usr.bin/ar/ |
| HD | write.c | 63 static void insert_obj(struct bsdar *bsdar, struct ar_obj *obj, 235 insert_obj(struct bsdar *bsdar, struct ar_obj *obj, struct ar_obj *pos) in insert_obj() function 499 insert_obj(bsdar, obj, pos); in write_archive() 501 insert_obj(bsdar, nobj, pos); in write_archive() 522 insert_obj(bsdar, nobj, pos); in write_archive()
|
| /NextBSD/contrib/elftoolchain/ar/ |
| HD | 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 490 insert_obj(bsdar, obj, pos); in ar_write_archive() 492 insert_obj(bsdar, nobj, pos); in ar_write_archive() 514 insert_obj(bsdar, nobj, pos); in ar_write_archive()
|