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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Delfread.c993 CORE_ADDR resolved_address, resolved_pc; local
1027 resolved_pc = gdbarch_convert_from_func_ptr_addr (gdbarch,
1030 resolved_pc = gdbarch_addr_bits_remove (gdbarch, resolved_pc);
1034 resolved_pc);
1038 find_function_start_sal (resolved_pc, NULL, true),
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Delfread.c1011 CORE_ADDR resolved_address, resolved_pc; local
1044 resolved_pc = gdbarch_convert_from_func_ptr_addr
1046 resolved_pc = gdbarch_addr_bits_remove (gdbarch, resolved_pc);
1049 elf_gnu_ifunc_record_cache (b->locspec->to_string (), resolved_pc);
1053 find_function_start_sal (resolved_pc, NULL, true),

Completed in 106 milliseconds