HomeSort by relevance Sort by last modified time
    Searched full:load_elf (Results 1 - 8 of 8) sorted by null

  /external/valgrind/main/coregrind/m_ume/
priv_ume.h 39 extern Int VG_(load_ELF) ( Int fd, const HChar *name, ExeInfo *info );
elf.c 257 /* load_ELF pulls an ELF executable into the address space, prepares
283 the data segment just after the executable. Neither load_ELF nor
285 load_ELF to attend to.
300 Int VG_(load_ELF)(Int fd, const HChar* name, /*MOD*/ExeInfo* info)
main.c 56 { VG_(match_ELF), VG_(load_ELF) },
  /external/qemu/hw/
arm_boot.c 214 kernel_size = load_elf(info->kernel_filename, 0, &elf_entry, NULL, NULL);
armv7m.c 211 image_size = load_elf(kernel_filename, 0, &entry, &lowaddr, NULL);
  /external/qemu/
sysemu.h 229 int load_elf(const char *filename, int64_t address_offset,
elf_ops.h 180 static int glue(load_elf, SZ)(int fd, int64_t address_offset,
loader.c 307 int load_elf(const char *filename, int64_t address_offset, function

Completed in 104 milliseconds