Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libproc/common/
H A DPsymtab.c279 free(fptr->file_ctf_buf); in file_info_free()
747 if (fptr->file_ctf_buf == NULL) { in Pbuild_file_ctf()
748 fptr->file_ctf_buf = malloc(fptr->file_ctf_size); in Pbuild_file_ctf()
749 if (fptr->file_ctf_buf == NULL) { in Pbuild_file_ctf()
754 if (pread(fptr->file_fd, fptr->file_ctf_buf, in Pbuild_file_ctf()
757 free(fptr->file_ctf_buf); in Pbuild_file_ctf()
758 fptr->file_ctf_buf = NULL; in Pbuild_file_ctf()
767 ctdata.cts_data = fptr->file_ctf_buf; in Pbuild_file_ctf()
791 free(fptr->file_ctf_buf); in Pbuild_file_ctf()
792 fptr->file_ctf_buf = NULL; in Pbuild_file_ctf()
H A DPcontrol.h118 void *file_ctf_buf; /* CTF data for this file */ member
H A DPcore.c2169 mp->map_file->file_ctf_buf != NULL) { in core_load_shdrs()
2185 mp->map_file->file_ctf_buf = buf; in core_load_shdrs()
H A DPgcore.c802 if (gc_pwrite64(pgc->pgc_fd, fptr->file_ctf_buf, in dump_sections()