Home
last modified time | relevance | path

Searched refs:ident_binary_addr (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp391 addr_t ident_binary_addr = LLDB_INVALID_ADDRESS; in DoLoadCore() local
407 ident_binary_addr = in DoLoadCore()
412 ident_binary_addr); in DoLoadCore()
419 ident_uuid.IsValid() && ident_binary_addr != LLDB_INVALID_ADDRESS) { in DoLoadCore()
423 m_mach_kernel_addr = ident_binary_addr; in DoLoadCore()
429 if (load_standalone_binary(ident_uuid, ident_binary_addr, value_is_offset, in DoLoadCore()