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

/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Dnetware.h145 toc_section () \
180 toc_section (); \
H A Dsysv4.h468 extern void toc_section (), sdata_section (), sdata2_section ();
473 toc_section () \
H A Dwin-nt.h349 toc_section () \
H A Drs6000.h2495 toc_section (); \
2605 toc_section () \
2609 /* toc_section is always called at least once from ASM_FILE_START, \
2702 toc_section (); \
3348 extern void toc_section ();
H A Drs6000.c4027 toc_section ();
4866 toc_section ();
5354 toc_section ();
5857 toc_section ();
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-ppc.c830 record_toc (toc_section, our_toc_offset, cat, name)
831 asection *toc_section;
846 t->addr = toc_section->output_offset + our_toc_offset;
1011 asection *toc_section = 0;
1125 if (toc_section == 0)
1127 toc_section = bfd_get_section_by_name (bfd_of_toc_owner,
1130 if ( toc_section == NULL )
1165 record_toc (toc_section, our_toc_offset, priv,
1169 toc_section->contents + our_toc_offset);
1197 our_toc_offset = val - (toc_section
1004 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)
834 xcoff_hash_table (info)->toc_section = tsec;
1378 if (h->toc_section != NULL)
1502 set_toc->toc_section = csect;
2233 if (h->toc_section != NULL
2234 && (h->toc_section->flags & SEC_MARK) == 0)
2236 if (! xcoff_mark (info, h->toc_section))
2396 || o == xcoff_hash_table (info)->toc_section
[all...]
H A Dcoff-rs6000.c2881 if (h->toc_section == NULL)
2892 val = (h->toc_section->output_section->vma
2893 + h->toc_section->output_offset);
/haiku-buildtools/binutils/bfd/
H A Dcoff-ppc.c772 record_toc (asection *toc_section,
787 t->addr = toc_section->output_offset + our_toc_offset;
949 asection *toc_section = 0;
1058 if (toc_section == 0)
1060 toc_section = bfd_get_section_by_name (bfd_of_toc_owner,
1063 if ( toc_section == NULL )
1099 record_toc (toc_section, our_toc_offset, priv,
1103 toc_section->contents + our_toc_offset);
1131 our_toc_offset = val - (toc_section->output_section->vma
1132 + toc_section
768 record_toc(asection *toc_section, bfd_signed_vma our_toc_offset, enum ref_category cat, const char *name) argument
944 asection *toc_section = 0; local
[all...]
H A Dxcofflink.c123 asection *toc_section; member in struct:xcoff_link_hash_table
565 ret->toc_section = NULL;
1088 if (xcoff_hash_table (info)->toc_section == NULL)
1098 xcoff_hash_table (info)->toc_section = tsec;
1640 if (h->toc_section != NULL)
1765 set_toc->toc_section = csect;
2769 if (!xcoff_mark (info, xcoff_hash_table (info)->toc_section))
2809 if (hds->toc_section == NULL)
2824 hds->toc_section = xcoff_hash_table (info)->toc_section;
[all...]
H A Dcoff-rs6000.c2829 if (h->toc_section == NULL)
2841 val = (h->toc_section->output_section->vma
2842 + h->toc_section->output_offset);
/haiku-buildtools/legacy/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
/haiku-buildtools/binutils/include/coff/
H A Dxcoff.h300 asection *toc_section; member in struct:xcoff_link_hash_entry
305 set), this is the offset in toc_section. */
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c263 static GTY(()) section *toc_section; variable
5222 switch_to_section (toc_section);
19337 && in_section != toc_section
29215 /* A get_unnamed_section callback, used for switching to toc_section. */
29261 toc_section
29276 return toc_section;
30024 /* A get_unnamed_section callback, used for switching to toc_section. */
30031 /* toc_section is always selected at least once from
30075 toc_section
30190 return toc_section;
[all...]

Completed in 945 milliseconds