Searched refs:elf_load_image (Results 1 – 1 of 1) sorted by relevance
/xen/xen/common/libelf/ |
A D | libelf-loader.c | 134 static elf_errorstatus elf_load_image(struct elf_binary *elf, in elf_load_image() function 170 static elf_errorstatus elf_load_image(struct elf_binary *elf, elf_ptrval dst, elf_ptrval src, uint6… in elf_load_image() function 379 rc = elf_load_image(elf, symtab_base, in elf_load_bsdsyms() 413 rc = elf_load_image(elf, strtab_base, in elf_load_bsdsyms() 432 rc = elf_load_image(elf, header_base, ELF_REALPTR2PTRVAL(&header), in elf_load_bsdsyms() 448 rc = elf_load_image(elf, header_base + header_size + shdr_size * i, in elf_load_bsdsyms() 541 if ( elf_load_image(elf, dest, ELF_IMAGE_BASE(elf) + offset, filesz, memsz) != 0 ) in elf_load_binary()
|
Completed in 3 milliseconds