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

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoff-ppc.c2378 finfo.section_info[i].rel_hashes = NULL;
2420 finfo.section_info[o->target_index].rel_hashes =
2423 || finfo.section_info[o->target_index].rel_hashes == NULL)
2634 rel_hash = finfo.section_info[o->target_index].rel_hashes;
2665 if (finfo.section_info[i].rel_hashes != NULL)
2666 free (finfo.section_info[i].rel_hashes);
2725 if (finfo.section_info[i].rel_hashes != NULL)
2726 free (finfo.section_info[i].rel_hashes);
H A Dcofflink.c776 finfo.section_info[i].rel_hashes = NULL;
816 finfo.section_info[o->target_index].rel_hashes = bfd_malloc (amt);
818 || finfo.section_info[o->target_index].rel_hashes == NULL)
1029 rel_hash = finfo.section_info[o->target_index].rel_hashes;
1078 if (finfo.section_info[i].rel_hashes != NULL)
1079 free (finfo.section_info[i].rel_hashes);
1140 if (finfo.section_info[i].rel_hashes != NULL)
1141 free (finfo.section_info[i].rel_hashes);
2353 rel_hash = (finfo->section_info[target_index].rel_hashes
2764 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.c63 struct xcoff_link_hash_entry **rel_hashes; member in struct:xcoff_link_section_info
67 like rel_hashes, because this case is quite uncommon. */
3763 finfo.section_info[i].rel_hashes = NULL;
3810 finfo.section_info[o->target_index].rel_hashes =
3814 || finfo.section_info[o->target_index].rel_hashes == NULL)
4007 rel_hash = finfo.section_info[o->target_index].rel_hashes;
4075 if (finfo.section_info[i].rel_hashes != NULL)
4076 free (finfo.section_info[i].rel_hashes);
4160 if (finfo.section_info[i].rel_hashes != NULL)
4161 free (finfo.section_info[i].rel_hashes);
[all...]
H A Delf-bfd.h1071 struct elf_link_hash_entry **rel_hashes;
1069 struct elf_link_hash_entry **rel_hashes; member in struct:bfd_elf_section_data
H A Dlibcoff.h451 struct coff_link_hash_entry **rel_hashes; member in struct:coff_link_section_info
H A Delflink.c2051 if (elf_section_data (o)->rel_hashes == NULL
2060 elf_section_data (o)->rel_hashes = p;
6860 rel_hash = (elf_section_data (o->output_section)->rel_hashes
7144 rel_hash_ptr = (elf_section_data (output_section)->rel_hashes
8107 elf_section_data (o)->rel_hashes);
8111 (elf_section_data (o)->rel_hashes
8377 && elf_section_data (o)->rel_hashes != NULL)
8378 free (elf_section_data (o)->rel_hashes);
8411 && elf_section_data (o)->rel_hashes != NULL)
8412 free (elf_section_data (o)->rel_hashes);
[all...]

Completed in 209 milliseconds