Searched refs:find_pc_sect_section (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dblockframe.c121 struct obj_section *osect = find_pc_sect_section (maddr, msect);
435 osect = find_pc_sect_section (mapped_pc, section);
H A Dobjfiles.h574 extern struct obj_section *find_pc_sect_section (CORE_ADDR pc,
H A Dobjfiles.c764 find_pc_sect_section (CORE_ADDR pc, struct bfd_section *section)
783 return find_pc_sect_section (pc, find_pc_mapped_section (pc));
762 find_pc_sect_section (CORE_ADDR pc, struct bfd_section *section) function

Completed in 105 milliseconds