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

/fuchsia/zircon/system/ulib/launchpad/
H A Delf.h35 zx_status_t elf_load_finish(zx_handle_t vmar, elf_load_info_t* info,
H A Delf.c64 zx_status_t elf_load_finish(zx_handle_t vmar, elf_load_info_t* info, function
H A Dlaunchpad.c373 if ((status = elf_load_finish(lp_vmar(lp), elf, vmo,
375 lp_error(lp, status, "elf_load: elf_load_finish() failed");
401 if ((status = elf_load_finish(lp_vmar(lp), elf, vmo, NULL, base, entry)))
402 lp_error(lp, status, "elf_load_extra: elf_load_finish() failed");
543 status = elf_load_finish(lp_vmar(lp), elf, interp_vmo,
580 status = elf_load_finish(lp_vmar(lp), elf, vmo, &segments_vmar,
583 lp_error(lp, status, "elf_load: elf_load_finish() failed");

Completed in 77 milliseconds