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

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dpsymtab.c225 CORE_ADDR best_pc;
231 best_pc = (textlow != 0) ? textlow - 1 : 0;
241 && (p->address (objfile) > best_pc
243 && best_pc == 0 && p->address (objfile) == 0)))
251 best_pc = p->address (objfile);
261 && (p->address (objfile) > best_pc
263 && best_pc == 0 && p->address (objfile) == 0)))
271 best_pc = p->address (objfile);
224 CORE_ADDR best_pc; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dpsymtab.c411 CORE_ADDR best_pc;
417 best_pc = (textlow != 0) ? textlow - 1 : 0;
431 && (p->address (objfile) > best_pc
433 && best_pc == 0 && p->address (objfile) == 0)))
441 best_pc = p->address (objfile);
455 && (p->address (objfile) > best_pc
457 && best_pc == 0 && p->address (objfile) == 0)))
465 best_pc = p->address (objfile);
409 CORE_ADDR best_pc; local

Completed in 256 milliseconds