HomeSort by relevance Sort by last modified time
    Searched refs:load_ELF (Results 1 - 3 of 3) 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 );
main.c 55 { VG_(match_ELF), VG_(load_ELF) },
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)

Completed in 66 milliseconds