Searched refs:elf_module (Results 1 – 3 of 3) sorted by relevance
/third_party/libabigail/src/ |
D | abg-elf-reader.cc | 51 find_alt_dwarf_debug_info_link(Dwfl_Module *elf_module, in find_alt_dwarf_debug_info_link() argument 55 Dwarf *dwarf = dwfl_module_getdwarf(elf_module, &bias); in find_alt_dwarf_debug_info_link() 173 find_alt_dwarf_debug_info(Dwfl_Module *elf_module, in find_alt_dwarf_debug_info() argument 178 if (elf_module == 0) in find_alt_dwarf_debug_info() 182 find_alt_dwarf_debug_info_link(elf_module, alt_file_name); in find_alt_dwarf_debug_info() 188 Dwarf* dwarf = dwfl_module_getdwarf(elf_module, &bias); in find_alt_dwarf_debug_info() 201 file_name = dwfl_module_info(elf_module, &user_data, in find_alt_dwarf_debug_info() 204 alt_fd = dwfl_standard_find_debuginfo(elf_module, user_data, in find_alt_dwarf_debug_info() 235 Dwarf* dwarf = dwfl_module_getdwarf(elf_module, &bias); in find_alt_dwarf_debug_info() 263 Dwfl_Module* elf_module = nullptr; member [all …]
|
/third_party/cef/libcef/common/ |
D | crash_reporting.cc | 62 HMODULE elf_module = GetModuleHandle(kChromeElfDllName); in SetCrashKeyValueTrampoline() local 64 elf_module ? GetProcAddress(elf_module, "SetCrashKeyValueImpl") in SetCrashKeyValueTrampoline() 76 HMODULE elf_module = GetModuleHandle(kChromeElfDllName); in IsCrashReportingEnabledTrampoline() local 78 elf_module ? GetProcAddress(elf_module, "IsCrashReportingEnabledImpl") in IsCrashReportingEnabledTrampoline()
|
/third_party/libabigail/ |
D | ChangeLog | 646 create_default_dwfl, dwfl_handle, elf_module, elf_handle, 37420 (read_context::{elf_module, elf_handle}): New accessors.
|