Lines Matching refs:Address
53 eKASLRScanExhaustiveScan // Scan through the entire possible kernel address range looking for a kernel
61 { eKASLRScanNearPC, "fast-scan", "Scan near the pc value on attach to find the Darwin kernel's load address."},
62 { eKASLRScanExhaustiveScan, "exhaustive-scan", "Scan through the entire potential address range of Darwin kernel (only on 32-bit targets)."},
178 // If the Process hasn't provided the kernel load address, we need to look around in memory to find it.
215 // Returns the address of the kernel if one was found, else LLDB_INVALID_ADDRESS.
241 // If the debug flag is included in the boot-args nvram setting, the kernel's load address
242 // will be noted in the lowglo page at a fixed address
243 // Returns the address of the kernel if one was found, else LLDB_INVALID_ADDRESS.
276 // a better way of finding the kernel's load address, try searching backwards
278 // Returns the address of the kernel if one was found, else LLDB_INVALID_ADDRESS.
307 // Outside the normal kernel address range, this is probably userland code running right now
334 // Scan through the valid address range for a kernel binary.
337 // Returns the address of the kernel if one was found, else LLDB_INVALID_ADDRESS.
360 // rarely works (fast enough) with a 64-bit address space -- for now, let's
382 // Given an address in memory, look to see if there is a kernel image at that
383 // address.
384 // Returns a UUID; if a kernel was not found at that address, UUID.IsValid() will be false.
653 // Module at that address. Require that the MemoryModule have a matching UUID and detect
689 // load address, require that the memory module have a matching UUID or something
772 s->Printf ("Load Address: 0x%" PRIx64 "\n", m_load_address);
903 // file module's load address as appropriate. We don't want to use
1031 // try the kernel at the address that it exists at in
1043 // Don't accidentally relocate the kernel to the File address --
1044 // the Load address has already been set to its actual in-memory address.
1139 // We got a valid address for our kext summary header and make sure it isn't NULL
1174 DynamicLoaderDarwinKernel::ParseKextSummaries (const Address &kext_summary_addr, uint32_t count)
1352 DynamicLoaderDarwinKernel::ReadKextSummaries (const Address &kext_summary_addr,
1408 Address summary_addr (m_kext_summary_header_addr);