Home
last modified time | relevance | path

Searched refs:write_objs (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/usr.bin/ar/
H A Dwrite.c74 static void write_objs(struct bsdar *bsdar);
428 goto write_objs; in write_archive()
451 goto write_objs; in write_archive()
537 write_objs: in write_archive()
538 write_objs(bsdar); in write_archive()
610 write_objs(struct bsdar *bsdar) in write_objs() function
/freebsd-12.1/contrib/elftoolchain/ar/
H A Dwrite.c67 static void write_objs(struct bsdar *bsdar);
412 goto write_objs; in ar_write_archive()
437 goto write_objs; in ar_write_archive()
530 write_objs: in ar_write_archive()
531 write_objs(bsdar); in ar_write_archive()
663 write_objs(struct bsdar *bsdar) in write_objs() function