Go to the first, previous, next, last section, table of contents.


Function Flags

FF_STK_INVALID
set by Stack Analysis. FUN behaves really bad stackwise.
FF_STK_ARG
set by Stack Analysis. FUN has stack arguments.
FF_STK_ALIAS
set by Stack Analysis. FUN has stack aliases
FF_STK_BAD_ALIAS
set by Stack Analysis. FUN has bad stack aliases
FF_SETJMP
set by SpecialSetJmpLongJmp. FUN is a setjmp style FUN.
FF_LONGJMP
set by SpecialSetJmpLongJmp. FUN is a longjmp style FUN.
FF_PSEUDO
FUN is not a real FUN.


Go to the first, previous, next, last section, table of contents.