Home
last modified time | relevance | path

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

/external/libabigail/src/
Dabg-ctf-reader.cc211 add_type(ctf_dict_t *dic, ctf_id_t ctf_type, type_base_sptr type) in add_type() argument
213 string key = dic_type_key(dic, ctf_type); in add_type()
221 add_unknown_type(ctf_id_t ctf_type) in add_unknown_type() argument
223 unknown_types_set.insert(ctf_type); in add_unknown_type()
232 lookup_type(ctf_dict_t *dic, ctf_id_t ctf_type) in lookup_type() argument
235 std::string key = dic_type_key(dic, ctf_type); in lookup_type()
247 lookup_unknown_type(ctf_id_t ctf_type) in lookup_unknown_type() argument
248 { return unknown_types_set.find(ctf_type) != unknown_types_set.end(); } in lookup_unknown_type()
326 ctf_id_t ctf_type);
343 ctf_id_t ctf_type) in process_ctf_typedef() argument
[all …]
/external/libabigail/include/
Dabg-ctf-reader.h54 dic_type_key(ctf_dict_t *dic, ctf_id_t ctf_type);