Lines Matching refs:sec

201     asection *sec;
993 if (q->sec == p->sec)
1035 asection *sec,
1055 rel_end = relocs + sec->reloc_count;
1202 if (!bfd_elf_gc_record_vtinherit (abfd, sec, &h->elf, rel->r_offset))
1209 if (!bfd_elf_gc_record_vtentry (abfd, sec, &h->elf, rel->r_addend))
1269 if ((sec->flags & SEC_ALLOC) != 0)
1345 && (sec->flags & SEC_ALLOC) != 0
1354 && (sec->flags & SEC_ALLOC) != 0
1373 elf_section_data (sec)->rel_hdr.sh_name));
1378 sec->name);
1395 if ((sec->flags & SEC_ALLOC) != 0)
1403 elf_section_data (sec)->sreloc = sreloc;
1420 sec, r_symndx);
1429 if (p == NULL || p->sec != sec)
1436 p->sec = sec;
1459 elf32_hppa_gc_mark_hook (asection *sec,
1489 return bfd_section_from_elf_index (sec->owner, sym->st_shndx);
1500 asection *sec,
1509 elf_section_data (sec)->local_dynrel = NULL;
1518 relend = relocs + sec->reloc_count;
1536 if (p->sec == sec)
1704 s = p->sec->output_section;
1961 asection *sreloc = elf_section_data (p->sec)->sreloc;
2004 asection *s = p->sec->output_section;
2078 if (!bfd_is_abs_section (p->sec)
2079 && bfd_is_abs_section (p->sec->output_section))
2088 srel = elf_section_data (p->sec)->sreloc;
2090 if ((p->sec->output_section->flags & SEC_READONLY) != 0)
2369 #define PREV_SEC(sec) (htab->stub_group[(sec)->id].link_sec)
2549 asection *sec;
2553 sec = hash->elf.root.u.def.section;
2560 stub_entry = hppa_add_stub (stub_name, sec, htab);
2882 asection *sec = NULL;
2894 sec = h->u.def.section;
2909 sec = splt;
2910 if (sec != NULL)
2912 gp_val = sec->_raw_size;
2920 sec = sgot;
2921 if (sec != NULL)
2925 if (sec->_raw_size > 0x2000)
2931 sec = bfd_get_section_by_name (abfd, ".data");
2939 if (sec != NULL)
2940 h->u.def.section = sec;
2946 if (sec != NULL && sec->output_section != NULL)
2947 gp_val += sec->output_section->vma + sec->output_offset;