• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/cctools-845/gprof/

Lines Matching refs:symbols

48     struct nlist *symbols,
55 struct nlist *symbols,
72 struct nlist *symbols,
79 struct nlist *symbols,
99 struct nlist *symbols;
169 * Pass 1 count symbols and files.
264 symbols = (struct nlist *)
271 symbols = NULL;
273 count_func_symbols(symbols, symbols64, st->nsyms,
275 count_N_SO_stabs(symbols, symbols64, st->nsyms,
282 fatal("executable file %s: has no symbols", a_outname);
284 * Allocate the data structures for the symbols and files.
298 * Pass 2 load symbols and files.
302 symbols = (struct nlist *)
309 symbols = NULL;
311 load_func_symbols(symbols, symbols64, st->nsyms,
313 load_files(symbols, symbols64, st->nsyms,
413 * Pass 1 count symbols
434 * Reallocate the data structures for the symbols.
443 * Pass 2 load symbols.
499 struct nlist *symbols;
518 * Pass 1 count symbols
532 symbols = (struct nlist *)
539 symbols = NULL;
541 count_func_symbols(symbols, symbols64, st->nsyms,
566 * Reallocate the data structures for the symbols.
575 * Pass 2 load symbols.
588 symbols = (struct nlist *)
595 symbols = NULL;
597 load_func_symbols(symbols, symbols64, st->nsyms,
628 struct nlist *symbols,
640 if(symbols != NULL){
641 n_strx = symbols[i].n_un.n_strx;
642 n_type = symbols[i].n_type;
643 n_sect = symbols[i].n_sect;
660 struct nlist *symbols,
674 if(symbols != NULL){
675 n_strx = symbols[i].n_un.n_strx;
676 n_type = symbols[i].n_type;
677 n_sect = symbols[i].n_sect;
678 n_value = symbols[i].n_value;
707 * and static text symbols don't qualify if aflag set.
749 struct nlist *symbols,
762 if(symbols != NULL){
763 n_strx = symbols[i].n_un.n_strx;
764 n_type = symbols[i].n_type;
765 n_value = symbols[i].n_value;
788 struct nlist *symbols,
804 if(symbols != NULL){
805 n_strx = symbols[i].n_un.n_strx;
806 n_type = symbols[i].n_type;
807 n_value = symbols[i].n_value;