/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_info.c | 36 dwfl_module_info (Dwfl_Module *mod, void ***userdata, in dwfl_module_info() function
|
H A D | libdwfl.h | 196 extern const char *dwfl_module_info (Dwfl_Module *mod, void ***userdata,
|
/third_party/elfutils/tests/ |
H A D | dwfl-addr-sect.c | 47 dwfl_module_info (mod, NULL, NULL, NULL, NULL, NULL, NULL, NULL), in handle_address()
|
H A D | funcretval.c | 58 printf ("(%s) %s: ", dwfl_module_info (dwfl_cumodule (a->cu), NULL, in handle_function()
|
H A D | line2addr.c | 45 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in print_address()
|
H A D | funcscopes.c | 129 const char *modname = dwfl_module_info (dwfl_cumodule (a->cu), NULL, in handle_function() 134 error (EXIT_FAILURE, 0, "dwfl_module_info: %s", dwarf_errmsg (-1)); in handle_function()
|
H A D | dwfllines.c | 49 const char *modname = (dwfl_module_info (mod, NULL, NULL, NULL, in main()
|
H A D | dwflmodtest.c | 167 if (dwfl_module_info (mod, NULL, &start, &end, in list_module()
|
H A D | backtrace.c | 61 dwfl_module_info (mod, NULL, NULL, &end, NULL, NULL, NULL, NULL); in dump_modules()
|
H A D | varlocs.c | 1107 const char *modname = dwfl_module_info (mod, NULL, in main() 1113 error (EXIT_FAILURE, 0, "dwfl_module_info: %s", dwarf_errmsg (-1)); in main()
|
/third_party/elfutils/src/ |
H A D | stack.c | 144 const char *modname = dwfl_module_info (mod, NULL, NULL, &end, NULL, in module_callback() 249 fname = dwfl_module_info(mod, NULL, &start, in print_frame() 438 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, NULL, in print_frames()
|
H A D | unstrip.c | 2305 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in handle_dwfl_module() 2324 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in handle_dwfl_module() 2343 const char *modname = dwfl_module_info (mod, NULL, NULL, NULL, in handle_dwfl_module() 2363 (void) dwfl_module_info (mod, NULL, NULL, NULL, NULL, NULL, in handle_dwfl_module() 2377 dwfl_module_info (mod, NULL, NULL, NULL, NULL, NULL, NULL, NULL), in handle_dwfl_module() 2397 const char *name = dwfl_module_info (mod, NULL, NULL, NULL, in handle_output_dir_module() 2423 const char *name = dwfl_module_info (mod, NULL, &start, &end, in list_module() 2482 const char *check = dwfl_module_info (mod, NULL, NULL, NULL, in match_module()
|
H A D | nm.c | 1186 dwfl_module_info (mod, NULL, NULL, NULL, &dwbias, NULL, NULL, NULL); in find_no_debuginfo()
|
H A D | readelf.c | 813 dwfl_module_info (dwflmod, NULL, NULL, NULL, NULL, NULL, &fname, NULL); in process_dwflmod() 837 dwfl_module_info (mod, NULL, NULL, NULL, &dwbias, NULL, NULL, NULL); in find_no_debuginfo() 11458 dwfl_module_info (dwflmod, NULL, NULL, NULL, NULL, NULL, in print_debug()
|
/third_party/elfutils/include/elfutils/ |
H A D | libdwfl.h | 196 extern const char *dwfl_module_info (Dwfl_Module *mod, void ***userdata,
|
/third_party/libabigail/src/ |
H A D | abg-elf-reader.cc | 201 file_name = dwfl_module_info(elf_module, &user_data, in find_alt_dwarf_debug_info()
|