=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== gnu-efi-3.0.9/Makefile-101-ifeq ($(GCC_VERSION),2) gnu-efi-3.0.9/Makefile:102: @echo "you need to use a version of gcc >= 3.0, you are using `$(CC) --version`" gnu-efi-3.0.9/Makefile-103- @exit 1 ############################################## gnu-efi-3.0.9/apps/AllocPages.c-94-#define MAX_NUM_PAGES 0x000000000F000000 gnu-efi-3.0.9/apps/AllocPages.c:95:#define MAX_ADDR ((1ULL << 46) - 1) gnu-efi-3.0.9/apps/AllocPages.c-96- ############################################## gnu-efi-3.0.9/apps/FreePages.c-70- gnu-efi-3.0.9/apps/FreePages.c:71:#define MAX_ADDR ((1ULL << 46) - 1) gnu-efi-3.0.9/apps/FreePages.c-72- ############################################## gnu-efi-3.0.9/inc/ia32/efibind.h-114- #ifdef EFI_DEBUG gnu-efi-3.0.9/inc/ia32/efibind.h:115:#define POST_CODE(_Data) __asm mov eax,(_Data) __asm out 0x80,al gnu-efi-3.0.9/inc/ia32/efibind.h-116- #else ############################################## gnu-efi-3.0.9/inc/ia32/efibind.h-129-#ifdef EFI_NT_EMULATOR gnu-efi-3.0.9/inc/ia32/efibind.h:130: #define BREAKPOINT() __asm { int 3 } gnu-efi-3.0.9/inc/ia32/efibind.h-131-#else ############################################## gnu-efi-3.0.9/inc/mips64el/efibind.h-156-{ gnu-efi-3.0.9/inc/mips64el/efibind.h:157: asm volatile ( gnu-efi-3.0.9/inc/mips64el/efibind.h-158- "dsbh %[v], %[v] \n\t" ############################################## gnu-efi-3.0.9/inc/x86_64/efibind.h-123- #ifdef EFI_DEBUG gnu-efi-3.0.9/inc/x86_64/efibind.h:124:#define POST_CODE(_Data) __asm mov eax,(_Data) __asm out 0x80,al gnu-efi-3.0.9/inc/x86_64/efibind.h-125- #else ############################################## gnu-efi-3.0.9/inc/x86_64/efibind.h-138-#ifdef EFI_NT_EMULATOR gnu-efi-3.0.9/inc/x86_64/efibind.h:139: #define BREAKPOINT() __asm { int 3 } gnu-efi-3.0.9/inc/x86_64/efibind.h-140-#else ############################################## gnu-efi-3.0.9/lib/dpath.c-692-static VOID gnu-efi-3.0.9/lib/dpath.c:693:_DevPathMacAddr ( gnu-efi-3.0.9/lib/dpath.c-694- IN OUT POOL_PRINT *Str, ############################################## gnu-efi-3.0.9/lib/ia32/math.c-48- UINT64 Result; gnu-efi-3.0.9/lib/ia32/math.c:49: _asm { gnu-efi-3.0.9/lib/ia32/math.c-50- mov eax, dword ptr Operand[0] ############################################## gnu-efi-3.0.9/lib/ia32/math.c-83- UINT64 Result; gnu-efi-3.0.9/lib/ia32/math.c:84: _asm { gnu-efi-3.0.9/lib/ia32/math.c-85- mov eax, dword ptr Operand[0] ############################################## gnu-efi-3.0.9/lib/ia32/math.c-119- UINT64 Result; gnu-efi-3.0.9/lib/ia32/math.c:120: _asm { gnu-efi-3.0.9/lib/ia32/math.c-121- mov eax, dword ptr Multiplicand[0] ############################################## gnu-efi-3.0.9/lib/ia32/math.c-160-#if defined(__GNUC__) || defined(__MINGW32__) gnu-efi-3.0.9/lib/ia32/math.c:161: asm ( gnu-efi-3.0.9/lib/ia32/math.c-162- "shll $1, %0\n\t" ############################################## gnu-efi-3.0.9/lib/ia32/math.c-176-#else gnu-efi-3.0.9/lib/ia32/math.c:177: _asm { gnu-efi-3.0.9/lib/ia32/math.c-178- shl dword ptr Dividend[0], 1 ; shift rem:dividend left one ############################################## gnu-efi-3.0.9/lib/x86_64/math.c-48- UINT64 Result; gnu-efi-3.0.9/lib/x86_64/math.c:49: _asm { gnu-efi-3.0.9/lib/x86_64/math.c-50- mov eax, dword ptr Operand[0] ############################################## gnu-efi-3.0.9/lib/x86_64/math.c-83- UINT64 Result; gnu-efi-3.0.9/lib/x86_64/math.c:84: _asm { gnu-efi-3.0.9/lib/x86_64/math.c-85- mov eax, dword ptr Operand[0] ############################################## gnu-efi-3.0.9/lib/x86_64/math.c-119- UINT64 Result; gnu-efi-3.0.9/lib/x86_64/math.c:120: _asm { gnu-efi-3.0.9/lib/x86_64/math.c-121- mov eax, dword ptr Multiplicand[0] ############################################## gnu-efi-3.0.9/lib/x86_64/math.c-159- for (bit=0; bit < 64; bit++) { gnu-efi-3.0.9/lib/x86_64/math.c:160: _asm { gnu-efi-3.0.9/lib/x86_64/math.c-161- shl dword ptr Dividend[0], 1 ; shift rem:dividend left one