OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_macho_object_file
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/m_debuginfo/
priv_readmacho.h
37
extern Bool ML_(
is_macho_object_file
)( const void* buf, SizeT size );
readmacho.c
106
Bool ML_(
is_macho_object_file
)( const void* buf, SizeT szB )
function
[
all
...]
debuginfo.c
883
if (!ML_(
is_macho_object_file
)( buf1k, (SizeT)sr_Res(preadres) ))
[
all
...]
/external/valgrind/main/coregrind/
fixup_macho_loadcmds.c
157
Bool
is_macho_object_file
( const void* buf, SizeT szB )
function
Completed in 46 milliseconds