Searched refs:ctf_sym_valid (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_util.c | 186 ctf_sym_valid(uintptr_t strbase, int type, uint16_t shndx, uint64_t val, in ctf_sym_valid() function
|
H A D | ctf_impl.h | 325 extern boolean_t ctf_sym_valid(uintptr_t, int, uint16_t, uint64_t,
|
H A D | ctf_create.c | 400 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 D | ctf_lib.c | 844 if (!ctf_sym_valid(strbase, type, sym.st_shndx, sym.st_value, in ctf_symtab_iter()
|