Home | History | Annotate | Download | only in bfd

Lines Matching refs:rel_hashes

65   struct xcoff_link_hash_entry **rel_hashes;
69 like rel_hashes, because this case is quite uncommon. */
4826 rel_hash = (flinfo->section_info[target_index].rel_hashes
5387 flinfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL;
5492 flinfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL;
5537 flinfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL;
5785 rel_hash_ptr = (flinfo->section_info[output_section->target_index].rel_hashes
6047 flinfo.section_info[i].rel_hashes = NULL;
6093 flinfo.section_info[o->target_index].rel_hashes = bfd_malloc (amt);
6096 || flinfo.section_info[o->target_index].rel_hashes == NULL)
6288 rel_hash = flinfo.section_info[o->target_index].rel_hashes;
6356 if (flinfo.section_info[i].rel_hashes != NULL)
6357 free (flinfo.section_info[i].rel_hashes);
6444 if (flinfo.section_info[i].rel_hashes != NULL)
6445 free (flinfo.section_info[i].rel_hashes);