Home
last modified time | relevance | path

Searched refs:byref (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Dstructleak_plugin.c19 * -fplugin-arg-structleak_plugin-byref
20 * -fplugin-arg-structleak_plugin-byref-all
42 "byref\tinit structs passed by reference\n"
43 "byref-all\tinit anything passed by reference\n"
51 static int byref; variable
157 (byref && TREE_ADDRESSABLE(var)) ? "byref" in initialize()
197 /* only care about structure types unless byref-all */ in structleak_execute()
198 if (byref != BYREF_ALL && TREE_CODE(type) != RECORD_TYPE && TREE_CODE(type) != UNION_TYPE) in structleak_execute()
203 (byref in structleak_execute()
[all...]
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Dstructleak_plugin.c19 * -fplugin-arg-structleak_plugin-byref
20 * -fplugin-arg-structleak_plugin-byref-all
42 "byref\tinit structs passed by reference\n"
43 "byref-all\tinit anything passed by reference\n"
51 static int byref; variable
151 (byref && TREE_ADDRESSABLE(var)) ? "byref" in initialize()
190 /* only care about structure types unless byref-all */ in structleak_execute()
191 if (byref != BYREF_ALL && TREE_CODE(type) != RECORD_TYPE && TREE_CODE(type) != UNION_TYPE) in structleak_execute()
196 (byref in structleak_execute()
[all...]
/kernel/linux/linux-6.6/tools/crypto/ccp/
H A Ddbc.py37 ret = lib.get_nonce(device.fileno(), ctypes.byref(buf), signature)

Completed in 3 milliseconds