Home
last modified time | relevance | path

Searched refs:ctf_strtab (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c698 if (fp->ctf_strtab.cts_name != NULL) in ctf_bufopen()
699 fp->ctf_strtab.cts_name = ctf_strdup(fp->ctf_strtab.cts_name); in ctf_bufopen()
705 if (fp->ctf_strtab.cts_name == NULL) in ctf_bufopen()
706 fp->ctf_strtab.cts_name = _CTF_NULLSTR; in ctf_bufopen()
845 if (ofp->ctf_strtab.cts_data != NULL) { in ctf_dup()
937 if (fp->ctf_strtab.cts_data != NULL) in ctf_close()
938 ctf_sect_munmap(&fp->ctf_strtab); in ctf_close()
957 if (fp->ctf_strtab.cts_name != _CTF_NULLSTR && in ctf_close()
958 fp->ctf_strtab.cts_name != NULL) { in ctf_close()
959 ctf_free((char *)fp->ctf_strtab.cts_name, in ctf_close()
[all …]
H A Dctf_types.c1102 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_object_iter()
1122 if (fp->ctf_strtab.cts_data != NULL && in ctf_object_iter()
1131 if (fp->ctf_strtab.cts_data != NULL && in ctf_object_iter()
1150 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_function_iter()
1177 if (fp->ctf_strtab.cts_data != NULL) in ctf_function_iter()
1185 if (fp->ctf_strtab.cts_data != NULL) in ctf_function_iter()
1217 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_symbol_name()
1224 if (fp->ctf_strtab.cts_data == NULL) { in ctf_symbol_name()
H A Dctf_impl.h206 ctf_sect_t ctf_strtab; /* string table from object file */ member
H A Dctf_create.c307 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_update()
662 strp = &fp->ctf_strtab; in ctf_update()
703 sname = fp->ctf_strtab.cts_name; in ctf_update()
704 bzero(&fp->ctf_strtab, sizeof (ctf_sect_t)); in ctf_update()
705 fp->ctf_strtab.cts_name = sname; in ctf_update()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c787 fp->ctf_strtab.cts_data == NULL) { in ctf_symtab_iter()
792 strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_symtab_iter()