Lines Matching defs:elf

25 #include "elf-bfd.h"
26 #include "elf-vxworks.h"
31 #include "elf/i386.h"
588 struct elf_link_hash_entry elf;
655 struct elf_link_hash_table elf;
743 if (!_bfd_elf_link_hash_table_init (&ret->elf, abfd, link_hash_newfunc,
765 return &ret->elf.root;
1109 if (htab->elf.dynobj == NULL)
1110 htab->elf.dynobj = abfd;
1111 if (!create_got_section (htab->elf.dynobj, info))
1205 if (htab->elf.dynobj == NULL)
1206 htab->elf.dynobj = abfd;
1208 dynobj = htab->elf.dynobj;
1255 p = bfd_alloc (htab->elf.dynobj, amt);
1571 if (htab->elf.dynamic_sections_created
1692 dyn = htab->elf.dynamic_sections_created;
1776 || (htab->elf.dynamic_sections_created
1852 dynobj = htab->elf.dynobj;
1856 if (htab->elf.dynamic_sections_created)
1975 elf_link_hash_traverse (&htab->elf, allocate_dynrelocs, (PTR) info);
2006 if (htab->elf.hplt != NULL)
2053 if (htab->elf.dynamic_sections_created)
2088 elf_link_hash_traverse (&htab->elf, readonly_dynrelocs,
2152 elf.c:elf_fake_sections() not to consider ".reloc" as a section
2381 dyn = htab->elf.dynamic_sections_created;
3433 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_386_32);
3441 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_386_32);
3558 || (!htab->is_vxworks && h == htab->elf.hgot))
3594 dynobj = htab->elf.dynobj;
3597 if (htab->elf.dynamic_sections_created)
3701 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_386_32);
3708 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_386_32);
3736 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_386_32);
3741 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_386_32);