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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dframe.c1288 int notcurrent = (next != NULL && get_frame_type (next) == NORMAL_FRAME); local
1289 return notcurrent;
H A Dsymtab.c1965 find_pc_sect_line (CORE_ADDR pc, struct bfd_section *section, int notcurrent)
2010 if (notcurrent)
2089 if (notcurrent)
2212 find_pc_line (CORE_ADDR pc, int notcurrent)
2219 return find_pc_sect_line (pc, section, notcurrent);
1960 find_pc_sect_line(CORE_ADDR pc, struct bfd_section *section, int notcurrent) argument
2207 find_pc_line(CORE_ADDR pc, int notcurrent) argument

Completed in 97 milliseconds