Home
last modified time | relevance | path

Searched refs:find_pc_symtab (Results 1 – 22 of 22) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/tui/
Dtui-disasm.c271 struct symtab *s = find_pc_symtab (start_addr); in tui_show_disassem()
385 s = find_pc_symtab (get_frame_pc (deprecated_selected_frame)); in tui_vertical_disassem_scroll()
Dtui-hooks.c243 s = find_pc_symtab (get_frame_pc (fi)); in tui_selected_frame_level_changed_hook()
Dtui-source.c329 s = find_pc_symtab (get_frame_pc (deprecated_selected_frame)); in tui_vertical_source_scroll()
Dtui-winsource.c314 s = find_pc_symtab (get_frame_pc (deprecated_selected_frame)); in tui_horizontal_source_scroll()
Dtui-win.c1311 s = find_pc_symtab (get_frame_pc (deprecated_selected_frame)); in make_visible_with_new_height()
DChangeLog-1998-2003436 find_pc_symtab.
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddisasm.c366 symtab = find_pc_symtab (low); in gdb_disassembly()
Dsymtab.h1104 extern struct symtab *find_pc_symtab (CORE_ADDR);
Dstack.c864 s = find_pc_symtab (get_frame_pc (fi)); in frame_info()
1968 s = find_pc_symtab (get_frame_address_in_block (deprecated_selected_frame)); in get_frame_language()
Dsymtab.c1936 find_pc_symtab (CORE_ADDR pc) in find_pc_symtab() function
2995 if (0 == find_pc_symtab (SYMBOL_VALUE_ADDRESS (msymbol))) in search_symbols()
3093 (0 == find_pc_symtab (SYMBOL_VALUE_ADDRESS (msymbol)))) in search_symbols()
Dframe.c881 s = find_pc_symtab (get_frame_address_in_block (fi)); in select_frame()
Dinfrun.c2572 s = find_pc_symtab (stop_pc); in step_into_function()
DChangeLog-3.x2467 * symtab.[ch] (find_pc_symtab): Changed to external.
2889 (find_pc_symtab): Used; fatal error if psymtab found is readin
DChangeLog-1992892 * symtab.c (find_pc_symtab): Fix return of random value
967 * (find_pc_symtab): Fix comments, clean up code.
4695 lookup_symbol, find_main_psymtab, find_pc_symtab, sources_info,
5443 * symtab.c (find_pc_symtab): Handle having no objfiles.
DChangeLog-19933605 (find_pc_symtab): Add comment about overlapping symtabs.
3667 * symtab.c (find_pc_symtab): Call warning, not printf directly.
4088 * infrun.c (wait_for_inferior): Use find_pc_line not find_pc_symtab
6528 * symtab.c (find_pc_symtab): some object file formats, notably
Dada-lang.c4390 s = find_pc_symtab (SYMBOL_VALUE_ADDRESS (msymbol)); in ada_lookup_symbol_list()
DChangeLog-19912881 (find_pc_symtab): Temporarily avoid fatal() when psymtab
3843 * symtab.c (lookup_symbol, find_pc_symtab, find_pc_line,
DChangeLog-19972188 * symtab.c (find_pc_symtab): change to support the case
DChangeLog-1990970 * symtab.c (lookup_symbol): Use find_pc_symtab rather than
DChangeLog-19964894 * symtab.c (find_pc_symtab): Don't lose if OBJF_REORDERED
DChangeLog-19941058 * symtab.c (find_pc_psymtab, find_pc_symtab): Use expensive
DChangeLog-19982121 to the original find_pc_symtab, in HP added fragment.