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

  /external/elfutils/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);
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 (UNKNOWN_MACHINE, N_("no support library found for machine")) \
78 DWFL_ERROR (NOREL, N_("Callbacks missing for ET_REL file")) \
79 DWFL_ERROR (BADRELTYPE, N_("Unsupported relocation type"))
    [all...]
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);
lines.c 53 Dwfl_Error
cu.c 63 static Dwfl_Error
185 static Dwfl_Error
250 Dwfl_Error
285 Dwfl_Error result = intern_cu (mod, cuoff + cuhdrsz, nextp);
300 static Dwfl_Error
306 Dwfl_Error result = intern_cu (mod, dwarange->offset, &arange->cu);
317 Dwfl_Error
dwfl_error.c 111 #define DWFL_ERROR(name, text) char msg_##name[sizeof text];
113 #undef DWFL_ERROR
116 #define DWFL_ERROR(name, text) text,
118 #undef DWFL_ERROR
124 #define DWFL_ERROR(name, text) \
127 #undef DWFL_ERROR
133 canonicalize (Dwfl_Error error)
166 __libdwfl_canon_error (Dwfl_Error error)
173 __libdwfl_seterrno (Dwfl_Error error)
dwfl_nextcu.c 69 Dwfl_Error error;
dwfl_module_getsrc.c 61 Dwfl_Error error = __libdwfl_addrcu (mod, addr, &cu);
dwfl_module_getsym.c 93 Dwfl_Error result = __libdwfl_relocate_value (mod, mod->symfile->elf,
dwfl_module_register_names.c 66 Dwfl_Error error = __libdwfl_module_getebl (mod);
relocate.c 57 Dwfl_Error
120 static Dwfl_Error
204 static Dwfl_Error
282 static Dwfl_Error
306 Dwfl_Error relocate (GElf_Addr offset, const GElf_Sxword *addend,
330 Dwfl_Error error = relocate_getsym (mod, relocated, reloc_symtab,
440 Dwfl_Error result = DWFL_E_NOERROR;
563 Dwfl_Error
582 Dwfl_Error result = DWFL_E_NOERROR;
608 Dwfl_Error
    [all...]
dwfl_module_getdwarf.c 58 static inline Dwfl_Error
206 static Dwfl_Error
227 static Dwfl_Error
587 Dwfl_Error
605 static Dwfl_Error
616 Dwfl_Error error = __libdwfl_module_getebl (mod);
621 Dwfl_Error result = mod->symerr;
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_module_getsrc_file.c 76 Dwfl_Error error;

Completed in 159 milliseconds