Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_util.c186 ctf_sym_valid(uintptr_t strbase, int type, uint16_t shndx, uint64_t val, in ctf_sym_valid() argument
197 name = (char *)(strbase + noff); in ctf_sym_valid()
H A Dctf_types.c1102 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_object_iter() local
1124 name = (char *)(strbase + symp->st_name); in ctf_object_iter()
1133 name = (char *)(strbase + symp->st_name); in ctf_object_iter()
1150 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_function_iter() local
1178 name = (char *)(strbase + symp->st_name); in ctf_function_iter()
1186 name = (char *)(strbase + symp->st_name); in ctf_function_iter()
1217 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_symbol_name() local
1245 name = (const char *)(strbase + symp->st_name); in ctf_symbol_name()
1257 name = (const char *)(strbase + symp->st_name); in ctf_symbol_name()
H A Dctf_create.c307 uintptr_t strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_update() local
399 if (ctf_sym_valid(strbase, type, symp->st_shndx, in ctf_update()
406 if (ctf_sym_valid(strbase, type, symp->st_shndx, in ctf_update()
600 if (ctf_sym_valid(strbase, type, symp->st_shndx, in ctf_update()
606 if (ctf_sym_valid(strbase, type, symp->st_shndx, in ctf_update()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c782 uintptr_t strbase; in ctf_symtab_iter() local
792 strbase = (uintptr_t)fp->ctf_strtab.cts_data; in ctf_symtab_iter()
827 name = (const char *)(strbase + sym.st_name); in ctf_symtab_iter()
844 if (!ctf_sym_valid(strbase, type, sym.st_shndx, sym.st_value, in ctf_symtab_iter()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c1329 const char *strbase = addr + (depth + 1) * sizeof (uint64_t); in dt_print_ustack() local
1330 const char *str = strsize ? strbase : NULL; in dt_print_ustack()
1444 if (str - strbase >= strsize) in dt_print_ustack()