Home
last modified time | relevance | path

Searched refs:ctf_sym_valid (Results 1 – 4 of 4) 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() function
H A Dctf_impl.h325 extern boolean_t ctf_sym_valid(uintptr_t, int, uint16_t, uint64_t,
H A Dctf_create.c400 if (ctf_sym_valid(strbase, type, symp->st_shndx, in ctf_update()
407 if (ctf_sym_valid(strbase, type, symp->st_shndx, in ctf_update()
601 if (ctf_sym_valid(strbase, type, symp->st_shndx, in ctf_update()
607 if (ctf_sym_valid(strbase, type, symp->st_shndx, in ctf_update()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c844 if (!ctf_sym_valid(strbase, type, sym.st_shndx, sym.st_value, in ctf_symtab_iter()