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

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

Completed in 152 milliseconds