Searched refs:rel_hash (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-vxworks.c155 struct elf_link_hash_entry **rel_hash)
170 && *rel_hash
171 && (*rel_hash)->def_dynamic
172 && !(*rel_hash)->def_regular
173 && ((*rel_hash)->root.type == bfd_link_hash_defined
174 || (*rel_hash)->root.type == bfd_link_hash_defweak)
175 && (*rel_hash)->root.u.def.section->output_section != NULL)
188 asection *sec = (*rel_hash)->root.u.def.section;
193 irela[j].r_addend += (*rel_hash)->root.u.def.value;
197 *rel_hash
151 elf_vxworks_emit_relocs(bfd *output_bfd, asection *input_section, Elf_Internal_Shdr *input_rel_hdr, Elf_Internal_Rela *internal_relocs, struct elf_link_hash_entry **rel_hash) argument
[all...]
H A Dcofflink.c1023 struct coff_link_hash_entry **rel_hash;
1031 rel_hash = finfo.section_info[o->target_index].rel_hashes;
1033 for (; irel < irelend; irel++, rel_hash++, erel += relsz)
1035 if (*rel_hash != NULL)
1037 BFD_ASSERT ((*rel_hash)->indx >= 0);
1038 irel->r_symndx = (*rel_hash)->indx;
2345 struct coff_link_hash_entry **rel_hash;
2350 rel_hash = (finfo->section_info[target_index].rel_hashes
2352 for (; irel < irelend; irel++, rel_hash++)
2357 *rel_hash
1022 struct coff_link_hash_entry **rel_hash; local
2344 struct coff_link_hash_entry **rel_hash; local
[all...]
H A Dcoff-ppc.c2449 struct coff_link_hash_entry **rel_hash;
2457 rel_hash = finfo.section_info[o->target_index].rel_hashes;
2459 for (; irel < irelend; irel++, rel_hash++, erel += relsz)
2461 if (*rel_hash != NULL)
2463 BFD_ASSERT ((*rel_hash)->indx >= 0);
2464 irel->r_symndx = (*rel_hash)->indx;
2438 struct coff_link_hash_entry **rel_hash; local
H A Dxcofflink.c4289 struct xcoff_link_hash_entry **rel_hash;
4315 rel_hash = (finfo->section_info[target_index].rel_hashes
4317 for (; irel < irelend; irel++, rel_hash++)
4323 *rel_hash = NULL;
4382 hash table entry in the rel_hash list.
4385 *rel_hash = h;
5771 struct xcoff_link_hash_entry **rel_hash;
5788 rel_hash = finfo.section_info[o->target_index].rel_hashes;
5789 for (; irel < irelend; irel++, rel_hash++, erel += relsz)
5791 if (*rel_hash !
4283 struct xcoff_link_hash_entry **rel_hash; local
5765 struct xcoff_link_hash_entry **rel_hash; local
[all...]
H A Delflink.c2282 struct elf_link_hash_entry **rel_hash
7240 struct elf_link_hash_entry **rel_hash)
7278 for (i = 0; i < count; i++, rel_hash++, erela += rel_hdr->sh_entsize)
7283 if (*rel_hash == NULL)
7286 BFD_ASSERT ((*rel_hash)->indx >= 0);
7290 irela[j].r_info = ((bfd_vma) (*rel_hash)->indx << r_sym_shift
8731 struct elf_link_hash_entry **rel_hash;
8746 rel_hash = (elf_section_data (o->output_section)->rel_hashes
8749 rel_hash_list = rel_hash;
8761 rel_hash
7227 elf_link_adjust_relocs(bfd *abfd, Elf_Internal_Shdr *rel_hdr, unsigned int count, struct elf_link_hash_entry **rel_hash) argument
8721 struct elf_link_hash_entry **rel_hash; local
[all...]

Completed in 143 milliseconds