Home
last modified time | relevance | path

Searched refs:rel_hashes (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/binutils/bfd/
HDcoff-ppc.c2190 finfo.section_info[i].rel_hashes = NULL;
2232 finfo.section_info[o->target_index].rel_hashes =
2235 || finfo.section_info[o->target_index].rel_hashes == NULL)
2446 rel_hash = finfo.section_info[o->target_index].rel_hashes;
2477 if (finfo.section_info[i].rel_hashes != NULL)
2478 free (finfo.section_info[i].rel_hashes);
2537 if (finfo.section_info[i].rel_hashes != NULL)
2538 free (finfo.section_info[i].rel_hashes);
HDcofflink.c777 finfo.section_info[i].rel_hashes = NULL; in _bfd_coff_final_link()
817 finfo.section_info[o->target_index].rel_hashes = bfd_malloc (amt); in _bfd_coff_final_link()
819 || finfo.section_info[o->target_index].rel_hashes == NULL) in _bfd_coff_final_link()
1030 rel_hash = finfo.section_info[o->target_index].rel_hashes; in _bfd_coff_final_link()
1079 if (finfo.section_info[i].rel_hashes != NULL) in _bfd_coff_final_link()
1080 free (finfo.section_info[i].rel_hashes); in _bfd_coff_final_link()
1141 if (finfo.section_info[i].rel_hashes != NULL) in _bfd_coff_final_link()
1142 free (finfo.section_info[i].rel_hashes); in _bfd_coff_final_link()
2349 rel_hash = (finfo->section_info[target_index].rel_hashes in _bfd_coff_link_input_bfd()
2760 rel_hash_ptr = (finfo->section_info[output_section->target_index].rel_hashes in _bfd_coff_reloc_link_order()
HDxcofflink.c64 struct xcoff_link_hash_entry **rel_hashes; member
4309 rel_hash = (finfo->section_info[target_index].rel_hashes in xcoff_link_input_bfd()
4814 finfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL; in xcoff_write_global_symbol()
4923 finfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL; in xcoff_write_global_symbol()
4985 finfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL; in xcoff_write_global_symbol()
5249 rel_hash_ptr = (finfo->section_info[output_section->target_index].rel_hashes in xcoff_reloc_link_order()
5542 finfo.section_info[i].rel_hashes = NULL; in _bfd_xcoff_bfd_final_link()
5588 finfo.section_info[o->target_index].rel_hashes = bfd_malloc (amt); in _bfd_xcoff_bfd_final_link()
5591 || finfo.section_info[o->target_index].rel_hashes == NULL) in _bfd_xcoff_bfd_final_link()
5782 rel_hash = finfo.section_info[o->target_index].rel_hashes; in _bfd_xcoff_bfd_final_link()
[all …]
HDlibcoff-in.h447 struct coff_link_hash_entry **rel_hashes; member
HDlibcoff.h451 struct coff_link_hash_entry **rel_hashes; member
HDelflink.c2252 if (elf_section_data (o)->rel_hashes == NULL in _bfd_elf_link_size_reloc_section()
2261 elf_section_data (o)->rel_hashes = p; in _bfd_elf_link_size_reloc_section()
8736 rel_hash = (elf_section_data (o->output_section)->rel_hashes in elf_link_input_bfd()
9040 rel_hash_ptr = (elf_section_data (output_section)->rel_hashes in elf_reloc_link_order()
10072 elf_section_data (o)->rel_hashes); in bfd_elf_final_link()
10076 (elf_section_data (o)->rel_hashes in bfd_elf_final_link()
10371 && elf_section_data (o)->rel_hashes != NULL) in bfd_elf_final_link()
10372 free (elf_section_data (o)->rel_hashes); in bfd_elf_final_link()
10415 && elf_section_data (o)->rel_hashes != NULL) in bfd_elf_final_link()
10416 free (elf_section_data (o)->rel_hashes); in bfd_elf_final_link()
HDelf-bfd.h1199 struct elf_link_hash_entry **rel_hashes; member
HDChangeLog-94957134 (struct bfd_elf_section_data): Add field rel_hashes.