Lines Matching defs:ctf_dict
116 lookup_symbol_in_ctf_archive(ctf_archive_t *ctfa, ctf_dict_t **ctf_dict,
419 ctf_dict_t *ctf_dict, *dict_tmp;
437 if ((ctf_dict = ctf_dict_open(ctfa,
445 dict_tmp = ctf_dict;
452 ctf_sym_type = lookup_symbol_in_ctf_archive(ctfa, &ctf_dict,
457 if (ctf_type_kind(ctf_dict, ctf_sym_type) != CTF_K_FUNCTION)
460 type_base_sptr var_type = build_type(ctf_dict, ctf_sym_type);
481 type_base_sptr func_type = build_type(ctf_dict, ctf_sym);
498 ctf_dict = dict_tmp;
501 ctf_dict_close(ctf_dict);
1542 /// @ref ctf_dict will be updated and it must be explicitly closed by its
1548 lookup_symbol_in_ctf_archive(ctf_archive_t *ctfa, ctf_dict_t **ctf_dict,
1552 ctf_dict_t *dict = *ctf_dict;
1576 *ctf_dict = fp;