Searched refs:mcount (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | minsyms.c | 745 compact_minimal_symbols (struct minimal_symbol *msymbol, int mcount, in compact_minimal_symbols() argument 751 if (mcount > 0) in compact_minimal_symbols() 754 while (copyfrom < msymbol + mcount - 1) in compact_minimal_symbols() 771 mcount = copyto - msymbol; in compact_minimal_symbols() 773 return (mcount); in compact_minimal_symbols() 835 int mcount; in install_minimal_symbols() local 865 mcount = objfile->minimal_symbol_count; in install_minimal_symbols() 869 for (bindex = 0; bindex < msym_bunch_index; bindex++, mcount++) in install_minimal_symbols() 870 msymbols[mcount] = bunch->contents[bindex]; in install_minimal_symbols() 876 qsort (msymbols, mcount, sizeof (struct minimal_symbol), in install_minimal_symbols() [all …]
|
| /mirbsd/src/usr.bin/mail/ |
| D | quit.c | 74 int mcount, p, modify, autohold, anystat, holdbit, nohold; in quit() local 209 mcount = c; in quit() 297 if (mcount == 1) in quit() 300 printf("Saved %d messages in mbox\n", mcount); in quit()
|
| /mirbsd/src/lib/libc/arch/i386/sys/ |
| D | sigreturn.S | 45 .data; 1:; .long 0; .text; movl $1b,%eax; call mcount; popa ; nop ;
|
| /mirbsd/src/share/doc/smm/02.config/ |
| D | spell.ok | 200 mcount.c
|
| /mirbsd/src/sys/dev/pci/ |
| D | ncrstat.c | 1378 printf ("imask/mcount: %x / %d\n", ncr.imask, ncr.mcount); in dump_ncr()
|