Lines Matching defs:section_info
173 struct xcoff_link_section_info *section_info;
5022 irel = (flinfo->section_info[osec->target_index].relocs
5024 rel_hash = (flinfo->section_info[osec->target_index].rel_hashes
5887 (flinfo->section_info[target_index].relocs
5905 rel_hash = (flinfo->section_info[target_index].rel_hashes
5991 si = flinfo->section_info + target_index;
6465 irel = flinfo->section_info[oindx].relocs + osec->reloc_count;
6506 flinfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL;
6639 irel = flinfo->section_info[oindx].relocs + osec->reloc_count;
6646 flinfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL;
6691 flinfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL;
6937 irel = (flinfo->section_info[output_section->target_index].relocs
6939 rel_hash_ptr = (flinfo->section_info[output_section->target_index].rel_hashes
7007 flinfo.section_info = NULL;
7197 flinfo.section_info = bfd_malloc (amt);
7198 if (flinfo.section_info == NULL)
7202 flinfo.section_info[i].relocs = NULL;
7203 flinfo.section_info[i].rel_hashes = NULL;
7204 flinfo.section_info[i].toc_rel_hashes = NULL;
7245 flinfo.section_info[o->target_index].relocs = bfd_malloc (amt);
7249 flinfo.section_info[o->target_index].rel_hashes = bfd_malloc (amt);
7251 if (flinfo.section_info[o->target_index].relocs == NULL
7252 || flinfo.section_info[o->target_index].rel_hashes == NULL)
7442 irel = flinfo.section_info[o->target_index].relocs;
7444 rel_hash = flinfo.section_info[o->target_index].rel_hashes;
7460 for (toc_rel_hash = flinfo.section_info[o->target_index].toc_rel_hashes;
7479 qsort ((void *) flinfo.section_info[o->target_index].relocs,
7483 irel = flinfo.section_info[o->target_index].relocs;
7499 if (flinfo.section_info != NULL)
7505 free (flinfo.section_info[i].relocs);
7506 free (flinfo.section_info[i].rel_hashes);
7508 free (flinfo.section_info);
7509 flinfo.section_info = NULL;
7608 if (flinfo.section_info != NULL)
7614 free (flinfo.section_info[i].relocs);
7615 free (flinfo.section_info[i].rel_hashes);
7617 free (flinfo.section_info);