Home
last modified time | relevance | path

Searched refs:find_pc_mapped_section (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dblock.c232 return blockvector_for_pc_sect (pc, find_pc_mapped_section (pc), in blockvector_for_pc()
257 return block_for_pc_sect (pc, find_pc_mapped_section (pc)); in block_for_pc()
H A Dblockframe.c154 return find_pc_sect_function (pc, find_pc_mapped_section (pc)); in find_pc_function()
H A Dsymfile.h548 extern struct obj_section *find_pc_mapped_section (CORE_ADDR);
H A Dobjfiles.c1353 s = find_pc_mapped_section (pc); in find_pc_section()
H A Dstack.c1739 find_pc_sect_symtab_via_partial (pc, find_pc_mapped_section (pc)); in backtrace_command_1()
H A Dsymfile.c3232 find_pc_mapped_section (CORE_ADDR pc) in find_pc_mapped_section() function
H A Dsymtab.c2176 return find_pc_sect_symtab (pc, find_pc_mapped_section (pc)); in find_pc_symtab()
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-block.c383 section = find_pc_mapped_section (pc); in gdbpy_block_for_pc()