HomeSort by relevance Sort by last modified time
    Searched refs:dwfl_errno (Results 1 - 8 of 8) sorted by null

  /external/elfutils/libdwfl/
dwfl_error.c 48 dwfl_errno (void) function
54 INTDEF (dwfl_errno)
derelocate.c 294 Dwfl_Error error = dwfl_errno ();
307 Dwfl_Error error = dwfl_errno ();
dwfl_frame.c 280 Dwfl_Error saved_errno = dwfl_errno ();
462 Dwfl_Error err = dwfl_errno ();
libdwfl.h 97 extern int dwfl_errno (void);
654 threads. dwfl_errno () should be set if negative number has been
666 thread exists and will set dwfl_errno in that case. THREAD_ARGP
676 successfully read *RESULT or false and sets dwfl_errno () on failure.
688 safe to unwind. Returns true on success or false and sets dwfl_errno ()
    [all...]
libdwflP.h 588 in such case dwfl_errno () is set.
709 INTDECL (dwfl_errno)
relocate.c 162 return dwfl_errno ();
dwfl_module_getdwarf.c 180 mod->elferr = INTUSE(dwfl_errno) ();
    [all...]
  /external/elfutils/src/
stack.c 464 err = dwfl_errno ();
721 err = dwfl_errno ();

Completed in 2057 milliseconds