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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmipsread.c188 int dt_mips_gotsym = -1; local
240 if (dt_mips_gotsym < 0)
241 dt_mips_gotsym
245 if (dt_mips_local_gotno < 0 || dt_mips_gotsym < 0)
308 (i - dt_mips_gotsym + dt_mips_local_gotno) * got_entry_size;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmipsread.c188 int dt_mips_gotsym = -1; local
240 if (dt_mips_gotsym < 0)
241 dt_mips_gotsym
245 if (dt_mips_local_gotno < 0 || dt_mips_gotsym < 0)
308 (i - dt_mips_gotsym + dt_mips_local_gotno) * got_entry_size;

Completed in 127 milliseconds