=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== insserv-1.21.0/listing.h-47-# ifndef asm insserv-1.21.0/listing.h:48:# define asm __asm__ insserv-1.21.0/listing.h-49-# endif ############################################## insserv-1.21.0/listing.h-72-#if defined(__x86_64__) insserv-1.21.0/listing.h:73: asm volatile ("prefetcht0 %0" :: "m" (*(unsigned long *)x)) insserv-1.21.0/listing.h-74-#elif defined(__ia64__) insserv-1.21.0/listing.h:75: asm volatile ("lfetch [%0]" :: "r" (x)) insserv-1.21.0/listing.h-76-#elif defined(__powerpc64__) insserv-1.21.0/listing.h:77: asm volatile ("dcbt 0,%0" :: "r" (x)) insserv-1.21.0/listing.h-78-#elif 1 && defined(__i386__) insserv-1.21.0/listing.h:79: asm volatile ("661:\n\t" insserv-1.21.0/listing.h-80- ".byte 0x8d,0x74,0x26,0x00\n"