/external/elfutils/src/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; 114 Dwfl_Error attacherr; /* Previous error attaching process. */ 170 Dwfl_Error elferr; /* Previous failure to open main file. */ 191 Dwfl_Error symerr; /* Previous failure to load symbols. */ 192 Dwfl_Error dwerr; /* Previous failure to load DWARF. */ 461 extern Dwfl_Error __libdwfl_relocate (Dwfl_Module *mod, Elf *file, bool debug) 472 extern Dwfl_Error __libdwfl_relocate_section (Dwfl_Module *mod, Elf *relocated, 480 extern Dwfl_Error __libdwfl_relocate_value (Dwfl_Module *mod, Elf *elf, [all …]
|
D | open.c | 48 static Dwfl_Error 51 Dwfl_Error error = DWFL_E_BADELF; in decompress() 99 static Dwfl_Error 102 Dwfl_Error error = DWFL_E_NOERROR; in what_kind() 121 Dwfl_Error internal_function 129 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 239 Dwfl_Error 274 Dwfl_Error result = intern_cu (mod, cuoff + cuhdrsz, nextp); in __libdwfl_nextcu() 289 static Dwfl_Error 295 Dwfl_Error result = intern_cu (mod, dwarange->offset, &arange->cu); in arangecu() 306 Dwfl_Error
|
D | gzip.c | 77 Dwfl_Error internal_function 105 inline Dwfl_Error fail (Dwfl_Error failure) in unzip() 118 inline Dwfl_Error zlib_fail (int result) in unzip() 227 Dwfl_Error open_stream (void) in unzip() 253 Dwfl_Error result = open_stream (); in unzip()
|
D | dwfl_error.c | 81 canonicalize (Dwfl_Error error) in canonicalize() 114 __libdwfl_canon_error (Dwfl_Error error) in __libdwfl_canon_error() 121 __libdwfl_seterrno (Dwfl_Error error) in __libdwfl_seterrno()
|
D | relocate.c | 36 Dwfl_Error 107 static Dwfl_Error 194 static Dwfl_Error 280 static Dwfl_Error 348 Dwfl_Error relocate (GElf_Addr offset, const GElf_Sxword *addend, in relocate_section() 381 Dwfl_Error error = relocate_getsym (mod, relocated, reloc_symtab, in relocate_section() 492 Dwfl_Error result = DWFL_E_NOERROR; in relocate_section() 618 Dwfl_Error 637 Dwfl_Error result = DWFL_E_NOERROR; in __libdwfl_relocate() 663 Dwfl_Error
|
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() 250 static Dwfl_Error 489 static Dwfl_Error 505 Dwfl_Error result = open_elf (mod, &mod->debug); in find_debuginfo() 540 Dwfl_Error error = open_elf_file (&mod->alt_elf, &mod->alt_fd, in find_debug_altlink() 564 static Dwfl_Error 926 Dwfl_Error error; in find_aux_sym() 1163 Dwfl_Error [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_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 | 43 Dwfl_Error error = __libdwfl_module_getebl (mod);
|
D | dwfl_onesrcline.c | 41 Dwfl_Error error = __libdwfl_cu_getsrclines (cu); in dwfl_onesrcline()
|
D | derelocate.c | 271 Dwfl_Error error = dwfl_errno (); in check_module() 284 Dwfl_Error error = dwfl_errno (); in check_module() 387 Dwfl_Error result = __libdwfl_relocate_section (mod, mod->main.elf, in INTDEF()
|
D | lines.c | 32 Dwfl_Error
|
D | dwfl_frame.c | 180 Dwfl_Error error = __libdwfl_module_getebl (mod); in dwfl_attach_state() 279 Dwfl_Error saved_errno = dwfl_errno (); in INTDEF() 461 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 | 45 Dwfl_Error error = __libdwfl_module_getebl (mod);
|
D | find-debuginfo.c | 101 Dwfl_Error error = __libdw_open_file (&fd, &mod->alt_elf, in validate() 134 Dwfl_Error error = __libdw_open_file (&fd, &mod->debug.elf, false, false); in validate()
|
D | image-header.c | 58 Dwfl_Error
|
D | dwfl_module_getsrc.c | 40 Dwfl_Error error = __libdwfl_addrcu (mod, addr, &cu); in dwfl_module_getsrc()
|
D | dwfl_build_id_find_elf.c | 146 Dwfl_Error error = __libdw_open_file (&fd, elfp, true, false); in dwfl_build_id_find_elf()
|
D | dwfl_module_getsrc_file.c | 56 Dwfl_Error error; in dwfl_module_getsrc_file()
|
D | dwfl_module_getsym.c | 161 Dwfl_Error result = __libdwfl_relocate_value (mod, elf, in __libdwfl_getsym()
|