HomeSort by relevance Sort by last modified time
    Searched full:n_image (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 );
readxcoff.c 2151 Word n_image = 0; local
    [all...]
readelf.c 114 Bool ML_(is_elf_object_file)( void* image, SizeT n_image )
119 if (n_image < sizeof(ElfXX_Ehdr))
865 Char *find_buildid(Addr image, UWord n_image)
871 if (n_image >= sizeof(ElfXX_Ehdr) &&
872 ML_(is_elf_object_file)(ehdr, n_image)) {
    [all...]

Completed in 44 milliseconds