Home
last modified time | relevance | path

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

/external/libabigail/src/
Dabg-ctf-reader.cc325 ctf_dict_t *ctf_dictionary,
342 ctf_dict_t *ctf_dictionary, in process_ctf_typedef() argument
347 ctf_id_t ctf_utype = ctf_type_reference(ctf_dictionary, ctf_type); in process_ctf_typedef()
351 const char *typedef_name = ctf_type_name_raw(ctf_dictionary, ctf_type); in process_ctf_typedef()
357 ctf_dictionary, ctf_utype); in process_ctf_typedef()
362 result = dynamic_pointer_cast<typedef_decl>(ctxt->lookup_type(ctf_dictionary, in process_ctf_typedef()
384 ctxt->add_type(ctf_dictionary, ctf_type, result); in process_ctf_typedef()
404 ctf_dict_t *ctf_dictionary, in process_ctf_base_type() argument
409 ssize_t type_alignment = ctf_type_align(ctf_dictionary, ctf_type); in process_ctf_base_type()
410 const char *type_name = ctf_type_name_raw(ctf_dictionary, ctf_type); in process_ctf_base_type()
[all …]