OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
256
/*
load_ELF
pulls an ELF executable into the address space, prepares
282
the data segment just after the executable. Neither
load_ELF
nor
284
load_ELF
to attend to.
299
Int VG_(
load_ELF
)(Int fd, const HChar* name, /*MOD*/ExeInfo* info)
Completed in 604 milliseconds