/external/elfutils/libdwfl/ |
D | libdwflP.h | 98 typedef enum { DWFL_ERRORS DWFL_E_NUM } Dwfl_Error; typedef 104 extern int __libdwfl_canon_error (Dwfl_Error) internal_function; 105 extern void __libdwfl_seterrno (Dwfl_Error) internal_function; 124 Dwfl_Error attacherr; /* Previous error attaching process. */ 180 Dwfl_Error elferr; /* Previous failure to open main file. */ 201 Dwfl_Error symerr; /* Previous failure to load symbols. */ 202 Dwfl_Error dwerr; /* Previous failure to load DWARF. */ 476 extern Dwfl_Error __libdwfl_relocate (Dwfl_Module *mod, Elf *file, bool debug) 487 extern Dwfl_Error __libdwfl_relocate_section (Dwfl_Module *mod, Elf *relocated, 495 extern Dwfl_Error __libdwfl_relocate_value (Dwfl_Module *mod, Elf *elf, [all …]
|
D | open.c | 44 static Dwfl_Error 47 Dwfl_Error error = DWFL_E_BADELF; in decompress() 93 static Dwfl_Error 96 Dwfl_Error error = DWFL_E_NOERROR; in what_kind() 115 Dwfl_Error internal_function 123 Dwfl_Error error = what_kind (*fdp, &elf, &kind, &close_fd); in __libdw_open_file()
|
D | cu.c | 42 static Dwfl_Error 171 static Dwfl_Error 244 Dwfl_Error 279 Dwfl_Error result = intern_cu (mod, cuoff + cuhdrsz, nextp); in __libdwfl_nextcu() 295 static Dwfl_Error 301 Dwfl_Error result = intern_cu (mod, dwarange->offset, &arange->cu); in arangecu() 312 Dwfl_Error
|
D | gzip.c | 104 static inline Dwfl_Error 105 fail (struct unzip_state *state, Dwfl_Error failure) in fail() 118 static inline Dwfl_Error 133 static Dwfl_Error 168 Dwfl_Error internal_function 282 Dwfl_Error result = open_stream (fd, start_offset, &state); in unzip()
|
D | dwfl_error.c | 94 canonicalize (Dwfl_Error error) in canonicalize() 127 __libdwfl_canon_error (Dwfl_Error error) in __libdwfl_canon_error() 134 __libdwfl_seterrno (Dwfl_Error error) in __libdwfl_seterrno()
|
D | relocate.c | 36 Dwfl_Error 107 static Dwfl_Error 203 static Dwfl_Error 315 static Dwfl_Error 356 Dwfl_Error error = relocate_getsym (mod, relocated, reloc_symtab, in relocate() 465 Dwfl_Error *result) in check_badreltype() 477 static Dwfl_Error 583 Dwfl_Error result = DWFL_E_NOERROR; in relocate_section() 700 Dwfl_Error 719 Dwfl_Error result = DWFL_E_NOERROR; in __libdwfl_relocate() [all …]
|
D | dwfl_build_id_find_debuginfo.c | 64 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf, in dwfl_build_id_find_debuginfo() 104 Dwfl_Error error = __libdw_open_file (&fd, &mod->debug.elf, true, false); in dwfl_build_id_find_debuginfo()
|
D | dwfl_module_getdwarf.c | 37 static inline Dwfl_Error 71 static inline Dwfl_Error 74 Dwfl_Error error = open_elf_file (&file->elf, &file->fd, &file->name); in open_elf() 268 static Dwfl_Error 521 static Dwfl_Error 537 Dwfl_Error result = open_elf (mod, &mod->debug); in find_debuginfo() 572 Dwfl_Error error = open_elf_file (&mod->alt_elf, &mod->alt_fd, in find_debug_altlink() 596 static Dwfl_Error 966 Dwfl_Error error; in find_aux_sym() 1292 Dwfl_Error [all …]
|
D | dwfl_getsrclines.c | 38 Dwfl_Error error = __libdwfl_cu_getsrclines (cu); in dwfl_getsrclines()
|
D | dwfl_module_nextcu.c | 38 Dwfl_Error error = __libdwfl_nextcu (mod, (struct dwfl_cu *) lastcu, &cu); in dwfl_module_nextcu()
|
D | dwfl_module_addrdie.c | 38 Dwfl_Error error = __libdwfl_addrcu (mod, addr, &cu); in dwfl_module_addrdie()
|
D | dwfl_module_return_value_location.c | 41 Dwfl_Error error = __libdwfl_module_getebl (mod); in dwfl_module_return_value_location()
|
D | dwfl_onesrcline.c | 41 Dwfl_Error error = __libdwfl_cu_getsrclines (cu); in dwfl_onesrcline()
|
D | derelocate.c | 294 Dwfl_Error error = dwfl_errno (); in check_module() 307 Dwfl_Error error = dwfl_errno (); in check_module() 410 Dwfl_Error result = __libdwfl_relocate_section (mod, mod->main.elf, in INTDEF()
|
D | lines.c | 32 Dwfl_Error
|
D | dwfl_frame.c | 181 Dwfl_Error error = __libdwfl_module_getebl (mod); in dwfl_attach_state() 280 Dwfl_Error saved_errno = dwfl_errno (); in INTDEF() 462 Dwfl_Error err = dwfl_errno (); in INTDEF()
|
D | dwfl_module_dwarf_cfi.c | 38 Dwfl_Error error = __libdwfl_module_getebl (mod); in __libdwfl_set_cfi()
|
D | dwfl_nextcu.c | 48 Dwfl_Error error; in dwfl_nextcu()
|
D | dwfl_module_register_names.c | 44 Dwfl_Error error = __libdwfl_module_getebl (mod); in dwfl_module_register_names()
|
D | dwfl_module_getsrc.c | 40 Dwfl_Error error = __libdwfl_addrcu (mod, addr, &cu); in dwfl_module_getsrc()
|
D | image-header.c | 58 Dwfl_Error
|
D | find-debuginfo.c | 102 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf, in validate() 135 Dwfl_Error error = __libdw_open_file (&fd, &mod->debug.elf, false, false); in validate()
|
D | dwfl_module_getsrc_file.c | 74 Dwfl_Error error; in dwfl_module_getsrc_file()
|
D | dwfl_build_id_find_elf.c | 165 Dwfl_Error error = __libdw_open_file (&fd, elfp, true, false); in dwfl_build_id_find_elf()
|
D | dwfl_module_getsym.c | 161 Dwfl_Error result = __libdwfl_relocate_value (mod, elf, in __libdwfl_getsym()
|