Lines Matching refs:ehdr_start
1751 struct bfd_link_hash_entry *ehdr_start = NULL; in ldelf_before_allocation() local
1753 char ehdr_start_save_u[sizeof ehdr_start->u in ldelf_before_allocation()
1754 - sizeof ehdr_start->u.def.next] = ""; in ldelf_before_allocation()
1781 ehdr_start = &h->root; in ldelf_before_allocation()
1782 ehdr_start_save_type = ehdr_start->type; in ldelf_before_allocation()
1784 (char *) &ehdr_start->u + sizeof ehdr_start->u.def.next, in ldelf_before_allocation()
1786 ehdr_start->type = bfd_link_hash_defined; in ldelf_before_allocation()
1788 ehdr_start->u.def.section = bfd_abs_section_ptr; in ldelf_before_allocation()
1789 ehdr_start->u.def.value = 0; in ldelf_before_allocation()
1907 if (ehdr_start != NULL) in ldelf_before_allocation()
1911 ehdr_start->type = ehdr_start_save_type; in ldelf_before_allocation()
1912 memcpy ((char *) &ehdr_start->u + sizeof ehdr_start->u.def.next, in ldelf_before_allocation()