OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_elf_object_file
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/coregrind/m_debuginfo/
priv_readelf.h
43
extern Bool ML_(
is_elf_object_file
)( void* image, SizeT n_image, Bool rel_ok );
readelf.c
114
Bool ML_(
is_elf_object_file
)( void* image, SizeT n_image, Bool rel_ok )
function
913
ML_(
is_elf_object_file
)(ehdr, n_image, rel_ok)) {
[
all
...]
debuginfo.c
880
if (!ML_(
is_elf_object_file
)( buf1k, (SizeT)sr_Res(preadres), False ))
[
all
...]
Completed in 1339 milliseconds