Lines Matching refs:toc_section
465 ret->toc_section = NULL;
501 ret->toc_section = NULL;
953 if (xcoff_hash_table (info)->toc_section == NULL) in xcoff_link_create_extra_sections()
963 xcoff_hash_table (info)->toc_section = tsec; in xcoff_link_create_extra_sections()
1473 if (h->toc_section != NULL)
1600 set_toc->toc_section = csect;
2342 if (h->toc_section != NULL
2343 && (h->toc_section->flags & SEC_MARK) == 0)
2345 if (! xcoff_mark (info, h->toc_section))
2508 || o == xcoff_hash_table (info)->toc_section
3094 sec = xcoff_hash_table (info)->toc_section;
3384 if (hds->toc_section == NULL)
3398 hds->toc_section = xcoff_hash_table (ldinfo->info)->toc_section;
3399 hds->u.toc_offset = hds->toc_section->_raw_size;
3400 hds->toc_section->_raw_size += byte_size;
3402 ++hds->toc_section->reloc_count;
4096 o = xcoff_hash_table (info)->toc_section;
4668 BFD_ASSERT ((*sym_hash)->toc_section != NULL);
5141 BFD_ASSERT (h->toc_section != NULL);
5541 tocoff = (h->descriptor->toc_section->output_section->vma
5542 + h->descriptor->toc_section->output_offset
5580 tocsec = h->toc_section;