OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elff_init
(Results
1 - 6
of
6
) sorted by null
/external/qemu/elff/
elff_api.h
120
ELFF_HANDLE
elff_init
(const char* elf_file_path);
122
/* Closes a handle obtained after successful call to
elff_init
routine.
125
* a successful call to
elff_init
routine.
130
* handle - A handle obtained from successful call to
elff_init
().
140
* handle - A handle obtained from successful call to
elff_init
().
162
* handle - A handle obtained from successful call to
elff_init
().
elff_api.cc
27
elff_init
(const char* elf_file_path)
function
/ndk/sources/host-tools/ndk-stack/elff/
elff_api.h
120
ELFF_HANDLE
elff_init
(const char* elf_file_path);
122
/* Closes a handle obtained after successful call to
elff_init
routine.
125
* a successful call to
elff_init
routine.
130
* handle - A handle obtained from successful call to
elff_init
().
140
* handle - A handle obtained from successful call to
elff_init
().
162
* handle - A handle obtained from successful call to
elff_init
().
elff_api.cc
27
elff_init
(const char* elf_file_path)
function
/external/qemu/memcheck/
memcheck_util.c
242
handle =
elff_init
(sym_path);
/ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c
330
elff_handle =
elff_init
(sym_file);
Completed in 92 milliseconds