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

/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-ppc.c740 extern long int global_toc_size;
846 local_syms[sym] = global_toc_size;
847 global_toc_size += 4;
850 if (global_toc_size > 65535)
864 h->toc_offset = global_toc_size;
865 global_toc_size += 4;
868 if (global_toc_size >= 65535)
1451 long int global_toc_size = 4;
1490 if (t->offset > global_toc_size)
1492 if (t->offset <= global_toc_size
1446 long int global_toc_size = 4; variable
[all...]
H A Dcoff-mcore.c201 long int global_toc_size;
198 long int global_toc_size; member in struct:coff_mcore_link_hash_table
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcoff-mcore.c201 long int global_toc_size;
198 long int global_toc_size; member in struct:coff_mcore_link_hash_table
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcoff-mcore.c201 long int global_toc_size;
198 long int global_toc_size; member in struct:coff_mcore_link_hash_table
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcoff-mcore.c201 long int global_toc_size;
198 long int global_toc_size; member in struct:coff_mcore_link_hash_table

Completed in 118 milliseconds