Searched refs:loaded (Results 1 - 10 of 10) sorted by relevance

/fuchsia/zircon/bootloader/src/
H A Dfileio.c7 #include <efi/protocol/loaded-image.h>
14 efi_loaded_image_protocol* loaded; local
21 r = xefi_open_protocol(img, &LoadedImageProtocol, (void**)&loaded);
25 printf("Img DeviceHandle='%ls'\n", xefi_handle_to_str(loaded->DeviceHandle));
26 printf("Img FilePath='%ls'\n", xefi_devpath_to_str(loaded->FilePath));
27 printf("Img Base=%p Size=%lx\n", loaded->ImageBase, loaded->ImageSize);
30 r = xefi_open_protocol(loaded->DeviceHandle, &SimpleFileSystemProtocol, (void**)&sfs);
64 xefi_close_protocol(loaded->DeviceHandle, &SimpleFileSystemProtocol);
H A Ddiskio.c10 #include <efi/protocol/loaded-image.h>
/fuchsia/zircon/bootloader/lib/
H A Dloadfile.c5 #include <efi/protocol/loaded-image.h>
18 efi_loaded_image_protocol* loaded; local
22 r = xefi_open_protocol(gImg, &LoadedImageProtocol, (void**)&loaded);
29 printf("Img DeviceHandle='%s'\n", HandleToString(loaded->DeviceHandle));
30 printf("Img FilePath='%s'\n", DevicePathToStr(loaded->FilePath));
31 printf("Img Base=%lx Size=%lx\n", loaded->ImageBase, loaded->ImageSize);
35 r = xefi_open_protocol(loaded->DeviceHandle, &SimpleFileSystemProtocol, (void**)&sfs);
57 xefi_close_protocol(loaded->DeviceHandle, &SimpleFileSystemProtocol);
/fuchsia/zircon/bootloader/lib/efi/
H A Dguids.c12 #include <efi/protocol/loaded-image.h>
/fuchsia/zircon/kernel/target/pc/multiboot/
H A Drules.mk64 # We could make a Multiboot image meant to be loaded without ELF headers
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Ddmextern.c1202 loaded into a global namespace for the disassembler to use in order to
1266 the owning SSDT has been loaded via the -e option.
1292 " * specify the filenames. Note: SSDTs can be dynamically loaded at\n"
1322 " * unresolved methods. Note: SSDTs can be dynamically loaded at\n"
1354 "specify the filenames. Note: SSDTs can be dynamically loaded at\n"
1379 "unresolved methods. Note: SSDTs can be dynamically loaded at\n"
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c145 // E.g., the list of loaded shared libraries is obtained from here.
881 // been loaded. It's also policy in Fuchsia that all executables are
1302 struct dso** loaded) {
1308 *loaded = NULL;
1323 *loaded = p;
1328 // If this was loaded by VMO rather than by name, we have to synthesize
1366 * the newly-loaded DSO. */
1399 *loaded = p;
1405 struct dso** loaded) {
1409 *loaded
1298 load_library_vmo(zx_handle_t vmo, const char* name, int rtld_mode, struct dso* needed_by, struct dso** loaded) argument
1403 load_library(const char* name, int rtld_mode, struct dso* needed_by, struct dso** loaded) argument
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/asm/
H A Dghashv8-armx.pl207 @ loaded value would have
219 @ loaded twice, but last
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Daesv8-armx.pl568 // are loaded with last "words"
/fuchsia/zircon/make/
H A Dengine.mk239 # The unwind information is part of the loaded binary. It's not that much space

Completed in 61 milliseconds