Searched refs:textsize (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/sys/libkern/
H A Dmcount.c99 if (frompci >= p->textsize)
142 if ((frompc - p->lowpc) < p->textsize)
151 if (frompci >= p->textsize)
256 if (selfpcdiff < p->textsize) {
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsize.c410 static bfd_size_type textsize;
425 textsize += size;
440 textsize = 0;
448 total = textsize + datasize + bsssize;
452 total_textsize += textsize;
457 rprint_number (7, textsize);
406 static bfd_size_type textsize; variable
/freebsd-11-stable/contrib/gdb/gdb/
H A Dstabsread.h190 CORE_ADDR textaddr, unsigned int textsize,
H A Dcoffread.c58 unsigned int textsize; /* Size of .text section. */ member in struct:coff_symfile_info
207 csi->textsize += bfd_section_size (abfd, sectp);
211 csi->textsize += bfd_section_size (abfd, sectp);
637 info->textaddr, info->textsize,
H A Ddbxread.c3332 CORE_ADDR textaddr, unsigned int textsize,
3347 DBX_TEXT_SIZE (objfile) = textsize;
3320 coffstab_build_psymtabs(struct objfile *objfile, int mainline, CORE_ADDR textaddr, unsigned int textsize, struct stab_section_list *stabsects, file_ptr stabstroffset, unsigned int stabstrsize) argument
/freebsd-11-stable/lib/libc/gmon/
H A Dgmon.c79 p->textsize = p->highpc - p->lowpc;
80 p->kcountsize = p->textsize / HISTFRACTION;
82 p->fromssize = p->textsize / HASHFRACTION;
83 p->tolimit = p->textsize * ARCDENSITY / 100;
H A Dmcount.c103 if (frompci >= p->textsize) {
108 if (frompci >= p->textsize)
183 if (frompci >= p->textsize)
288 if (selfpcdiff < p->textsize) {
/freebsd-11-stable/sys/kern/
H A Dsubr_prof.c95 np.textsize = np.highpc - p->lowpc;
96 np.kcountsize = np.textsize / HISTFRACTION;
98 np.fromssize = np.textsize / HASHFRACTION;
99 np.tolimit = np.textsize * ARCDENSITY / 100;
162 p->textsize = p->highpc - p->lowpc;
163 printf("Profiling kernel, textsize=%lu [%jx..%jx]\n",
164 p->textsize, (uintmax_t)p->lowpc, (uintmax_t)p->highpc);
165 p->kcountsize = p->textsize / HISTFRACTION;
167 p->fromssize = p->textsize / HASHFRACTION;
168 p->tolimit = p->textsize * ARCDENSIT
[all...]
H A Dkern_clock.c809 if (i < g->textsize) {
/freebsd-11-stable/sys/sys/
H A Dgmon.h166 u_long textsize; member in struct:gmonparam
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.h152 size_t textsize; /* Size of text segment in bytes */ member in struct:Struct_Obj_Entry
H A Dmap_object.c288 obj->textsize = round_page(segs[0]->p_vaddr + segs[0]->p_memsz) -
H A Drtld.c1467 obj->textsize = round_page(ph->p_vaddr + ph->p_memsz) -
/freebsd-11-stable/usr.sbin/kgmon/
H A Dkgmon.c298 (kvp->gpm.textsize / kvp->gpm.kcountsize) * CHAR_BIT;
433 warnx("lowpc 0x%lx, textsize 0x%lx",
434 (unsigned long)kvp->gpm.lowpc, kvp->gpm.textsize);
/freebsd-11-stable/libexec/rtld-elf/powerpc/
H A Dreloc.c328 __syncicache(obj->mapbase, obj->textsize);
/freebsd-11-stable/libexec/rtld-elf/powerpc64/
H A Dreloc.c328 __syncicache(obj->mapbase, obj->textsize);

Completed in 240 milliseconds