Searched refs:toc_section (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-ppc.c829 record_toc (toc_section, our_toc_offset, cat, name)
830 asection *toc_section;
845 t->addr = toc_section->output_offset + our_toc_offset;
1010 asection *toc_section = 0;
1124 if (toc_section == 0)
1126 toc_section = bfd_get_section_by_name (bfd_of_toc_owner,
1129 if ( toc_section == NULL )
1164 record_toc (toc_section, our_toc_offset, priv,
1168 toc_section->contents + our_toc_offset);
1196 our_toc_offset = val - (toc_section
1003 asection *toc_section = 0; local
[all...]
H A Dxcofflink.c426 ret->toc_section = NULL;
462 ret->toc_section = NULL;
826 if (xcoff_hash_table (info)->toc_section == NULL)
836 xcoff_hash_table (info)->toc_section = tsec;
1378 if (h->toc_section != NULL)
1502 set_toc->toc_section = csect;
2234 if (h->toc_section != NULL
2235 && (h->toc_section->flags & SEC_MARK) == 0)
2237 if (! xcoff_mark (info, h->toc_section))
2397 || o == xcoff_hash_table (info)->toc_section
[all...]
H A Dcoff-rs6000.c2894 if (h->toc_section == NULL)
2905 val = (h->toc_section->output_section->vma
2906 + h->toc_section->output_offset);
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dxcoff.h247 asection *toc_section; member in struct:xcoff_link_hash_entry
252 set), this is the offset in toc_section. */
356 asection *toc_section; member in struct:xcoff_link_hash_table
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c242 static GTY(()) section *toc_section; variable
2031 switch_to_section (toc_section);
11092 && in_section != toc_section
17836 /* A get_unnamed_section callback, used for switching to toc_section. */
17881 toc_section
17896 return toc_section;
18579 /* A get_unnamed_section callback, used for switching to toc_section. */
18586 /* toc_section is always selected at least once from
18620 toc_section
18702 return toc_section;
[all...]

Completed in 125 milliseconds