Home
last modified time | relevance | path

Searched refs:textspace (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dcalls.c66 if (textspace == 0) { in findcalls()
86 for (instructp = (uintptr_t)textspace + p_lowpc - TORIGIN; in findcalls()
87 instructp < (uintptr_t)textspace + p_highpc - TORIGIN; in findcalls()
H A Dreadelf.c259 if (textspace) in get_textseg()
260 free(textspace); in get_textseg()
273 textspace = malloc(textsize); in get_textseg()
279 if (read(fd, textspace, textsize) != textsize) in get_textseg()
H A Dsparc.h65 #define PC_VAL(x) ((x) - (unsigned long) textspace + TORIGIN)
H A Dgprof.h310 extern unsigned char *textspace; /* text space of a.out in core */
H A Dgprof.c65 unsigned char *textspace; variable