Home
last modified time | relevance | path

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

/freebsd/stand/efi/boot1/
H A Dboot1.c69 EFI_LOADED_IMAGE *loaded_image; in try_boot() local
126 (void **)&loaded_image); in try_boot()
136 loaded_image->DeviceHandle = dev->devhandle; in try_boot()
137 loaded_image->LoadOptionsSize = cmdsize; in try_boot()
138 loaded_image->LoadOptions = cmd; in try_boot()
156 loaded_image->LoadOptionsSize = 0; in try_boot()
157 loaded_image->LoadOptions = NULL; in try_boot()
/freebsd/stand/efi/loader/
H A Dmain.c1969 EFI_LOADED_IMAGE *loaded_image; in command_chain() local
2025 (void **)&loaded_image); in command_chain()
2035 loaded_image->LoadOptions = argp = malloc (len); in command_chain()
2036 loaded_image->LoadOptionsSize = len; in command_chain()
2057 loaded_image->DeviceHandle = in command_chain()
2062 loaded_image->DeviceHandle = in command_chain()
2068 loaded_image->DeviceHandle = hd->pd_handle; in command_chain()
2077 loaded_image->DeviceHandle = in command_chain()
2097 free(loaded_image->LoadOptions); in command_chain()
2098 loaded_image->LoadOptions = NULL; in command_chain()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp685 lldb_private::FileSpec *loaded_image) { in DoLoadImage() argument
686 if (loaded_image) in DoLoadImage()
687 loaded_image->Clear(); in DoLoadImage()
926 if (loaded_image && buffer_addr != 0x0) in DoLoadImage()
933 loaded_image->SetFile(name_string, llvm::sys::path::Style::posix); in DoLoadImage()
H A DPlatformPOSIX.h65 lldb_private::FileSpec *loaded_image) override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp526 const auto &loaded_image = loaded_images_sp->GetItemAtIndex(idx); in GetLoadedDynamicLibrariesInfos() local
527 if (!reload_image(loaded_image.get()) && print_error) { in GetLoadedDynamicLibrariesInfos()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1846 lldb_private::FileSpec *loaded_image) { in DoLoadImage() argument