Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c302 free(fptr->file_ctf_buf); in file_info_free()
768 if (fptr->file_ctf_buf == NULL) { in Pbuild_file_ctf()
769 fptr->file_ctf_buf = malloc(fptr->file_ctf_size); in Pbuild_file_ctf()
770 if (fptr->file_ctf_buf == NULL) { in Pbuild_file_ctf()
775 if (pread(fptr->file_fd, fptr->file_ctf_buf, in Pbuild_file_ctf()
778 free(fptr->file_ctf_buf); in Pbuild_file_ctf()
779 fptr->file_ctf_buf = NULL; in Pbuild_file_ctf()
788 ctdata.cts_data = fptr->file_ctf_buf; in Pbuild_file_ctf()
812 free(fptr->file_ctf_buf); in Pbuild_file_ctf()
813 fptr->file_ctf_buf = NULL; in Pbuild_file_ctf()
H A DPcontrol.h125 void *file_ctf_buf; /* CTF data for this file */ member
H A DPcore.c2288 mp->map_file->file_ctf_buf != NULL) { in core_load_shdrs()
2304 mp->map_file->file_ctf_buf = buf; in core_load_shdrs()
H A DPgcore.c831 if (gc_pwrite64(pgc->pgc_fd, fptr->file_ctf_buf, in dump_sections()