Home
last modified time | relevance | path

Searched refs:obj_temp (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/usr.bin/ar/
H A Dwrite.c384 struct ar_obj *nobj, *obj, *obj_temp, *pos; in write_archive() local
476 TAILQ_FOREACH_SAFE(obj, &bsdar->v_obj, objs, obj_temp) { in write_archive()
548 struct ar_obj *obj, *obj_temp; in write_cleanup() local
550 TAILQ_FOREACH_SAFE(obj, &bsdar->v_obj, objs, obj_temp) { in write_cleanup()
/freebsd-12.1/contrib/elftoolchain/ar/
H A Dwrite.c361 struct ar_obj *nobj, *obj, *obj_temp, *pos; in ar_write_archive() local
463 TAILQ_FOREACH_SAFE(obj, &bsdar->v_obj, objs, obj_temp) { in ar_write_archive()
543 struct ar_obj *obj, *obj_temp; in write_cleanup() local
545 TAILQ_FOREACH_SAFE(obj, &bsdar->v_obj, objs, obj_temp) { in write_cleanup()
/freebsd-12.1/contrib/elftoolchain/elfcopy/
H A Darchive.c498 struct ar_obj *obj, *obj_temp; in ac_write_cleanup() local
500 STAILQ_FOREACH_SAFE(obj, &ecp->v_arobj, objs, obj_temp) { in ac_write_cleanup()