Searched refs:elf_load_start (Results 1 – 3 of 3) sorted by relevance
| /system/ulib/launchpad/ |
| A D | elf.h | 16 zx_status_t elf_load_start(zx_handle_t vmo, const void* buf, size_t buf_sz,
|
| A D | elf.c | 22 zx_status_t elf_load_start(zx_handle_t vmo, const void* hdr_buf, size_t buf_sz, in elf_load_start() function
|
| A D | launchpad.c | 370 if ((status = elf_load_start(vmo, NULL, 0, &elf))) in launchpad_elf_load_basic() 399 if ((status = elf_load_start(vmo, NULL, 0, &elf))) in launchpad_elf_load_extra() 541 status = elf_load_start(interp_vmo, NULL, 0, &elf); in handle_interp() 569 if ((status = elf_load_start(vmo, hdr_buf, buf_sz, &elf)) != ZX_OK) { in launchpad_elf_load_body()
|
Completed in 5 milliseconds