Searched refs:libc_exception (Results 1 – 1 of 1) sorted by relevance
744 struct libc_exception: public reportable_exception struct746 libc_exception(int rc, const string& msg): in libc_exception() argument1782 throw libc_exception (ENOMEM, "cannot allocate tmppath"); in extract_section()1786 throw libc_exception (errno, "cannot create temporary file"); in extract_section()1792 throw libc_exception (errno, "cannot write to temporary file"); in extract_section()1800 throw libc_exception (errno, "cannot fstat file"); in extract_section()1844 throw libc_exception (errno, string("open ") + b_source0); in handle_buildid_f_match()1855 throw libc_exception (errno, string("fstat ") + b_source0); in handle_buildid_f_match()1885 throw libc_exception (errno, string ("fstat ") + b_source0 in handle_buildid_f_match()1949 throw libc_exception (errno, string("stat ") + b_source0); in handle_buildid_r_match()[all …]