===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pcsxr-1.9.94/strip_fPIC.sh-3-# libtool assumes that the compiler can handle the -fPIC flag
pcsxr-1.9.94/strip_fPIC.sh:4:# This isn't always true (for example, nasm can't handle it)
pcsxr-1.9.94/strip_fPIC.sh-5-command=""
##############################################
pcsxr-1.9.94/libpcsxcore/ix86_64/ix86_cpudetect.c-61-#else // __x86_64__
pcsxr-1.9.94/libpcsxcore/ix86_64/ix86_cpudetect.c:62:   __asm 
pcsxr-1.9.94/libpcsxcore/ix86_64/ix86_cpudetect.c-63-   {
##############################################
pcsxr-1.9.94/libpcsxcore/ix86_64/ix86_cpudetect.c-82-
pcsxr-1.9.94/libpcsxcore/ix86_64/ix86_cpudetect.c:83:   __asm 
pcsxr-1.9.94/libpcsxcore/ix86_64/ix86_cpudetect.c-84-   {
##############################################
pcsxr-1.9.94/libpcsxcore/ix86_64/ix86_cpudetect.c-136-
pcsxr-1.9.94/libpcsxcore/ix86_64/ix86_cpudetect.c:137:   __asm rdtsc;
pcsxr-1.9.94/libpcsxcore/ix86_64/ix86_cpudetect.c-138-
##############################################
pcsxr-1.9.94/libpcsxcore/ix86_64/ix86-64.h-211-#define	UPTR32(addr)		((addr) < 0x100000000L)
pcsxr-1.9.94/libpcsxcore/ix86_64/ix86-64.h:212:#define MEMADDR(addr, oplen)	({ sptr _a = MEMADDR_(addr, oplen); assert(SPTR32(_a)); _a; })
pcsxr-1.9.94/libpcsxcore/ix86_64/ix86-64.h-213-#else
##############################################
pcsxr-1.9.94/libpcsxcore/ix86_64/ix86-64.h-216-#define UPTR32(a) 1
pcsxr-1.9.94/libpcsxcore/ix86_64/ix86-64.h:217:#define MEMADDR(addr, oplen)	(addr)
pcsxr-1.9.94/libpcsxcore/ix86_64/ix86-64.h-218-#endif
##############################################
pcsxr-1.9.94/libpcsxcore/ix86_64/iR3000A-64.c-419-	fclose(f);
pcsxr-1.9.94/libpcsxcore/ix86_64/iR3000A-64.c:420:	//system("ndisasm -b64 dump1");
pcsxr-1.9.94/libpcsxcore/ix86_64/iR3000A-64.c-421-#endif
##############################################
pcsxr-1.9.94/libpcsxcore/ppc/pasm.s-12-
pcsxr-1.9.94/libpcsxcore/ppc/pasm.s:13:/*asm void recRun(register void (*func)(), register u32 hw1, register u32 hw2)*/
pcsxr-1.9.94/libpcsxcore/ppc/pasm.s-14-        .text
##############################################
pcsxr-1.9.94/libpcsxcore/ppc/pasm.s-30-}
pcsxr-1.9.94/libpcsxcore/ppc/pasm.s:31:asm void returnPC()
pcsxr-1.9.94/libpcsxcore/ppc/pasm.s-32-{*/
##############################################
pcsxr-1.9.94/win32/zlib/deflate.c-84-#ifdef ASMV
pcsxr-1.9.94/win32/zlib/deflate.c:85:      void match_init OF((void)); /* asm code initialization */
pcsxr-1.9.94/win32/zlib/deflate.c-86-      uInt longest_match  OF((deflate_state *s, IPos cur_match));
##############################################
pcsxr-1.9.94/win32/zlib/deflate.c-707-#ifdef ASMV
pcsxr-1.9.94/win32/zlib/deflate.c:708:    match_init(); /* initialize the asm code */
pcsxr-1.9.94/win32/zlib/deflate.c-709-#endif
##############################################
pcsxr-1.9.94/win32/zlib/deflate.c-721-#ifndef ASMV
pcsxr-1.9.94/win32/zlib/deflate.c:722:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or
pcsxr-1.9.94/win32/zlib/deflate.c-723- * match.S. The code will be functionally equivalent.
##############################################
pcsxr-1.9.94/win32/zlib/crc32.c-124-/* =========================================================================
pcsxr-1.9.94/win32/zlib/crc32.c:125: * This function can be used by asm versions of crc32()
pcsxr-1.9.94/win32/zlib/crc32.c-126- */
##############################################
pcsxr-1.9.94/win32/plugins/dfsound/winsrc/psemu.c-58-
pcsxr-1.9.94/win32/plugins/dfsound/winsrc/psemu.c:59:void CALLBACK SPUsetAddr(unsigned char ch, unsigned short waddr)
pcsxr-1.9.94/win32/plugins/dfsound/winsrc/psemu.c-60-{
##############################################
pcsxr-1.9.94/plugins/peopsxgl/texture.c-211-////////////////////////////////////////////////////////////////////////
pcsxr-1.9.94/plugins/peopsxgl/texture.c:212:// Texture color conversions... all my ASM funcs are removed for easier
pcsxr-1.9.94/plugins/peopsxgl/texture.c-213-// porting... and honestly: nowadays the speed gain would be pointless 
##############################################
pcsxr-1.9.94/plugins/dfnet/dfnet.c-155-		address.sin_port = htons(conf.PortNum);
pcsxr-1.9.94/plugins/dfnet/dfnet.c:156:		address.sin_addr.s_addr = inet_addr(conf.ipAddress);
pcsxr-1.9.94/plugins/dfnet/dfnet.c-157-
##############################################
pcsxr-1.9.94/plugins/dfxvideo/prim.c-46-////////////////////////////////////////////////////////////////////////
pcsxr-1.9.94/plugins/dfxvideo/prim.c:47:// Some ASM color convertion by LEWPY
pcsxr-1.9.94/plugins/dfxvideo/prim.c-48-////////////////////////////////////////////////////////////////////////
##############################################
pcsxr-1.9.94/plugins/dfxvideo/soft.c-1204-
pcsxr-1.9.94/plugins/dfxvideo/soft.c:1205:// NASM version (external):
pcsxr-1.9.94/plugins/dfxvideo/soft.c-1206-#define shl10idiv i386_shl10idiv
##############################################
pcsxr-1.9.94/plugins/dfxvideo/i386.asm:1:; i386.asm  -  description
pcsxr-1.9.94/plugins/dfxvideo/i386.asm-2-; -------------------
##############################################
pcsxr-1.9.94/plugins/dfxvideo/i386.asm-6-
pcsxr-1.9.94/plugins/dfxvideo/i386.asm:7:; ported from inline gcc to nasm by linuzappz
pcsxr-1.9.94/plugins/dfxvideo/i386.asm-8-
##############################################
pcsxr-1.9.94/plugins/dfxvideo/Makefile.am-21-if X86_NASM
pcsxr-1.9.94/plugins/dfxvideo/Makefile.am:22:libDFXVideo_la_SOURCES += i386.asm macros.inc
pcsxr-1.9.94/plugins/dfxvideo/Makefile.am-23-AM_CPPFLAGS += -DUSE_NASM=1
##############################################
pcsxr-1.9.94/po/Makefile.in.in-58-
pcsxr-1.9.94/po/Makefile.in.in:59:USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi)
pcsxr-1.9.94/po/Makefile.in.in-60-
##############################################
pcsxr-1.9.94/po/Makefile.in.in-83-.po.gmo:
pcsxr-1.9.94/po/Makefile.in.in:84:	file=`echo $* | sed 's,.*/,,'`.gmo \
pcsxr-1.9.94/po/Makefile.in.in-85-	  && rm -f $$file && $(GMSGFMT) -o $$file $<
##############################################
pcsxr-1.9.94/po/Makefile.in.in-181-	  echo "$$lang:"; \
pcsxr-1.9.94/po/Makefile.in.in:182:	  result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
pcsxr-1.9.94/po/Makefile.in.in-183-	  if $$result; then \
##############################################
pcsxr-1.9.94/macosx/version.sh-3-VER=`svnversion -n ../`
pcsxr-1.9.94/macosx/version.sh:4:#VER=`expr ${VER} + 0`
pcsxr-1.9.94/macosx/version.sh-5-echo $VER
##############################################
pcsxr-1.9.94/INSTALL-173-directory configuration variables that were expressed in terms of
pcsxr-1.9.94/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
pcsxr-1.9.94/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
pcsxr-1.9.94/debian/control-15- libxxf86vm-dev,
pcsxr-1.9.94/debian/control:16: nasm [i386],
pcsxr-1.9.94/debian/control-17- zlib1g-dev
##############################################
pcsxr-1.9.94/debian/patches/01_fix-i386-exec-stack.patch-1-Description: Fix executable stack on i386
pcsxr-1.9.94/debian/patches/01_fix-i386-exec-stack.patch:2: Fix is needed only for nasm >= 2.09, not tested on older versions.
pcsxr-1.9.94/debian/patches/01_fix-i386-exec-stack.patch-3-Author: Andrey Rahmatullin <wrar@wrar.name>
##############################################
pcsxr-1.9.94/.pc/01_fix-i386-exec-stack.patch/plugins/dfxvideo/Makefile.am-21-if X86_NASM
pcsxr-1.9.94/.pc/01_fix-i386-exec-stack.patch/plugins/dfxvideo/Makefile.am:22:libDFXVideo_la_SOURCES += i386.asm macros.inc
pcsxr-1.9.94/.pc/01_fix-i386-exec-stack.patch/plugins/dfxvideo/Makefile.am-23-AM_CPPFLAGS += -DUSE_NASM=1
##############################################
pcsxr-1.9.94/.pc/01_fix-i386-exec-stack.patch/plugins/dfxvideo/i386.asm:1:; i386.asm  -  description
pcsxr-1.9.94/.pc/01_fix-i386-exec-stack.patch/plugins/dfxvideo/i386.asm-2-; -------------------
##############################################
pcsxr-1.9.94/.pc/01_fix-i386-exec-stack.patch/plugins/dfxvideo/i386.asm-6-
pcsxr-1.9.94/.pc/01_fix-i386-exec-stack.patch/plugins/dfxvideo/i386.asm:7:; ported from inline gcc to nasm by linuzappz
pcsxr-1.9.94/.pc/01_fix-i386-exec-stack.patch/plugins/dfxvideo/i386.asm-8-
##############################################
pcsxr-1.9.94/.pc/03_fix-plugin-dir.patch/plugins/dfxvideo/Makefile.am-21-if X86_NASM
pcsxr-1.9.94/.pc/03_fix-plugin-dir.patch/plugins/dfxvideo/Makefile.am:22:libDFXVideo_la_SOURCES += i386.asm macros.inc
pcsxr-1.9.94/.pc/03_fix-plugin-dir.patch/plugins/dfxvideo/Makefile.am-23-AM_CPPFLAGS += -DUSE_NASM=1