Home
last modified time | relevance | path

Searched refs:find_pc_sect_function (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dblockframe.c127 find_pc_sect_function (CORE_ADDR pc, struct bfd_section *section) in find_pc_sect_function() function
141 return find_pc_sect_function (pc, find_pc_mapped_section (pc)); in find_pc_function()
228 f = find_pc_sect_function (mapped_pc, section); in find_pc_partial_function()
H A Dsymtab.h1079 extern struct symbol *find_pc_sect_function (CORE_ADDR, asection *);
H A Dprintcmd.c627 symbol = find_pc_sect_function (addr, section); in build_address_symbolic()
H A Dtracepoint.c508 sym = find_pc_sect_function (t->address, t->section); in tracepoints_info()
H A Dbreakpoint.c3480 sym = find_pc_sect_function (b->loc->address, b->loc->section); in print_one_breakpoint()
H A DChangeLog-19972065 find_pc_sect_function(), find_pc_sect_partial_function(): new