Searched refs:find_pc_mapped_section (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymfile.h286 extern struct obj_section *find_pc_mapped_section (CORE_ADDR);
H A Dblockframe.c153 return find_pc_sect_function (pc, find_pc_mapped_section (pc));
H A Dblock.c260 return blockvector_for_pc_sect (pc, find_pc_mapped_section (pc),
285 return block_for_pc_sect (pc, find_pc_mapped_section (pc));
H A Dobjfiles.c1180 s = find_pc_mapped_section (pc);
H A Dsymfile.c2922 find_pc_mapped_section(pc): if the pc is in the range of a mapped
3164 /* Function: find_pc_mapped_section (PC)
3169 find_pc_mapped_section (CORE_ADDR pc)
3162 find_pc_mapped_section (CORE_ADDR pc) function
H A Dsymtab.c2961 return find_pc_sect_compunit_symtab (pc, find_pc_mapped_section (pc));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dblockframe.c153 return find_pc_sect_function (pc, find_pc_mapped_section (pc));
H A Dsymfile.h495 extern struct obj_section *find_pc_mapped_section (CORE_ADDR);
H A Dblock.c258 return blockvector_for_pc_sect (pc, find_pc_mapped_section (pc),
283 return block_for_pc_sect (pc, find_pc_mapped_section (pc));
H A Dobjfiles.c1236 s = find_pc_mapped_section (pc);
H A Dsymfile.c2937 find_pc_mapped_section(pc): if the pc is in the range of a mapped
3179 /* Function: find_pc_mapped_section (PC)
3184 find_pc_mapped_section (CORE_ADDR pc)
3177 find_pc_mapped_section (CORE_ADDR pc) function
H A Dsymtab.c3004 return find_pc_sect_compunit_symtab (pc, find_pc_mapped_section (pc));

Completed in 404 milliseconds