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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dmips-tfile.c1470 static AUXU *orig_aux_syms; /* auxiliary symbols */
1491 #define ORIG_AUX(indx) (CHECK ((indx), orig_sym_hdr.iauxMax, "aux"), (indx) + orig_aux_syms)
4449 orig_aux_syms = (AUXU *) read_seek (orig_sym_hdr.iauxMax * sizeof (AUXU),
1462 static AUXU *orig_aux_syms; /* auxiliary symbols */ variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dmips-tfile.c1472 static AUXU *orig_aux_syms; /* auxiliary symbols */
1493 #define ORIG_AUX(indx) (CHECK ((indx), orig_sym_hdr.iauxMax, "aux"), (indx) + orig_aux_syms)
4430 orig_aux_syms = (AUXU *) read_seek (orig_sym_hdr.iauxMax * sizeof (AUXU),
1464 static AUXU *orig_aux_syms; /* auxiliary symbols */ variable

Completed in 299 milliseconds