Home
last modified time | relevance | path

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

/external/oprofile/libabi/
Dabi.h19 struct abi_exception : std::exception { struct
22 explicit abi_exception(std::string const d); argument
24 ~abi_exception() throw() {} in throw() argument
32 int need(std::string const key) const throw (abi_exception);
Dabi.cpp25 abi_exception::abi_exception(string const d) : desc(d) {} in abi_exception() function in abi_exception
38 int abi::need(string const key) const throw (abi_exception) in need()
43 throw abi_exception(string("missing ABI key: ") + key); in need()
Dopimport.cpp108 size_t len, odb_t * dest) throw (abi_exception) in import_from_abi()
220 } catch (abi_exception & e) { in main()