Home
last modified time | relevance | path

Searched hist:"06 ef48781d03ee11d2d6cef420fd48fc3107d416" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/cddl/dev/fbt/arm/
H A Dfbt_isa.cdiff 06ef48781d03ee11d2d6cef420fd48fc3107d416 Wed Dec 23 18:54:19 CET 2015 Andrew Turner <andrew@FreeBSD.org> Be stricter on which functions we can probe with FBT. We now only check the
first instruction to see if it's either a pushm with lr, or a sub with sp.
The former is the common case, with the latter used with va_args.

This removes 12 probes. These are all hand-written assembly, with a few C
functions with no stack usage.

Submitted by: Howard Su <howard0su@gmail.com>
Differential Revision: https://reviews.freebsd.org/D4419