Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dcoff-ppc.c2179 finfo.section_info[i].rel_hashes = NULL;
2221 finfo.section_info[o->target_index].rel_hashes =
2224 || finfo.section_info[o->target_index].rel_hashes == NULL)
2435 rel_hash = finfo.section_info[o->target_index].rel_hashes;
2466 if (finfo.section_info[i].rel_hashes != NULL)
2467 free (finfo.section_info[i].rel_hashes);
2526 if (finfo.section_info[i].rel_hashes != NULL)
2527 free (finfo.section_info[i].rel_hashes);
Dcofflink.c775 finfo.section_info[i].rel_hashes = NULL; in _bfd_coff_final_link()
815 finfo.section_info[o->target_index].rel_hashes = bfd_malloc (amt); in _bfd_coff_final_link()
817 || finfo.section_info[o->target_index].rel_hashes == NULL) in _bfd_coff_final_link()
1028 rel_hash = finfo.section_info[o->target_index].rel_hashes; in _bfd_coff_final_link()
1077 if (finfo.section_info[i].rel_hashes != NULL) in _bfd_coff_final_link()
1078 free (finfo.section_info[i].rel_hashes); in _bfd_coff_final_link()
1139 if (finfo.section_info[i].rel_hashes != NULL) in _bfd_coff_final_link()
1140 free (finfo.section_info[i].rel_hashes); in _bfd_coff_final_link()
2350 rel_hash = (finfo->section_info[target_index].rel_hashes in _bfd_coff_link_input_bfd()
2761 rel_hash_ptr = (finfo->section_info[output_section->target_index].rel_hashes in _bfd_coff_reloc_link_order()
Dxcofflink.c64 struct xcoff_link_hash_entry **rel_hashes; member
4307 rel_hash = (finfo->section_info[target_index].rel_hashes in xcoff_link_input_bfd()
4812 finfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL; in xcoff_write_global_symbol()
4921 finfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL; in xcoff_write_global_symbol()
4983 finfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL; in xcoff_write_global_symbol()
5247 rel_hash_ptr = (finfo->section_info[output_section->target_index].rel_hashes in xcoff_reloc_link_order()
5540 finfo.section_info[i].rel_hashes = NULL; in _bfd_xcoff_bfd_final_link()
5586 finfo.section_info[o->target_index].rel_hashes = bfd_malloc (amt); in _bfd_xcoff_bfd_final_link()
5589 || finfo.section_info[o->target_index].rel_hashes == NULL) in _bfd_xcoff_bfd_final_link()
5780 rel_hash = finfo.section_info[o->target_index].rel_hashes; in _bfd_xcoff_bfd_final_link()
[all …]
Dlibcoff-in.h446 struct coff_link_hash_entry **rel_hashes; member
Dlibcoff.h450 struct coff_link_hash_entry **rel_hashes; member
Delflink.c2118 if (elf_section_data (o)->rel_hashes == NULL in _bfd_elf_link_size_reloc_section()
2127 elf_section_data (o)->rel_hashes = p; in _bfd_elf_link_size_reloc_section()
7193 rel_hash = (elf_section_data (o->output_section)->rel_hashes in elf_link_input_bfd()
7476 rel_hash_ptr = (elf_section_data (output_section)->rel_hashes in elf_reloc_link_order()
8424 elf_section_data (o)->rel_hashes); in bfd_elf_final_link()
8428 (elf_section_data (o)->rel_hashes in bfd_elf_final_link()
8694 && elf_section_data (o)->rel_hashes != NULL) in bfd_elf_final_link()
8695 free (elf_section_data (o)->rel_hashes); in bfd_elf_final_link()
8728 && elf_section_data (o)->rel_hashes != NULL) in bfd_elf_final_link()
8729 free (elf_section_data (o)->rel_hashes); in bfd_elf_final_link()
Delf-bfd.h1085 struct elf_link_hash_entry **rel_hashes; member