HomeSort by relevance Sort by last modified time
    Searched refs:Dwfl_Error (Results 1 - 25 of 27) sorted by null

1 2

  /external/elfutils/0.153/libdwfl/
dwfl_getsrclines.c 59 Dwfl_Error error = __libdwfl_cu_getsrclines (cu);
dwfl_module_addrdie.c 59 Dwfl_Error error = __libdwfl_addrcu (mod, addr, &cu);
dwfl_module_nextcu.c 59 Dwfl_Error error = __libdwfl_nextcu (mod, (struct dwfl_cu *) lastcu, &cu);
dwfl_module_return_value_location.c 64 Dwfl_Error error = __libdwfl_module_getebl (mod);
dwfl_onesrcline.c 62 Dwfl_Error error = __libdwfl_cu_getsrclines (cu);
libdwflP.h 70 DWFL_ERROR (NOERROR, N_("no error")) \
71 DWFL_ERROR (UNKNOWN_ERROR, N_("unknown error")) \
72 DWFL_ERROR (NOMEM, N_("out of memory")) \
73 DWFL_ERROR (ERRNO, N_("See errno")) \
74 DWFL_ERROR (LIBELF, N_("See elf_errno")) \
75 DWFL_ERROR (LIBDW, N_("See dwarf_errno")) \
76 DWFL_ERROR (LIBEBL, N_("See ebl_errno (XXX missing)")) \
77 DWFL_ERROR (ZLIB, N_("gzip decompression failed")) \
78 DWFL_ERROR (BZLIB, N_("bzip2 decompression failed")) \
79 DWFL_ERROR (LZMA, N_("LZMA decompression failed"))
    [all...]
open.c 69 static Dwfl_Error
72 Dwfl_Error error = DWFL_E_BADELF;
120 static Dwfl_Error
123 Dwfl_Error error = DWFL_E_NOERROR;
142 Dwfl_Error internal_function
150 Dwfl_Error error = what_kind (*fdp, &elf, &kind, &close_fd);
dwfl_error.c 84 #define DWFL_ERROR(name, text) char msg_##name[sizeof text];
86 #undef DWFL_ERROR
89 #define DWFL_ERROR(name, text) text,
91 #undef DWFL_ERROR
97 #define DWFL_ERROR(name, text) \
100 #undef DWFL_ERROR
106 canonicalize (Dwfl_Error error)
139 __libdwfl_canon_error (Dwfl_Error error)
146 __libdwfl_seterrno (Dwfl_Error error)
lines.c 53 Dwfl_Error
cu.c 63 static Dwfl_Error
186 static Dwfl_Error
251 Dwfl_Error
286 Dwfl_Error result = intern_cu (mod, cuoff + cuhdrsz, nextp);
301 static Dwfl_Error
307 Dwfl_Error result = intern_cu (mod, dwarange->offset, &arange->cu);
318 Dwfl_Error
dwfl_build_id_find_debuginfo.c 74 Dwfl_Error error = __libdw_open_file (&fd, &mod->debug.elf, true, false);
dwfl_module_dwarf_cfi.c 59 Dwfl_Error error = __libdwfl_module_getebl (mod);
dwfl_nextcu.c 69 Dwfl_Error error;
gzip.c 98 Dwfl_Error internal_function
126 inline Dwfl_Error fail (Dwfl_Error failure)
139 inline Dwfl_Error zlib_fail (int result)
248 Dwfl_Error open_stream (void)
274 Dwfl_Error result = open_stream ();
dwfl_module_getsrc.c 61 Dwfl_Error error = __libdwfl_addrcu (mod, addr, &cu);
dwfl_module_register_names.c 66 Dwfl_Error error = __libdwfl_module_getebl (mod);
image-header.c 79 Dwfl_Error
relocate.c 57 Dwfl_Error
124 static Dwfl_Error
211 static Dwfl_Error
295 static Dwfl_Error
323 Dwfl_Error relocate (GElf_Addr offset, const GElf_Sxword *addend,
356 Dwfl_Error error = relocate_getsym (mod, relocated, reloc_symtab,
467 Dwfl_Error result = DWFL_E_NOERROR;
590 Dwfl_Error
609 Dwfl_Error result = DWFL_E_NOERROR;
635 Dwfl_Error
    [all...]
dwfl_module_getsym.c 106 Dwfl_Error result = __libdwfl_relocate_value (mod, mod->symfile->elf,
dwfl_module_getdwarf.c 59 static inline Dwfl_Error
76 Dwfl_Error error = __libdw_open_file (&file->fd, &file->elf, true, false);
305 static Dwfl_Error
544 static Dwfl_Error
558 Dwfl_Error result = open_elf (mod, &mod->debug);
568 static Dwfl_Error
937 Dwfl_Error
955 static Dwfl_Error
966 Dwfl_Error error = __libdwfl_module_getebl (mod);
971 Dwfl_Error result = mod->symerr
    [all...]
derelocate.c 292 Dwfl_Error error = dwfl_errno ();
305 Dwfl_Error error = dwfl_errno ();
397 Dwfl_Error result = __libdwfl_relocate_section (mod, mod->main.elf,
dwfl_build_id_find_elf.c 152 Dwfl_Error error = __libdw_open_file (&fd, elfp, true, false);
dwfl_module_getsrc_file.c 77 Dwfl_Error error;
argp-std.c 219 Dwfl_Error error = __libdw_open_file (&fd, &core, true, false);
dwfl_report_elf.c 288 Dwfl_Error error = __libdw_open_file (&fd, &elf, closefd, false);

Completed in 376 milliseconds

1 2