Lines Matching defs:section

699 	  /* Copy the section of memory before the breakpoint.  */
707 /* Copy the section of memory after the breakpoint. */
779 || bpt->section == NULL
780 || !(section_is_overlay (bpt->section)))
793 /* This breakpoint is in an overlay section.
806 bpt->section);
816 if (section_is_mapped (bpt->section))
818 /* Yes. This overlay section is mapped into memory. */
1413 || b->section == NULL
1414 || !(section_is_overlay (b->section)))
1426 /* This breakpoint is in an overlay section.
1434 b->section);
1447 remove the breakpoint if the section had been
1691 && section_is_overlay (bpt->section)
1692 && !section_is_mapped (bpt->section))
1724 && section_is_overlay (bpt->section)
1725 && !section_is_mapped (bpt->section))
1755 && section_is_overlay (bpt->section)
1756 && !section_is_mapped (bpt->section))
1820 && section_is_overlay (bpt->section)
1821 && !section_is_mapped (bpt->section))
2637 if (overlay_debugging /* unmapped overlay section */
2638 && section_is_overlay (b->loc->section)
2639 && !section_is_mapped (b->loc->section))
2647 if (overlay_debugging /* unmapped overlay section */
2648 && section_is_overlay (b->loc->section)
2649 && !section_is_mapped (b->loc->section))
3496 sym = find_pc_sect_function (b->loc->address, b->loc->section);
3781 describe_other_breakpoints (CORE_ADDR pc, asection *section)
3788 if (!b->pending && (!overlay_debugging || b->loc->section == section))
3795 if (!b->pending && (!overlay_debugging || b->loc->section == section))
3864 /* Rescan breakpoints at the same address and section as BPT,
3877 asection *section = bpt->loc->section;
3888 && (!overlay_debugging || b->section == section)
3923 && (!overlay_debugging || b->section == section)
4052 created breakpoint's address, section, source file name, and line
4080 b->loc->section = sal.section;
4141 sal.section = find_pc_overlay (sal.pc);
4899 describe_other_breakpoints (sal.pc, sal.section);
4972 sal.section = find_pc_overlay (sal.pc);
5593 if (sal->section == 0 && sal->symtab != NULL)
5608 sal->section = SYMBOL_BFD_SECTION (sym);
5612 /* It really is worthwhile to have the section, so we'll just
5621 sal->section = SYMBOL_BFD_SECTION (msym);
6774 && (!section_is_overlay (b->loc->section)
6775 || b->loc->section == sal.section))
6945 && b->loc->section == bpt->loc->section
7223 b->loc->section = sals.sals[i].section;