Lines Matching refs:sec

1848 mips_read_relocs (abfd, sec)
1850 asection *sec;
1855 section_tdata = ecoff_section_data (abfd, sec);
1859 sec->used_by_bfd = (PTR) bfd_alloc (abfd, amt);
1860 if (sec->used_by_bfd == NULL)
1863 section_tdata = ecoff_section_data (abfd, sec);
1872 amt *= sec->reloc_count;
1877 if (bfd_seek (abfd, sec->rel_filepos, SEEK_SET) != 0
1910 mips_relax_section (abfd, sec, info, again)
1912 asection *sec;
1932 if (sec->reloc_count == 0)
1937 if (strcmp (bfd_get_section_name (abfd, sec), ".text") != 0)
1941 section_tdata = ecoff_section_data (abfd, sec);
1945 if (! mips_read_relocs (abfd, sec))
1947 section_tdata = ecoff_section_data (abfd, sec);
1950 if (sec->_cooked_size == 0)
1954 sec->_cooked_size = sec->_raw_size;
1964 ext_rel_end = ext_rel + sec->reloc_count;
2023 relocation -= (sec->output_section->vma
2024 + sec->output_offset
2025 + (int_rel.r_vaddr - sec->vma));
2052 contents = (bfd_byte *) bfd_alloc (abfd, sec->_raw_size);
2054 contents = (bfd_byte *) bfd_malloc (sec->_raw_size);
2057 if (! bfd_get_section_contents (abfd, sec, (PTR) contents,
2058 (file_ptr) 0, sec->_raw_size))
2071 if (bfd_get_32 (abfd, contents + int_rel.r_vaddr - sec->vma)
2082 sec->_cooked_size += PCREL16_EXPANSION_ADJUSTMENT;
2089 size = (bfd_size_type) sec->reloc_count * sizeof (long);
2128 contents + adj_int_rel.r_vaddr - sec->vma);
2149 contents + adj_int_rel.r_vaddr - sec->vma);
2155 addlo = bfd_get_32 (abfd, contents + rello.r_vaddr - sec->vma);
2212 - sec->vma));
2257 && adj_h->root.u.def.section == sec
2271 adjust->end = sec->vma + sec->_raw_size;