/openbsd/sys/kern/ |
H A D | subr_prof.c | 75 u_long lowpc, highpc, textsize; in prof_init() local 87 textsize = highpc - lowpc; in prof_init() 90 textsize, lowpc, highpc); in prof_init() 92 kcountsize = textsize / HISTFRACTION; in prof_init() 93 fromssize = textsize / HASHFRACTION; in prof_init() 94 tolimit = textsize * ARCDENSITY / 100; in prof_init() 125 p->textsize = textsize; in prof_init() 252 if (i < g->textsize) { in gmonclock()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | size.c | 421 static bfd_size_type textsize; variable 436 textsize += size; in berkeley_sum() 451 textsize = 0; in print_berkeley_format() 465 total = textsize + datasize + bsssize; in print_berkeley_format() 469 total_textsize += textsize; in print_berkeley_format() 474 rprint_number (7, textsize); in print_berkeley_format()
|
H A D | ChangeLog-9197 | 4173 (bsssize, datasize, textsize): New global variables.
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | size.c | 402 static bfd_size_type textsize; variable 417 textsize += size; in berkeley_sum() 432 textsize = 0; in print_berkeley_format() 440 total = textsize + datasize + bsssize; in print_berkeley_format() 444 total_textsize += textsize; in print_berkeley_format() 449 rprint_number (7, textsize); in print_berkeley_format()
|
H A D | ChangeLog-9197 | 4173 (bsssize, datasize, textsize): New global variables.
|
/openbsd/lib/libc/gmon/ |
H A D | gmon.c | 67 p->textsize = p->highpc - p->lowpc; in monstartup() 68 p->kcountsize = p->textsize / HISTFRACTION; in monstartup() 70 p->fromssize = p->textsize / p->hashfraction; in monstartup() 71 p->tolimit = p->textsize * ARCDENSITY / 100; in monstartup()
|
H A D | mcount.c | 87 if (frompc > p->textsize) in _MCOUNT_DECL()
|
/openbsd/sys/arch/armv7/armv7/ |
H A D | armv7_machdep.c | 621 size_t textsize = (u_int32_t) (_etext - __text_start); in initarm() local 626 textsize = (textsize + PGOFSET) & ~PGOFSET; in initarm() 633 loadaddr + logical, textsize, in initarm() 639 loadaddr + logical, totalsize - (textsize + rodatasize), in initarm()
|
/openbsd/sys/sys/ |
H A D | gmon.h | 137 u_long textsize; member
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | stabsread.h | 187 CORE_ADDR textaddr, unsigned int textsize,
|
H A D | coffread.c | 58 unsigned int textsize; /* Size of .text section. */ member 206 csi->textsize += bfd_section_size (abfd, sectp); in coff_locate_sections() 210 csi->textsize += bfd_section_size (abfd, sectp); in coff_locate_sections() 634 info->textaddr, info->textsize, in coff_symfile_read()
|
H A D | dbxread.c | 3230 CORE_ADDR textaddr, unsigned int textsize, in coffstab_build_psymtabs() argument 3245 DBX_TEXT_SIZE (objfile) = textsize; in coffstab_build_psymtabs()
|
H A D | ChangeLog-1995 | 2153 Add textaddr, textsize, and stabs parameters. 2160 fields. Add textaddr, textsize, and stabsects fields. 2178 parameters. Add textaddr, textsize, and stabsects parameters.
|
/openbsd/gnu/usr.bin/perl/cpan/Pod-Perldoc/ |
H A D | perldoc.pod | 171 C<-w textsize:15> will call 172 C<< $formatter->textsize(15) >> on the formatter object before it is 175 (So if C<textsize> expects an integer, and you do C<-w textsize:big>, 182 You can use an "=" instead of the ":", as in: C<-w textsize=15>. This
|
/openbsd/sys/lib/libkern/ |
H A D | mcount.c | 89 if (frompc > p->textsize) in _MCOUNT_DECL()
|
/openbsd/sys/ddb/ |
H A D | db_prof.c | 113 if (frompc > p->textsize) in db_prof_count()
|
/openbsd/usr.sbin/kgmon/ |
H A D | kgmon.c | 396 kvp->gpm.lowpc, kvp->gpm.textsize); in dumpstate()
|