Lines Matching refs:BOOL
44 WEAK BOOL OsStackDataIsCodeAddr(UINTPTR value) in OsStackDataIsCodeAddr()
64 STATIC INLINE BOOL OsInsIsBlOrBlx(UINTPTR addr) in OsInsIsBlOrBlx()
125 BOOL ret; in OsAddrIsValid()
164 WEAK BOOL IsValidFP(UINTPTR fp) in IsValidFP()
246 STATIC INLINE BOOL OsInsIsJump(UINTPTR addr) in OsInsIsJump()
332 BOOL ret; in OsAddrIsValid()
369 BOOL IsValidSP(UINTPTR regSP, UINTPTR start, UINTPTR end) in IsValidSP()
375 BOOL IsValidRa(UINTPTR regRA) in IsValidRa()
383 BOOL FindSuitableStack(UINTPTR regSP, UINTPTR *start, UINTPTR *end) in FindSuitableStack()
387 BOOL found = FALSE; in FindSuitableStack()
492 BOOL IsValidSP(UINTPTR regSP, UINTPTR start, UINTPTR end) in IsValidSP()
497 BOOL FindSuitableStack(UINTPTR regSP, UINTPTR *start, UINTPTR *end) in FindSuitableStack()
501 BOOL found = FALSE; in FindSuitableStack()
589 STATIC INLINE BOOL IsAligned(UINT32 val, UINT32 align) in IsAligned()
601 STATIC INLINE BOOL IsArmValidLr(UINTPTR lr) in IsArmValidLr()
606 STATIC INLINE BOOL IsThumbValidLr(UINTPTR lr) in IsThumbValidLr()