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

/freebsd-13-stable/stand/efi/boot1/
H A Dboot1.c70 EFI_LOADED_IMAGE *loaded_image; local
107 (void **)&loaded_image);
117 loaded_image->DeviceHandle = dev->devhandle;
118 loaded_image->LoadOptionsSize = cmdsize;
119 loaded_image->LoadOptions = cmd;
137 loaded_image->LoadOptionsSize = 0;
138 loaded_image->LoadOptions = NULL;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h69 lldb_private::FileSpec *loaded_image) override;
H A DPlatformPOSIX.cpp608 lldb_private::FileSpec *loaded_image) {
609 if (loaded_image)
610 loaded_image->Clear();
841 if (loaded_image && buffer_addr != 0x0)
848 loaded_image->SetFile(name_string, llvm::sys::path::Style::posix);
604 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-13-stable/stand/efi/loader/
H A Dmain.c1475 EFI_LOADED_IMAGE *loaded_image; local
1529 (void **)&loaded_image);
1539 loaded_image->LoadOptions = argp = malloc (len);
1540 loaded_image->LoadOptionsSize = len;
1561 loaded_image->DeviceHandle =
1566 loaded_image->DeviceHandle =
1572 loaded_image->DeviceHandle = hd->pd_handle;
1581 loaded_image->DeviceHandle =
1594 free(loaded_image->LoadOptions);
1595 loaded_image
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1752 lldb_private::FileSpec *loaded_image) {

Completed in 111 milliseconds