Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-alpha.c1234 asection *hsec; in alpha_convert_external_reloc() local
1244 hsec = h->root.u.def.section; in alpha_convert_external_reloc()
1245 name = bfd_get_section_name (output_bfd, hsec->output_section); in alpha_convert_external_reloc()
1309 + hsec->output_section->vma in alpha_convert_external_reloc()
1310 + hsec->output_offset); in alpha_convert_external_reloc()
1890 asection *hsec; in alpha_relocate_section() local
1892 hsec = h->root.u.def.section; in alpha_relocate_section()
1894 + hsec->output_section->vma in alpha_relocate_section()
1895 + hsec->output_offset); in alpha_relocate_section()
Dcoff-mips.c1145 asection *hsec; in mips_relocate_section() local
1147 hsec = h->root.u.def.section; in mips_relocate_section()
1149 + hsec->output_section->vma in mips_relocate_section()
1150 + hsec->output_offset); in mips_relocate_section()
Dxcofflink.c2842 asection *hsec; in xcoff_mark_symbol() local
2844 hsec = h->root.u.def.section; in xcoff_mark_symbol()
2845 if (! bfd_is_abs_section (hsec) in xcoff_mark_symbol()
2846 && (hsec->flags & SEC_MARK) == 0) in xcoff_mark_symbol()
2848 if (! xcoff_mark (info, hsec)) in xcoff_mark_symbol()
4035 struct internal_reloc *irel, asection *hsec, in xcoff_create_ldrel() argument
4041 if (hsec != NULL) in xcoff_create_ldrel()
4045 secname = hsec->output_section->name; in xcoff_create_ldrel()
5687 asection *hsec; in xcoff_reloc_link_order() local
5719 hsec = xcoff_symbol_section (h); in xcoff_reloc_link_order()
[all …]