Searched refs:aux_base (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dmips-tdump.c874 print_symbol (SYMR *sym_ptr, int number, const char *strbase, AUXU *aux_base,
880 char *used_ptr = aux_used + (aux_base - aux_symbols);
885 if (aux_base != (AUXU *) 0 && index != indexNil)
918 printf (" First symbol: %ld\n", (long) aux_base[index].isym);
943 (long) aux_base[index].isym,
944 type_to_string (aux_base, index+1, fdp));
979 type_to_string (aux_base, index, fdp));
1113 AUXU *aux_base;
1119 aux_base = aux_symbols + fdp->iauxBase;
1120 used_base = aux_used + (aux_base
863 print_symbol(SYMR *sym_ptr, int number, const char *strbase, AUXU *aux_base, int ifd, FDR *fdp) argument
1099 AUXU *aux_base; local
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Decoff.c1455 union aux_ext *aux_base;
1468 /* aux_base is the start of the aux entries for this file;
1470 aux_base = (ecoff_data (abfd)->debug_info.external_aux
1499 &aux_base[ecoff_ext.asym.index])
1511 &aux_base[ecoff_ext.asym.index])
1452 union aux_ext *aux_base; local

Completed in 174 milliseconds