Lines Matching refs:ehdr_start
1755 struct bfd_link_hash_entry *ehdr_start = NULL; in ldelf_before_allocation() local
1757 char ehdr_start_save_u[sizeof ehdr_start->u in ldelf_before_allocation()
1758 - sizeof ehdr_start->u.def.next] = ""; in ldelf_before_allocation()
1785 ehdr_start = &h->root; in ldelf_before_allocation()
1786 ehdr_start_save_type = ehdr_start->type; in ldelf_before_allocation()
1788 (char *) &ehdr_start->u + sizeof ehdr_start->u.def.next, in ldelf_before_allocation()
1790 ehdr_start->type = bfd_link_hash_defined; in ldelf_before_allocation()
1792 ehdr_start->u.def.section = bfd_abs_section_ptr; in ldelf_before_allocation()
1793 ehdr_start->u.def.value = 0; in ldelf_before_allocation()
1911 if (ehdr_start != NULL) in ldelf_before_allocation()
1915 ehdr_start->type = ehdr_start_save_type; in ldelf_before_allocation()
1916 memcpy ((char *) &ehdr_start->u + sizeof ehdr_start->u.def.next, in ldelf_before_allocation()