Searched refs:hsec (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoff-alpha.c1273 asection *hsec;
1283 hsec = h->root.u.def.section;
1284 name = bfd_get_section_name (output_bfd, hsec->output_section);
1348 + hsec->output_section->vma
1349 + hsec->output_offset);
1913 asection *hsec;
1915 hsec = h->root.u.def.section;
1917 + hsec->output_section->vma
1918 + hsec->output_offset);
1267 asection *hsec; local
1907 asection *hsec; local
H A Dcoff-mips.c1192 asection *hsec;
1194 hsec = h->root.u.def.section;
1196 + hsec->output_section->vma
1197 + hsec->output_offset);
1186 asection *hsec; local
H A Dxcofflink.c2334 asection *hsec;
2336 hsec = h->root.u.def.section;
2337 if (! bfd_is_abs_section (hsec)
2338 && (hsec->flags & SEC_MARK) == 0)
2340 if (! xcoff_mark (info, hsec))
5971 asection *hsec;
6009 hsec = h->root.u.c.p->section;
6015 hsec = h->root.u.def.section;
6020 hsec = NULL;
6025 if (hsec !
2329 asection *hsec; local
5965 asection *hsec; local
[all...]
H A Delflink.c809 asection *hsec;
816 hsec = NULL;
821 hsec = h->root.u.def.section;
825 hsec = h->root.u.c.p->section;
829 if (hsec == NULL)
832 olddyn = (hsec->symbol->flags & BSF_DYNAMIC) != 0;
806 asection *hsec; local

Completed in 105 milliseconds