Searched refs:textspace (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/gprof/
H A Daout.c176 textspace = (u_char *) malloc( xbuf.a_text );
177 if ( textspace == 0 ) {
183 if ( fread( textspace , 1 , xbuf.a_text , nfile ) != xbuf.a_text ) {
185 free( textspace );
186 textspace = 0;
H A Dgprof.h219 unsigned char *textspace; /* text space of a.out in core */ variable

Completed in 47 milliseconds