Searched refs:insert_obj (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/elftoolchain/ar/
H A Dwrite.c60 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) function
495 insert_obj(bsdar, obj, pos);
497 insert_obj(bsdar, nobj, pos);
523 insert_obj(bsdar, nobj, pos);
/freebsd-current/usr.bin/ar/
H A Dwrite.c63 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) function
466 insert_obj(bsdar, obj, pos);
468 insert_obj(bsdar, nobj, pos);
493 insert_obj(bsdar, nobj, pos);

Completed in 80 milliseconds