Home
last modified time | relevance | path

Searched refs:FORTIFY_REASON_FUNC (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/lib/
Dstring_helpers.c1027 const u8 func = FORTIFY_REASON_FUNC(reason); in __fortify_report()
/linux-6.12.1/include/linux/
Dfortify-string.h14 #define FORTIFY_REASON_FUNC(r) FIELD_GET(GENMASK(7, 1), r) macro