Searched refs:archive_pass (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dlinker.c954 archive_pass field in a BFD is used to avoid checking the symbols
956 the link, archive_pass is set to -1. If an object is scanned but
957 not included, archive_pass is set to the pass number. The pass
1013 /* The archive_pass field in the archive itself is used to
1016 pass = abfd->archive_pass + 1;
1088 if (element->archive_pass == -1
1089 || element->archive_pass == pass)
1095 element->archive_pass = -1;
1105 element->archive_pass = pass;
1108 element->archive_pass
[all...]
H A Delflink.c2933 if (abfd->archive_pass)
4980 if (element->archive_pass != 0)
4985 element->archive_pass = 1;
H A Dbfd-in2.h4701 int archive_pass;
4694 int archive_pass; member in struct:bfd
H A Dxcofflink.c2195 member->archive_pass = -1;
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4708 int archive_pass;
4701 int archive_pass; member in struct:bfd

Completed in 294 milliseconds