Home
last modified time | relevance | path

Searched refs:toc_section (Results 1 – 25 of 28) sorted by relevance

12

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-ppc.c824 record_toc (toc_section, our_toc_offset, cat, name) in record_toc() argument
825 asection *toc_section; in record_toc()
840 t->addr = toc_section->output_offset + our_toc_offset;
1004 asection *toc_section = 0; local
1118 if (toc_section == 0)
1120 toc_section = bfd_get_section_by_name (bfd_of_toc_owner,
1123 if ( toc_section == NULL )
1158 record_toc (toc_section, our_toc_offset, priv,
1162 toc_section->contents + our_toc_offset);
1190 our_toc_offset = val - (toc_section->output_section->vma
[all …]
H A Dxcofflink.c424 ret->toc_section = NULL; in xcoff_link_hash_newfunc()
460 ret->toc_section = NULL; in _bfd_xcoff_bfd_link_hash_table_create()
822 if (xcoff_hash_table (info)->toc_section == NULL) in xcoff_link_create_extra_sections()
830 xcoff_hash_table (info)->toc_section = tsec; in xcoff_link_create_extra_sections()
1374 if (h->toc_section != NULL) in xcoff_link_add_symbols()
1498 set_toc->toc_section = csect; in xcoff_link_add_symbols()
2228 if (h->toc_section != NULL in xcoff_mark_symbol()
2229 && (h->toc_section->flags & SEC_MARK) == 0) in xcoff_mark_symbol()
2231 if (! xcoff_mark (info, h->toc_section)) in xcoff_mark_symbol()
2391 || o == xcoff_hash_table (info)->toc_section in xcoff_sweep()
[all …]
H A Dcoff-rs6000.c2880 if (h->toc_section == NULL)
2891 val = (h->toc_section->output_section->vma
2892 + h->toc_section->output_offset);
H A DChangeLog-96976229 * libcoff-in.h (struct xcoff_tdata): Remove toc_section and
6233 not toc_section and entry_section (the COFF file does not have any
6236 snentry and sntoc rather than entry_section and toc_section.
6238 snentry, not toc_section and entry_section.
6243 (xcoff_link_input_bfd): Set sntoc, not toc_section.
6244 (xcoff_write_global_symbol): Get toc_section from sntoc, rather
6245 than using toc_section directly.
H A DChangeLog-9495966 toc_section, and entry_section fields.
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcoff-ppc.c846 record_toc (toc_section, our_toc_offset, cat, name) in record_toc() argument
847 asection *toc_section; in record_toc()
862 t->addr = toc_section->output_offset + our_toc_offset;
1087 asection *toc_section = 0; local
1202 if (toc_section == 0)
1204 toc_section = bfd_get_section_by_name (bfd_of_toc_owner,
1207 if ( toc_section == NULL )
1242 record_toc (toc_section, our_toc_offset, priv,
1246 toc_section->contents + our_toc_offset);
1274 our_toc_offset = val - (toc_section->output_section->vma
[all …]
H A Dxcofflink.c465 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
[all …]
H A Dcoff-rs6000.c2884 if (h->toc_section == NULL)
2895 val = (h->toc_section->output_section->vma
2896 + h->toc_section->output_offset);
H A DChangeLog-96976229 * libcoff-in.h (struct xcoff_tdata): Remove toc_section and
6233 not toc_section and entry_section (the COFF file does not have any
6236 snentry and sntoc rather than entry_section and toc_section.
6238 snentry, not toc_section and entry_section.
6243 (xcoff_link_input_bfd): Set sntoc, not toc_section.
6244 (xcoff_write_global_symbol): Get toc_section from sntoc, rather
6245 than using toc_section directly.
H A DChangeLog-9495966 toc_section, and entry_section fields.
/openbsd-src/gnu/usr.bin/binutils-2.17/include/coff/
H A Dxcoff.h247 asection *toc_section; member
356 asection *toc_section; member
/openbsd-src/gnu/usr.bin/binutils/include/coff/
H A Dxcoff.h247 asection *toc_section; member
356 asection *toc_section; member
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dxcoff.h108 toc_section () \
231 toc_section (); \
H A Drs6000-protos.h176 extern void toc_section PARAMS ((void));
H A Dsysv4.h466 toc_section () \
H A Drs6000.c9678 toc_section ();
11496 toc_section ();
12621 toc_section ();
13143 toc_section () in toc_section() function
13317 toc_section ();
/openbsd-src/gnu/usr.bin/binutils/ld/emultempl/
H A Dppc64elf.em52 static asection *toc_section = 0;
291 && statement->input_section.section->output_section == toc_section)
341 toc_section = bfd_get_section_by_name (output_bfd, ".got");
342 if (toc_section != NULL)
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Dppc64elf.em61 static asection *toc_section = 0;
286 && i->output_section == toc_section)
338 toc_section = bfd_get_section_by_name (output_bfd, ".got");
339 if (toc_section != NULL)
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c242 static GTY(()) section *toc_section;
1991 switch_to_section (toc_section); in rs6000_file_start()
11031 && in_section != toc_section in rs6000_assemble_integer()
17782 toc_section in rs6000_elf_asm_init_sections()
17797 return toc_section; in rs6000_elf_select_rtx_section()
18518 toc_section in rs6000_xcoff_asm_init_sections()
18600 return toc_section; in rs6000_xcoff_select_rtx_section()
H A Drs6000.md10752 See sysv4.h:toc_section. */
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-0203853 * emultempl/ppc64elf.em (emit_stub_syms, toc_section): New vars.
/openbsd-src/gnu/usr.bin/binutils/ld/
H A DChangeLog-0203853 * emultempl/ppc64elf.em (emit_stub_syms, toc_section): New vars.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog.104154 (toc_section): Skip leading '*'.
4179 (toc_section): Add support for -mcall-{nt,aixdesc}.
5992 (toc_section): Eliminate use of AIX style full TOC.
H A DChangeLog.310128 * aix.h (toc_section): Use LCTOC..1 under AIX for the start
10531 (toc_section): Likewise and .toc pseudo-op.
16673 (toc_section): Likewise and .toc pseudo-op.
H A DFSFChangeLog.114810 (toc_section): Make toc_initialized a global.
4859 (toc_section): Make toc_initialized a global.

12