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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Delfread.c890 const char *name_at_pc; local
899 if (find_pc_partial_function (pc, &name_at_pc, &start_at_pc, NULL)
902 if (elf_gnu_ifunc_resolve_name (name_at_pc, &address))
906 name_at_pc = NULL;
924 if (name_at_pc)
925 elf_gnu_ifunc_record_cache (name_at_pc, address);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Delfread.c907 const char *name_at_pc; local
916 if (find_pc_partial_function (pc, &name_at_pc, &start_at_pc, NULL)
919 if (elf_gnu_ifunc_resolve_name (name_at_pc, &address))
923 name_at_pc = NULL;
942 if (name_at_pc)
943 elf_gnu_ifunc_record_cache (name_at_pc, address);

Completed in 134 milliseconds