Searched refs:rel_hashes (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-ppc.c2201 finfo.section_info[i].rel_hashes = NULL;
2243 finfo.section_info[o->target_index].rel_hashes =
2246 || finfo.section_info[o->target_index].rel_hashes == NULL)
2457 rel_hash = finfo.section_info[o->target_index].rel_hashes;
2488 if (finfo.section_info[i].rel_hashes != NULL)
2489 free (finfo.section_info[i].rel_hashes);
2548 if (finfo.section_info[i].rel_hashes != NULL)
2549 free (finfo.section_info[i].rel_hashes);
H A Dcofflink.c778 finfo.section_info[i].rel_hashes = NULL;
818 finfo.section_info[o->target_index].rel_hashes = bfd_malloc (amt);
820 || finfo.section_info[o->target_index].rel_hashes == NULL)
1031 rel_hash = finfo.section_info[o->target_index].rel_hashes;
1080 if (finfo.section_info[i].rel_hashes != NULL)
1081 free (finfo.section_info[i].rel_hashes);
1142 if (finfo.section_info[i].rel_hashes != NULL)
1143 free (finfo.section_info[i].rel_hashes);
2350 rel_hash = (finfo->section_info[target_index].rel_hashes
2761 rel_hash_ptr = (finfo->section_info[output_section->target_index].rel_hashes
[all...]
H A Dlibcoff-in.h447 struct coff_link_hash_entry **rel_hashes; member in struct:coff_link_section_info
H A Dxcofflink.c64 struct xcoff_link_hash_entry **rel_hashes; member in struct:xcoff_link_section_info
68 like rel_hashes, because this case is quite uncommon. */
4315 rel_hash = (finfo->section_info[target_index].rel_hashes
4820 finfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL;
4929 finfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL;
4991 finfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL;
5255 rel_hash_ptr = (finfo->section_info[output_section->target_index].rel_hashes
5548 finfo.section_info[i].rel_hashes = NULL;
5594 finfo.section_info[o->target_index].rel_hashes = bfd_malloc (amt);
5597 || finfo.section_info[o->target_index].rel_hashes
[all...]
H A Dlibcoff.h451 struct coff_link_hash_entry **rel_hashes; member in struct:coff_link_section_info
H A Delflink.c2258 if (elf_section_data (o)->rel_hashes == NULL
2267 elf_section_data (o)->rel_hashes = p;
8746 rel_hash = (elf_section_data (o->output_section)->rel_hashes
9050 rel_hash_ptr = (elf_section_data (output_section)->rel_hashes
10082 elf_section_data (o)->rel_hashes);
10086 (elf_section_data (o)->rel_hashes
10381 && elf_section_data (o)->rel_hashes != NULL)
10382 free (elf_section_data (o)->rel_hashes);
10425 && elf_section_data (o)->rel_hashes != NULL)
10426 free (elf_section_data (o)->rel_hashes);
[all...]
H A Delf-bfd.h1201 struct elf_link_hash_entry **rel_hashes;
1199 struct elf_link_hash_entry **rel_hashes; member in struct:bfd_elf_section_data

Completed in 248 milliseconds