Searched refs:ctf_sym_valid (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/common/ctf/ |
H A D | ctf_util.c | 175 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 | 315 extern boolean_t ctf_sym_valid(uintptr_t, int, uint16_t, uint64_t,
|
H A D | ctf_create.c | 390 if (ctf_sym_valid(strbase, type, symp->st_shndx, in ctf_update() 397 if (ctf_sym_valid(strbase, type, symp->st_shndx, in ctf_update() 591 if (ctf_sym_valid(strbase, type, symp->st_shndx, in ctf_update() 597 if (ctf_sym_valid(strbase, type, symp->st_shndx, in ctf_update()
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_merge.c | 1216 if (ctf_sym_valid(strbase, type, symp->st_shndx, in ctf_merge_symbols() 1225 if (ctf_sym_valid(strbase, type, symp->st_shndx, in ctf_merge_symbols() 1276 if (ctf_sym_valid(strbase, type, symp->st_shndx, in ctf_merge_functions() 1285 if (ctf_sym_valid(strbase, type, symp->st_shndx, in ctf_merge_functions()
|
H A D | ctf_dwarf.c | 2249 if (ctf_sym_valid(strbase, type, symp->st_shndx, in ctf_dwarf_symtab_iter() 2269 if (ctf_sym_valid(strbase, type, symp->st_shndx, in ctf_dwarf_symtab_iter()
|