Home
last modified time | relevance | path

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

/external/oprofile/libabi/
Dop_abi.c61 struct op_abi_entry const * get_abi(void) in get_abi() function
87 for (abi_entry = get_abi() ; abi_entry->name != NULL; ++abi_entry) in op_write_abi_to_file()
Dop_abi.h28 struct op_abi_entry const * get_abi(void);
Dabi.cpp30 op_abi_entry const * entry = get_abi(); in abi()