Home
last modified time | relevance | path

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

/trueos/contrib/binutils/bfd/
HDcoff-alpha.c1284 asection *hsec; local
1294 hsec = h->root.u.def.section;
1295 name = bfd_get_section_name (output_bfd, hsec->output_section);
1359 + hsec->output_section->vma
1360 + hsec->output_offset);
1942 asection *hsec; local
1944 hsec = h->root.u.def.section;
1946 + hsec->output_section->vma
1947 + hsec->output_offset);
HDcoff-mips.c1202 asection *hsec; local
1204 hsec = h->root.u.def.section;
1206 + hsec->output_section->vma
1207 + hsec->output_offset);
HDxcofflink.c2218 asection *hsec; in xcoff_mark_symbol() local
2220 hsec = h->root.u.def.section; in xcoff_mark_symbol()
2221 if (! bfd_is_abs_section (hsec) in xcoff_mark_symbol()
2222 && (hsec->flags & SEC_MARK) == 0) in xcoff_mark_symbol()
2224 if (! xcoff_mark (info, hsec)) in xcoff_mark_symbol()
5152 asection *hsec; in xcoff_reloc_link_order() local
5187 hsec = h->root.u.c.p->section; in xcoff_reloc_link_order()
5193 hsec = h->root.u.def.section; in xcoff_reloc_link_order()
5198 hsec = NULL; in xcoff_reloc_link_order()
5203 if (hsec != NULL) in xcoff_reloc_link_order()
[all …]