Home
last modified time | relevance | path

Searched refs:file_ctf_buf (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/lib/libproc/common/
H A DPcontrol.h112 void *file_ctf_buf; /* CTF data for this file */ member
H A DPsymtab.c278 free(fptr->file_ctf_buf); in file_info_free()
757 if (fptr->file_ctf_buf == NULL) { in Pbuild_file_ctf()
758 fptr->file_ctf_buf = malloc(fptr->file_ctf_size); in Pbuild_file_ctf()
759 if (fptr->file_ctf_buf == NULL) { in Pbuild_file_ctf()
764 if (pread(fptr->file_fd, fptr->file_ctf_buf, in Pbuild_file_ctf()
767 free(fptr->file_ctf_buf); in Pbuild_file_ctf()
768 fptr->file_ctf_buf = NULL; in Pbuild_file_ctf()
777 ctdata.cts_data = fptr->file_ctf_buf; in Pbuild_file_ctf()
801 free(fptr->file_ctf_buf); in Pbuild_file_ctf()
802 fptr->file_ctf_buf = NULL; in Pbuild_file_ctf()
H A DPcore.c1633 mp->map_file->file_ctf_buf != NULL) { in core_load_shdrs()
1649 mp->map_file->file_ctf_buf = buf; in core_load_shdrs()
H A DPgcore.c733 if (pwrite64(pgc->pgc_fd, fptr->file_ctf_buf, in dump_sections()