Lines Matching defs:elf

27 #include "elf-bfd.h"
28 #include "elf/sparc.h"
31 #include "elf-vxworks.h"
481 struct elf_link_hash_entry elf;
867 if (!_bfd_elf_link_hash_table_init (&ret->elf, abfd, link_hash_newfunc,
874 return &ret->elf.root;
1260 if (htab->elf.dynobj == NULL)
1261 htab->elf.dynobj = abfd;
1262 if (!create_got_section (htab->elf.dynobj, info))
1445 if (htab->elf.dynobj == NULL)
1446 htab->elf.dynobj = abfd;
1447 dynobj = htab->elf.dynobj;
1496 bfd_alloc (htab->elf.dynobj, amt));
1711 BFD_ASSERT (htab->elf.dynobj != NULL
1851 if (htab->elf.dynamic_sections_created
1967 dyn = htab->elf.dynamic_sections_created;
2038 || (htab->elf.dynamic_sections_created
2130 dynobj = htab->elf.dynobj;
2224 elf_link_hash_traverse (&htab->elf, allocate_dynrelocs, (PTR) info);
2335 elf_link_hash_traverse (&htab->elf, readonly_dynrelocs,
2891 osec = htab->elf.text_index_section;
3565 got_base = (htab->elf.hgot->root.u.def.value
3566 + htab->elf.hgot->root.u.def.section->output_offset
3567 + htab->elf.hgot->root.u.def.section->output_section->vma);
3610 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_SPARC_HI22);
3617 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_SPARC_LO10);
3625 rela.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_SPARC_32);
3645 dynobj = htab->elf.dynobj;
3802 && (h == htab->elf.hgot || h == htab->elf.hplt)))
3913 got_base = (htab->elf.hgot->root.u.def.section->output_section->vma
3914 + htab->elf.hgot->root.u.def.section->output_offset
3915 + htab->elf.hgot->root.u.def.value);
3939 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_SPARC_HI22);
3946 rela.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_SPARC_LO10);
3959 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_SPARC_HI22);
3965 rel.r_info = ELF32_R_INFO (htab->elf.hgot->indx, R_SPARC_LO10);
3971 rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_SPARC_32);
3999 dynobj = htab->elf.dynobj;