Searched refs:debuglink_file (Results 1 – 8 of 8) sorted by relevance
/external/elfutils/libdwfl/ |
D | find-debuginfo.c | 163 const char *debuglink_file, GElf_Word debuglink_crc, in find_debuginfo_in_path() argument 173 bool debuglink_null = debuglink_file == NULL; in find_debuginfo_in_path() 190 debuglink_file = localname; in find_debuginfo_in_path() 253 file = debuglink_file; in find_debuginfo_in_path() 277 file = debuglink_file; in find_debuginfo_in_path() 282 file = basename (debuglink_file); in find_debuginfo_in_path() 291 file = debuglink_file; in find_debuginfo_in_path() 354 const char *debuglink_file, in dwfl_standard_find_debuginfo() argument 385 debuglink_file, debuglink_crc, in dwfl_standard_find_debuginfo() 396 debuglink_file, debuglink_crc, in dwfl_standard_find_debuginfo()
|
D | libdwfl.h | 62 const char *debuglink_file, GElf_Word debuglink_crc,
|
D | dwfl_module_getdwarf.c | 535 const char *debuglink_file; in find_debuginfo() local 536 debuglink_file = INTUSE(dwelf_elf_gnu_debuglink) (mod->main.elf, in find_debuginfo() 541 debuglink_file, in find_debuginfo()
|
D | ChangeLog | 350 debuglink_file is NULL. Try file basename (without .debug) ofr 353 dwfl_standard_find_debuginfo with NULL debuglink_file, otherwise with 577 debug info file named debuglink_file under
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 559 string debuglink_file() const { in debuglink_file() function in __anoncb1b390f0111::LoadSymbolsInfo 744 string debuglink_file = in LoadSymbols() local 750 info->set_debuglink_file(debuglink_file); in LoadSymbols() 825 const string& debuglink_file, in SanitizeDebugFile() argument 833 debuglink_file.c_str(), debug_elf_header->e_machine); in SanitizeDebugFile() 839 debuglink_file.c_str(), debug_architecture, in SanitizeDebugFile() 848 obj_filename.c_str(), debuglink_file.c_str()); in SanitizeDebugFile() 894 const string debuglink_file = info.debuglink_file(); in ReadSymbolDataElfClass() local 895 if (debuglink_file.empty()) in ReadSymbolDataElfClass() 899 fprintf(stderr, "Found debugging info in %s\n", debuglink_file.c_str()); in ReadSymbolDataElfClass() [all …]
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 62 const char *debuglink_file, GElf_Word debuglink_crc,
|
/external/elfutils/src/ |
D | nm.c | 1151 const char *debuglink_file, in find_no_debuginfo() argument 1166 file_name, debuglink_file, in find_no_debuginfo()
|
D | readelf.c | 804 const char *debuglink_file, in find_no_debuginfo() argument 819 file_name, debuglink_file, in find_no_debuginfo()
|