Lines Matching refs:toc
1899 (*_bfd_error_handler) (_("sorry: modtab, toc and extrefsyms are not yet"
2084 bfd_mach_o_dylib_table_of_content *toc = &cmd->dylib_toc[i];
2086 bfd_h_put_32 (abfd, toc->symbol_index, &raw.symbol_index);
2087 bfd_h_put_32 (abfd, toc->module_index, &raw.module_index);
4101 bfd_mach_o_dylib_table_of_content *toc = &cmd->dylib_toc[i];
4106 toc->symbol_index = bfd_h_get_32 (abfd, raw.symbol_index);
4107 toc->module_index = bfd_h_get_32 (abfd, raw.module_index);