Home
last modified time | relevance | path

Searched refs:textsize (Results 1 – 17 of 17) sorted by relevance

/openbsd/sys/kern/
H A Dsubr_prof.c75 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 Dsize.c421 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 DChangeLog-91974173 (bsssize, datasize, textsize): New global variables.
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dsize.c402 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 DChangeLog-91974173 (bsssize, datasize, textsize): New global variables.
/openbsd/lib/libc/gmon/
H A Dgmon.c67 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 Dmcount.c87 if (frompc > p->textsize) in _MCOUNT_DECL()
/openbsd/sys/arch/armv7/armv7/
H A Darmv7_machdep.c621 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 Dgmon.h137 u_long textsize; member
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dstabsread.h187 CORE_ADDR textaddr, unsigned int textsize,
H A Dcoffread.c58 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 Ddbxread.c3230 CORE_ADDR textaddr, unsigned int textsize, in coffstab_build_psymtabs() argument
3245 DBX_TEXT_SIZE (objfile) = textsize; in coffstab_build_psymtabs()
H A DChangeLog-19952153 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 Dperldoc.pod171 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 Dmcount.c89 if (frompc > p->textsize) in _MCOUNT_DECL()
/openbsd/sys/ddb/
H A Ddb_prof.c113 if (frompc > p->textsize) in db_prof_count()
/openbsd/usr.sbin/kgmon/
H A Dkgmon.c396 kvp->gpm.lowpc, kvp->gpm.textsize); in dumpstate()