Home
last modified time | relevance | path

Searched refs:hsec (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/bfd/
Dcoff-alpha.c1270 asection *hsec; local
1280 hsec = h->root.u.def.section;
1281 name = bfd_get_section_name (output_bfd, hsec->output_section);
1345 + hsec->output_section->vma
1346 + hsec->output_offset);
1912 asection *hsec; local
1914 hsec = h->root.u.def.section;
1916 + hsec->output_section->vma
1917 + hsec->output_offset);
Dcoff-mips.c1734 asection *hsec; local
1736 hsec = h->root.u.def.section;
1738 + hsec->output_section->vma
1739 + hsec->output_offset);
1962 asection *hsec; local
2010 hsec = h->root.u.def.section;
2012 + hsec->output_section->vma
2013 + hsec->output_offset);
Dxcofflink.c2331 asection *hsec; local
2333 hsec = h->root.u.def.section;
2334 if (! bfd_is_abs_section (hsec)
2335 && (hsec->flags & SEC_MARK) == 0)
2337 if (! xcoff_mark (info, hsec))
5973 asection *hsec; local
6011 hsec = h->root.u.c.p->section;
6017 hsec = h->root.u.def.section;
6022 hsec = NULL;
6027 if (hsec != NULL)
[all …]
Delflink.c772 asection *hsec; in _bfd_elf_merge_symbol() local
779 hsec = NULL; in _bfd_elf_merge_symbol()
784 hsec = h->root.u.def.section; in _bfd_elf_merge_symbol()
788 hsec = h->root.u.c.p->section; in _bfd_elf_merge_symbol()
792 if (hsec == NULL) in _bfd_elf_merge_symbol()
795 olddyn = (hsec->symbol->flags & BSF_DYNAMIC) != 0; in _bfd_elf_merge_symbol()
Delflink.h571 asection *hsec; local
578 hsec = NULL;
583 hsec = h->root.u.def.section;
587 hsec = h->root.u.c.p->section;
591 if (hsec == NULL)
594 olddyn = (hsec->symbol->flags & BSF_DYNAMIC) != 0;
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dcoff-alpha.c1268 asection *hsec; local
1278 hsec = h->root.u.def.section;
1279 name = bfd_get_section_name (output_bfd, hsec->output_section);
1343 + hsec->output_section->vma
1344 + hsec->output_offset);
1926 asection *hsec; local
1928 hsec = h->root.u.def.section;
1930 + hsec->output_section->vma
1931 + hsec->output_offset);
Dcoff-mips.c1186 asection *hsec; local
1188 hsec = h->root.u.def.section;
1190 + hsec->output_section->vma
1191 + hsec->output_offset);
Dxcofflink.c2217 asection *hsec; in xcoff_mark_symbol() local
2219 hsec = h->root.u.def.section; in xcoff_mark_symbol()
2220 if (! bfd_is_abs_section (hsec) in xcoff_mark_symbol()
2221 && (hsec->flags & SEC_MARK) == 0) in xcoff_mark_symbol()
2223 if (! xcoff_mark (info, hsec)) in xcoff_mark_symbol()
5151 asection *hsec; in xcoff_reloc_link_order() local
5186 hsec = h->root.u.c.p->section; in xcoff_reloc_link_order()
5192 hsec = h->root.u.def.section; in xcoff_reloc_link_order()
5197 hsec = NULL; in xcoff_reloc_link_order()
5202 if (hsec != NULL) in xcoff_reloc_link_order()
[all …]