Searched refs:toc_symbol (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Ddlltool.c2368 asymbol *toc_symbol; local
2370 toc_symbol = bfd_make_empty_symbol (abfd);
2371 toc_symbol->name = make_label (".", "toc");
2372 toc_symbol->section = (asection *)&bfd_und_section;
2373 toc_symbol->flags = BSF_GLOBAL;
2374 toc_symbol->value = 0;
2377 ptrs[oidx++] = toc_symbol;
/macosx-10.9.5/cctools-845/libstuff/
H A Dwriteout.c54 static enum bool toc_symbol(
1006 if(toc_symbol(symbols + j, commons_in_toc,
1082 if(toc_symbol(symbols + j, commons_in_toc,
1227 * toc_symbol() returns TRUE if the symbol is to be included in the table of
1232 toc_symbol( function
/macosx-10.9.5/cctools-845/misc/
H A Dlibtool.c267 static enum bool toc_symbol(
3462 is_toc_symbol = toc_symbol(symbols + j,
3537 is_toc_symbol = toc_symbol(symbols + j,
3733 * toc_symbol() returns TRUE if the symbol is to be included in the table of
3738 toc_symbol( function

Completed in 117 milliseconds