Lines Matching defs:sh_buf
1480 void *sh_buf = NULL;1498 sh_buf = malloc(shsize);1499 if (!sh_buf) {1502 len = pread(fd, sh_buf, shsize, eh_buf->e_shoff);1504 free(sh_buf);1507 sh = sh0 = sh_buf;1521 free(sh_buf);1541 if (sh_buf != NULL) {1542 free(sh_buf);1549 if (sh_buf != NULL) {1550 free(sh_buf);