Searched refs:hend (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delf32-lm32.c1490 struct bfd_link_hash_entry *hend; local
1506 hend = bfd_link_hash_lookup (info->hash, "__ROFIXUP_END__",
1508 if (hend
1509 && (hend->type == bfd_link_hash_defined
1510 || hend->type == bfd_link_hash_defweak))
1516 - hend->u.def.section->output_section->vma
1517 - hend->u.def.section->output_offset;
1518 BFD_ASSERT (hend->u.def.value == value);
1519 if (hend->u.def.value != value)
1522 ("LINKER BUG: .rofixup section hend
[all...]
H A Delf32-frv.c5729 struct bfd_link_hash_entry *hend;
5743 hend = bfd_link_hash_lookup (info->hash, "__ROFIXUP_END__",
5745 if (hend
5746 && (hend->type == bfd_link_hash_defined
5747 || hend->type == bfd_link_hash_defweak)
5748 && hend->u.def.section->output_section != NULL)
5754 - hend->u.def.section->output_section->vma
5755 - hend->u.def.section->output_offset;
5756 BFD_ASSERT (hend->u.def.value == value);
5757 if (hend
5724 struct bfd_link_hash_entry *hend; local
[all...]
H A Delflink.c13080 bfd_vma hstart, hend;
13095 hend = hstart + h->size;
13106 if (rel->r_offset >= hstart && rel->r_offset < hend)
13066 bfd_vma hstart, hend; local
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-frv.c5808 struct bfd_link_hash_entry *hend;
5822 hend = bfd_link_hash_lookup (info->hash, "__ROFIXUP_END__",
5824 if (hend
5825 && (hend->type == bfd_link_hash_defined
5826 || hend->type == bfd_link_hash_defweak))
5832 - hend->u.def.section->output_section->vma
5833 - hend->u.def.section->output_offset;
5834 BFD_ASSERT (hend->u.def.value == value);
5835 if (hend->u.def.value != value)
5803 struct bfd_link_hash_entry *hend; local
H A Delflink.c9121 bfd_vma hstart, hend;
9139 hend = hstart + h->size;
9150 if (rel->r_offset >= hstart && rel->r_offset < hend)
9110 bfd_vma hstart, hend; local

Completed in 281 milliseconds