HomeSort by relevance Sort by last modified time
    Searched refs:is_elf_object_file (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/m_debuginfo/
priv_readelf.h 46 extern Bool ML_(is_elf_object_file)( void* image, SizeT n_image, Bool rel_ok );
readelf.c 112 Bool ML_(is_elf_object_file)( void* image, SizeT n_image, Bool rel_ok ) function
152 return ML_(is_elf_object_file)( &ehdr, sizeof(ehdr), rel_ok );
    [all...]
debuginfo.c 893 if (!ML_(is_elf_object_file)( buf1k, (SizeT)sr_Res(preadres), False ))
    [all...]

Completed in 49 milliseconds