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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dbinary.c162 binary_canonicalize_symtab (bfd *abfd, asymbol **alocation) argument
198 *alocation++ = syms++;
199 *alocation = NULL;
H A Dppcboot.c297 ppcboot_canonicalize_symtab (abfd, alocation)
299 asymbol **alocation;
335 *alocation++ = syms++;
336 *alocation = NULL;
H A Dsrec.c1119 srec_canonicalize_symtab (bfd *abfd, asymbol **alocation) argument
1150 *alocation++ = csymbols++;
1151 *alocation = NULL;
H A Dcoffgen.c334 coff_canonicalize_symtab (bfd *abfd, asymbol **alocation) argument
338 coff_symbol_type **location = (coff_symbol_type **) alocation;
H A Decoff.c960 _bfd_ecoff_canonicalize_symtab (bfd *abfd, asymbol **alocation)
964 ecoff_symbol_type **location = (ecoff_symbol_type **) alocation;
957 _bfd_ecoff_canonicalize_symtab(bfd *abfd, asymbol **alocation) argument

Completed in 100 milliseconds