Searched refs:loaded_image (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/stand/efi/boot1/
H A Dboot1.c189 EFI_LOADED_IMAGE *loaded_image; local
236 (VOID**)&loaded_image)) != EFI_SUCCESS) {
245 loaded_image->DeviceHandle = dev->devhandle;
246 loaded_image->LoadOptionsSize = cmdsize;
247 loaded_image->LoadOptions = cmd;
265 loaded_image->LoadOptionsSize = 0;
266 loaded_image->LoadOptions = NULL;
/freebsd-11-stable/stand/efi/loader/
H A Dmain.c1054 EFI_LOADED_IMAGE *loaded_image; local
1100 (void **)&loaded_image);
1110 loaded_image->LoadOptions = argp = malloc (len);
1111 loaded_image->LoadOptionsSize = len;
1132 loaded_image->DeviceHandle =
1137 loaded_image->DeviceHandle =
1143 loaded_image->DeviceHandle = hd->pd_handle;
1152 loaded_image->DeviceHandle =
1165 free(loaded_image->LoadOptions);
1166 loaded_image
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h73 lldb_private::FileSpec *loaded_image) override;
H A DPlatformPOSIX.cpp751 lldb_private::FileSpec *loaded_image) {
752 if (loaded_image)
753 loaded_image->Clear();
984 if (loaded_image && buffer_addr != 0x0)
991 loaded_image->SetFile(name_string, llvm::sys::path::Style::posix);
747 DoLoadImage(lldb_private::Process *process, const lldb_private::FileSpec &remote_file, const std::vector<std::string> *paths, lldb_private::Status &error, lldb_private::FileSpec *loaded_image) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1738 lldb_private::FileSpec *loaded_image) {

Completed in 71 milliseconds