Searched refs:first_undef (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoffgen.c658 coff_renumber_symbols (bfd_ptr, first_undef)
660 int *first_undef;
706 *first_undef = newsyms - bfd_ptr->outsymbols;
H A Dcoffcode.h2457 coff_write_relocs (abfd, first_undef)
2459 int first_undef;
2528 for (j = first_undef; outsyms[j]; j++)
2458 int first_undef; variable
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffgen.c615 coff_renumber_symbols (bfd *bfd_ptr, int *first_undef) argument
661 *first_undef = newsyms - bfd_ptr->outsymbols;
H A Dcoffcode.h2433 coff_write_relocs (bfd * abfd, int first_undef)
2502 for (j = first_undef; outsyms[j]; j++)
2432 coff_write_relocs(bfd * abfd, int first_undef) argument

Completed in 212 milliseconds