• Home
  • Raw
  • Download

Lines Matching refs:root

589   struct elf_link_hash_entry root;  member
601 struct elf_obj_tdata root; member
616 struct elf_link_hash_table root; member
689 if (!_bfd_elf_link_hash_table_init (&ret->root, abfd, in or1k_elf_link_hash_table_create()
698 return &ret->root.root; in or1k_elf_link_hash_table_create()
813 dynobj = htab->root.dynobj; in or1k_elf_relocate_section()
907 dyn = htab->root.dynamic_sections_created; in or1k_elf_relocate_section()
1014 || h->root.type != bfd_link_hash_undefweak) in or1k_elf_relocate_section()
1023 || h->root.type == bfd_link_hash_undefweak in or1k_elf_relocate_section()
1024 || h->root.type == bfd_link_hash_undefined))) in or1k_elf_relocate_section()
1132 || elf_hash_table (info)->hgot->root.u.def.value == 0); in or1k_elf_relocate_section()
1140 && (h->root.type == bfd_link_hash_defweak || !h->def_regular)); in or1k_elf_relocate_section()
1247 (info, (h ? &h->root : NULL), name, howto->name, in or1k_elf_relocate_section()
1334 while (h->root.type == bfd_link_hash_indirect in or1k_elf_gc_sweep_hook()
1335 || h->root.type == bfd_link_hash_warning) in or1k_elf_gc_sweep_hook()
1336 h = (struct elf_link_hash_entry *) h->root.u.i.link; in or1k_elf_gc_sweep_hook()
1428 dynobj = htab->root.dynobj; in or1k_elf_check_relocs()
1443 while (h->root.type == bfd_link_hash_indirect in or1k_elf_check_relocs()
1444 || h->root.type == bfd_link_hash_warning) in or1k_elf_check_relocs()
1445 h = (struct elf_link_hash_entry *) h->root.u.i.link; in or1k_elf_check_relocs()
1449 h->root.non_ir_ref = 1; in or1k_elf_check_relocs()
1535 htab->root.dynobj = dynobj = abfd; in or1k_elf_check_relocs()
1611 || h->root.type == bfd_link_hash_defweak in or1k_elf_check_relocs()
1616 && (h->root.type == bfd_link_hash_defweak in or1k_elf_check_relocs()
1644 if (htab->root.dynobj == NULL) in or1k_elf_check_relocs()
1645 htab->root.dynobj = abfd; in or1k_elf_check_relocs()
1646 dynobj = htab->root.dynobj; in or1k_elf_check_relocs()
1692 bfd_alloc (htab->root.dynobj, amt)); in or1k_elf_check_relocs()
1728 dynobj = htab->root.dynobj; in or1k_elf_finish_dynamic_sections()
1733 if (htab->root.dynamic_sections_created) in or1k_elf_finish_dynamic_sections()
1991 rela.r_addend = (h->root.u.def.value in or1k_elf_finish_dynamic_symbol()
1992 + h->root.u.def.section->output_section->vma in or1k_elf_finish_dynamic_symbol()
1993 + h->root.u.def.section->output_offset); in or1k_elf_finish_dynamic_symbol()
2016 && (h->root.type == bfd_link_hash_defined in or1k_elf_finish_dynamic_symbol()
2017 || h->root.type == bfd_link_hash_defweak)); in or1k_elf_finish_dynamic_symbol()
2019 s = bfd_get_section_by_name (h->root.u.def.section->owner, in or1k_elf_finish_dynamic_symbol()
2023 rela.r_offset = (h->root.u.def.value in or1k_elf_finish_dynamic_symbol()
2024 + h->root.u.def.section->output_section->vma in or1k_elf_finish_dynamic_symbol()
2025 + h->root.u.def.section->output_offset); in or1k_elf_finish_dynamic_symbol()
2035 if (strcmp (h->root.root.string, "_DYNAMIC") == 0 in or1k_elf_finish_dynamic_symbol()
2036 || h == htab->root.hgot) in or1k_elf_finish_dynamic_symbol()
2091 && h->root.type != bfd_link_hash_undefweak in or1k_elf_adjust_dynamic_symbol()
2092 && h->root.type != bfd_link_hash_undefined) in or1k_elf_adjust_dynamic_symbol()
2113 BFD_ASSERT (h->u.weakdef->root.type == bfd_link_hash_defined in or1k_elf_adjust_dynamic_symbol()
2114 || h->u.weakdef->root.type == bfd_link_hash_defweak); in or1k_elf_adjust_dynamic_symbol()
2115 h->root.u.def.section = h->u.weakdef->root.u.def.section; in or1k_elf_adjust_dynamic_symbol()
2116 h->root.u.def.value = h->u.weakdef->root.u.def.value; in or1k_elf_adjust_dynamic_symbol()
2180 if ((h->root.u.def.section->flags & SEC_ALLOC) != 0 && h->size != 0) in or1k_elf_adjust_dynamic_symbol()
2204 if (h->root.type == bfd_link_hash_indirect) in allocate_dynrelocs()
2214 if (htab->root.dynamic_sections_created in allocate_dynrelocs()
2245 h->root.u.def.section = s; in allocate_dynrelocs()
2246 h->root.u.def.value = h->plt.offset; in allocate_dynrelocs()
2297 dyn = htab->root.dynamic_sections_created; in allocate_dynrelocs()
2338 && h->root.type == bfd_link_hash_undefweak) in allocate_dynrelocs()
2362 || (htab->root.dynamic_sections_created in allocate_dynrelocs()
2363 && (h->root.type == bfd_link_hash_undefweak in allocate_dynrelocs()
2364 || h->root.type == bfd_link_hash_undefined)))) in allocate_dynrelocs()
2438 dynobj = htab->root.dynobj; in or1k_elf_size_dynamic_sections()
2441 if (htab->root.dynamic_sections_created) in or1k_elf_size_dynamic_sections()
2534 elf_link_hash_traverse (&htab->root, allocate_dynrelocs, info); in or1k_elf_size_dynamic_sections()
2594 if (htab->root.dynamic_sections_created) in or1k_elf_size_dynamic_sections()
2630 elf_link_hash_traverse (&htab->root, readonly_dynrelocs, in or1k_elf_size_dynamic_sections()
2719 if (ind->root.type == bfd_link_hash_indirect) in or1k_elf_copy_indirect_symbol()