Searched refs:elf_load_start (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/launchpad/
H A Delf.h16 zx_status_t elf_load_start(zx_handle_t vmo, const void* buf, size_t buf_sz,
19 // Clean up and free the data structure created by elf_load_start.
H A Delf.c22 zx_status_t elf_load_start(zx_handle_t vmo, const void* hdr_buf, size_t buf_sz, function
H A Dlaunchpad.c370 if ((status = elf_load_start(vmo, NULL, 0, &elf)))
371 lp_error(lp, status, "elf_load: elf_load_start() failed");
399 if ((status = elf_load_start(vmo, NULL, 0, &elf)))
400 lp_error(lp, status, "elf_load_extra: elf_load_start() failed");
541 status = elf_load_start(interp_vmo, NULL, 0, &elf);
569 if ((status = elf_load_start(vmo, hdr_buf, buf_sz, &elf)) != ZX_OK) {
570 lp_error(lp, status, "elf_load: elf_load_start() failed");

Completed in 29 milliseconds