Lines Matching refs:reloc_info
1225 } *reloc_info = NULL; in xcoff_link_add_symbols() local
1292 reloc_info = bfd_zmalloc (amt); in xcoff_link_add_symbols()
1293 if (reloc_info == NULL) in xcoff_link_add_symbols()
1305 reloc_info[o->target_index].relocs = in xcoff_link_add_symbols()
1309 reloc_info[o->target_index].csects = bfd_zmalloc (amt); in xcoff_link_add_symbols()
1310 if (reloc_info[o->target_index].csects == NULL) in xcoff_link_add_symbols()
1323 reloc_info[o->target_index].linenos = linenos; in xcoff_link_add_symbols()
1425 linpstart = (reloc_info[enclosing->target_index].linenos in xcoff_link_add_symbols()
1436 linpend = (reloc_info[enclosing->target_index].linenos in xcoff_link_add_symbols()
1566 relocs = reloc_info[enclosing->target_index].relocs; in xcoff_link_add_symbols()
1637 reloc_info[enclosing->target_index].csects; in xcoff_link_add_symbols()
1707 relocs = reloc_info[enclosing->target_index].relocs; in xcoff_link_add_symbols()
1712 rel_csect = (reloc_info[enclosing->target_index].csects in xcoff_link_add_symbols()
2091 rel = reloc_info[o->target_index].relocs; in xcoff_link_add_symbols()
2092 rel_csect = reloc_info[o->target_index].csects; in xcoff_link_add_symbols()
2156 free (reloc_info[o->target_index].csects); in xcoff_link_add_symbols()
2157 reloc_info[o->target_index].csects = NULL; in xcoff_link_add_symbols()
2177 if (reloc_info[o->target_index].linenos != NULL) in xcoff_link_add_symbols()
2179 free (reloc_info[o->target_index].linenos); in xcoff_link_add_symbols()
2180 reloc_info[o->target_index].linenos = NULL; in xcoff_link_add_symbols()
2184 free (reloc_info); in xcoff_link_add_symbols()
2191 if (reloc_info != NULL) in xcoff_link_add_symbols()
2195 if (reloc_info[o->target_index].csects != NULL) in xcoff_link_add_symbols()
2196 free (reloc_info[o->target_index].csects); in xcoff_link_add_symbols()
2197 if (reloc_info[o->target_index].linenos != NULL) in xcoff_link_add_symbols()
2198 free (reloc_info[o->target_index].linenos); in xcoff_link_add_symbols()
2200 free (reloc_info); in xcoff_link_add_symbols()