===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sunxi-tools-1.4.2+git20181114.6d598a/Makefile-118-LIBUSB = libusb-1.0
sunxi-tools-1.4.2+git20181114.6d598a/Makefile:119:LIBUSB_CFLAGS ?= `pkg-config --cflags $(LIBUSB)`
sunxi-tools-1.4.2+git20181114.6d598a/Makefile:120:LIBUSB_LIBS ?= `pkg-config --libs $(LIBUSB)`
sunxi-tools-1.4.2+git20181114.6d598a/Makefile-121-
sunxi-tools-1.4.2+git20181114.6d598a/Makefile-122-ZLIB = zlib
sunxi-tools-1.4.2+git20181114.6d598a/Makefile:123:ZLIB_CFLAGS ?= `pkg-config --cflags $(ZLIB)`
sunxi-tools-1.4.2+git20181114.6d598a/Makefile:124:ZLIB_LIBS ?= `pkg-config --libs $(ZLIB)`
sunxi-tools-1.4.2+git20181114.6d598a/Makefile-125-
##############################################
sunxi-tools-1.4.2+git20181114.6d598a/adb-devprobe.sh-32-    printf "%x %s " $((addr + i)) $module
sunxi-tools-1.4.2+git20181114.6d598a/adb-devprobe.sh:33:    adb shell "echo `printf %x $((addr + i))` > /sys/devices/virtual/misc/sunxi-reg/rw/address; cat /sys/devices/virtual/misc/sunxi-reg/rw/value"
sunxi-tools-1.4.2+git20181114.6d598a/adb-devprobe.sh-34-    echo
##############################################
sunxi-tools-1.4.2+git20181114.6d598a/adb-devprobe.sh-45-  for ((i = 0; i <0x100; i+=2)) {
sunxi-tools-1.4.2+git20181114.6d598a/adb-devprobe.sh:46:    adb shell "echo `printf 0x%x $i` > /sys/bus/i2c/devices/0-0034/axp20_reg; cat /sys/bus/i2c/devices/0-0034/axp20_regs"
sunxi-tools-1.4.2+git20181114.6d598a/adb-devprobe.sh-47-  }
##############################################
sunxi-tools-1.4.2+git20181114.6d598a/fel-remotefunc-spi-data-transfer.c-79-	/* Temporarily disable IRQ & FIQ */
sunxi-tools-1.4.2+git20181114.6d598a/fel-remotefunc-spi-data-transfer.c:80:	asm volatile("mrs %0, cpsr" : "=r" (cpsr));
sunxi-tools-1.4.2+git20181114.6d598a/fel-remotefunc-spi-data-transfer.c:81:	asm volatile("msr cpsr_c, %0" :: "r" (cpsr | 0xC0));
sunxi-tools-1.4.2+git20181114.6d598a/fel-remotefunc-spi-data-transfer.c-82-
##############################################
sunxi-tools-1.4.2+git20181114.6d598a/fel-remotefunc-spi-data-transfer.c-134-	/* Restore CPSR */
sunxi-tools-1.4.2+git20181114.6d598a/fel-remotefunc-spi-data-transfer.c:135:	asm volatile("msr cpsr_c, %0" :: "r" (cpsr));
sunxi-tools-1.4.2+git20181114.6d598a/fel-remotefunc-spi-data-transfer.c-136-}
##############################################
sunxi-tools-1.4.2+git20181114.6d598a/tests/test_fex2bin_corner_cases.sh-7-function expect () {
sunxi-tools-1.4.2+git20181114.6d598a/tests/test_fex2bin_corner_cases.sh:8:	OUT=`${FEX2BIN} 2>&1`
sunxi-tools-1.4.2+git20181114.6d598a/tests/test_fex2bin_corner_cases.sh-9-	if (! echo ${OUT} | grep -q "$1"); then
##############################################
sunxi-tools-1.4.2+git20181114.6d598a/thunks/fel-to-spl-thunk.S-50-
sunxi-tools-1.4.2+git20181114.6d598a/thunks/fel-to-spl-thunk.S:51:system("#{toolchain}as -o #{$PROGRAM_NAME}.o #{$PROGRAM_NAME}")
sunxi-tools-1.4.2+git20181114.6d598a/thunks/fel-to-spl-thunk.S-52-exit($?.to_i) if $?.to_i != 0
sunxi-tools-1.4.2+git20181114.6d598a/thunks/fel-to-spl-thunk.S-53-
sunxi-tools-1.4.2+git20181114.6d598a/thunks/fel-to-spl-thunk.S:54:`#{toolchain}objdump -d #{$PROGRAM_NAME}.o`.each_line {|l|
sunxi-tools-1.4.2+git20181114.6d598a/thunks/fel-to-spl-thunk.S-55-    next unless l =~ /(\h+)\:\s+(\h+)\s+(\S+)\s+([^;]*)/
##############################################
sunxi-tools-1.4.2+git20181114.6d598a/uart0-helloworld-sdboot.c-275-	u32 midr;
sunxi-tools-1.4.2+git20181114.6d598a/uart0-helloworld-sdboot.c:276:	asm volatile("mrc p15, 0, %0, c0, c0, 0" : "=r" (midr));
sunxi-tools-1.4.2+git20181114.6d598a/uart0-helloworld-sdboot.c-277-
##############################################
sunxi-tools-1.4.2+git20181114.6d598a/uart0-helloworld-sdboot.c-501-{
sunxi-tools-1.4.2+git20181114.6d598a/uart0-helloworld-sdboot.c:502:	asm volatile("b     main             \n"
sunxi-tools-1.4.2+git20181114.6d598a/uart0-helloworld-sdboot.c-503-		     ".long 0xffffffff       \n"