Lines Matching defs:enclosing
719 relocs which may have been cached for the enclosing section. */
733 asection *enclosing;
735 enclosing = xcoff_section_data (abfd, sec)->enclosing;
737 if (enclosing != NULL
738 && (coff_section_data (abfd, enclosing) == NULL
739 || coff_section_data (abfd, enclosing)->relocs == NULL)
741 && enclosing->reloc_count > 0)
743 if (bfd_coff_read_internal_relocs (abfd, enclosing, true,
749 if (enclosing != NULL
750 && coff_section_data (abfd, enclosing) != NULL
751 && coff_section_data (abfd, enclosing)->relocs != NULL)
755 off = ((sec->rel_filepos - enclosing->rel_filepos)
759 return coff_section_data (abfd, enclosing)->relocs + off;
761 coff_section_data (abfd, enclosing)->relocs + off,
1525 asection *enclosing;
1528 enclosing = xcoff_section_data (abfd, csect)->enclosing;
1529 if (enclosing == NULL)
1533 (_("%pB: `%s' has line numbers but no enclosing section"),
1539 - enclosing->line_filepos);
1541 if (linoff < (bfd_signed_vma) (enclosing->lineno_count * linesz))
1546 linpstart = (reloc_info[enclosing->target_index].linenos
1557 linpend = (reloc_info[enclosing->target_index].linenos
1558 + enclosing->lineno_count * linesz);
1691 asection *enclosing;
1696 enclosing = coff_section_from_bfd_index (abfd, sym.n_scnum);
1697 if (enclosing == NULL)
1700 relocs = reloc_info[enclosing->target_index].relocs;
1701 amt = enclosing->reloc_count;
1707 if (relindx < enclosing->reloc_count
1772 reloc_info[enclosing->target_index].csects;
1802 asection *enclosing;
1812 /* The enclosing section is the main section : .data, .text
1814 enclosing = coff_section_from_bfd_index (abfd, sym.n_scnum);
1815 if (enclosing == NULL)
1818 if (! bfd_is_abs_section (enclosing)
1819 && ((bfd_vma) sym.n_value < enclosing->vma
1821 > enclosing->vma + enclosing->size)))
1825 (_("%pB: csect `%s' not in enclosing section"),
1831 csect->filepos = (enclosing->filepos
1833 - enclosing->vma);
1839 /* Record the enclosing section in the tdata for this new
1849 xcoff_section_data (abfd, csect)->enclosing = enclosing;
1851 enclosing->lineno_count;
1853 if (enclosing->owner == abfd)
1860 relocs = reloc_info[enclosing->target_index].relocs;
1861 amt = enclosing->reloc_count;
1865 rel_csect = (reloc_info[enclosing->target_index].csects
1868 csect->rel_filepos = (enclosing->rel_filepos
1870 while (relindx < enclosing->reloc_count
5688 asection *enclosing;
5698 /* Read in the enclosing section's line-number
5701 enclosing = xcoff_section_data (abfd, o)->enclosing;
5703 enclosing)
5705 pos = enclosing->line_filepos;
5711 oline = enclosing;
5717 - enclosing->line_filepos);
5764 range_start = enclosing->line_filepos + linoff;