Searched refs:ctf_strtab (Results 1 – 6 of 6) sorted by relevance
690 bcopy(strsect, &fp->ctf_strtab, sizeof (ctf_sect_t)); in ctf_bufopen()697 if (fp->ctf_strtab.cts_name != NULL) in ctf_bufopen()698 fp->ctf_strtab.cts_name = ctf_strdup(fp->ctf_strtab.cts_name); in ctf_bufopen()704 if (fp->ctf_strtab.cts_name == NULL) in ctf_bufopen()705 fp->ctf_strtab.cts_name = _CTF_NULLSTR; in ctf_bufopen()844 if (ofp->ctf_strtab.cts_data != NULL) { in ctf_dup()845 bcopy(&ofp->ctf_strtab, &strsect, sizeof (ctf_sect_t)); in ctf_dup()936 if (fp->ctf_strtab.cts_data != NULL) in ctf_close()937 ctf_sect_munmap(&fp->ctf_strtab); in ctf_close()952 if (fp->ctf_strtab.cts_name != _CTF_NULLSTR && in ctf_close()[all …]
1076 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_object_iter()1096 if (fp->ctf_strtab.cts_data != NULL && in ctf_object_iter()1105 if (fp->ctf_strtab.cts_data != NULL && in ctf_object_iter()1124 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_function_iter()1151 if (fp->ctf_strtab.cts_data != NULL) in ctf_function_iter()1159 if (fp->ctf_strtab.cts_data != NULL) in ctf_function_iter()1191 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_symbol_name()1198 if (fp->ctf_strtab.cts_data == NULL) { in ctf_symbol_name()
205 ctf_sect_t ctf_strtab; /* string table from object file */ member
298 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_update()653 strp = &fp->ctf_strtab; in ctf_update()693 sname = fp->ctf_strtab.cts_name; in ctf_update()694 bzero(&fp->ctf_strtab, sizeof (ctf_sect_t)); in ctf_update()695 fp->ctf_strtab.cts_name = sname; in ctf_update()
1204 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_merge_symbols()1264 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_merge_functions()
2232 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_dwarf_symtab_iter()