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.c691 bcopy(strsect, &fp->ctf_strtab, sizeof (ctf_sect_t)); in ctf_bufopen()
698 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()
846 bcopy(&ofp->ctf_strtab, &strsect, sizeof (ctf_sect_t)); 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()
[all …]
H A Dctf_types.c1186 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_object_iter()
1206 if (fp->ctf_strtab.cts_data != NULL && in ctf_object_iter()
1215 if (fp->ctf_strtab.cts_data != NULL && in ctf_object_iter()
1234 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_function_iter()
1261 if (fp->ctf_strtab.cts_data != NULL) in ctf_function_iter()
1269 if (fp->ctf_strtab.cts_data != NULL) in ctf_function_iter()
1301 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_symbol_name()
1308 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.c308 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_update()
663 strp = &fp->ctf_strtab; in ctf_update()
704 sname = fp->ctf_strtab.cts_name; in ctf_update()
705 bzero(&fp->ctf_strtab, sizeof (ctf_sect_t)); in ctf_update()
706 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()