/external/elfutils/libdwfl/ |
dwfl_module_getdwarf.c | 477 mod->symerr = DWFL_E (LIBELF, elf_errno ()); 481 mod->symerr = DWFL_E_NOERROR; 494 || mod->symerr != DWFL_E_NOERROR) /* Cached previous failure. */ 498 mod->symerr = mod->elferr; 499 if (mod->symerr != DWFL_E_NOERROR) 505 mod->symerr = load_symtab (&mod->main, &mod->symfile, &symscn, 507 switch (mod->symerr) 517 mod->symerr = find_debuginfo (mod); 518 switch (mod->symerr) 524 mod->symerr = load_symtab (&mod->debug, &mod->symfile, &symscn [all...] |
relocate.c | 235 && m->symerr == DWFL_E_NOERROR 237 && m->symerr != DWFL_E_NO_SYMTAB) 238 return m->symerr;
|
libdwflP.h | 168 Dwfl_Error symerr; /* Previous failure to load symbols. */ member in struct:Dwfl_Module
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readmacho.c | 170 ML_(symerr)(di, True, "Can't stat image (to determine its size)?!"); 177 ML_(symerr)(di, True, "Can't open image to read symbols?!"); 184 ML_(symerr)(di, True, "Can't mmap image to read symbols?!"); 207 ML_(symerr)(di, True, "Invalid Mach-O file (0 too small)."); 222 ML_(symerr)(di, True, "Invalid Mach-O file (1 too small)."); 246 ML_(symerr)(di, True, "Invalid Mach-O file (2 too small)."); 255 ML_(symerr)(di, True, 267 ML_(symerr)(di, True, "Invalid Mach-O file (3 too small)."); 272 ML_(symerr)(di, True, "Invalid Mach-O file (thin bigger than fat)."); 280 ML_(symerr)(di, True, "Invalid Mach-O file (thin not inside fat).") [all...] |
readelf.c | 636 ML_(symerr)(di, False, buf); 744 ML_(symerr)(di, False, buf); [all...] |
priv_storage.h | 888 void ML_(symerr) ( struct _DebugInfo* di, Bool serious, HChar* msg ); [all...] |
readdwarf.c | 510 ML_(symerr)(di, True, 524 ML_(symerr)(di, True, 551 ML_(symerr)(di, True, 677 ML_(symerr)(di, True, 719 ML_(symerr)(di, True, [all...] |
debuginfo.c | 750 ML_(symerr)(&fake_di, True, "failed to stat64/stat this file"); 852 ML_(symerr)(&fake_di, True, 871 ML_(symerr)(&fake_di, True, "can't read file to inspect ELF header"); [all...] |
storage.c | 62 void ML_(symerr) ( struct _DebugInfo* di, Bool serious, HChar* msg ) function [all...] |
readdwarf3.c | [all...] |