Searched refs:byref (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/scripts/gcc-plugins/ |
H A D | structleak_plugin.c | 51 static int byref; variable 151 (byref && TREE_ADDRESSABLE(var)) ? "byref" in initialize() 191 if (byref != BYREF_ALL && TREE_CODE(type) != RECORD_TYPE && TREE_CODE(type) != UNION_TYPE) in structleak_execute() 196 (byref && TREE_ADDRESSABLE(var))) in structleak_execute() 239 byref = BYREF_STRUCT; in plugin_init() 243 byref = BYREF_ALL; in plugin_init()
|
/openbmc/linux/scripts/ |
H A D | Makefile.gcc-plugins | 15 += -fplugin-arg-structleak_plugin-byref 17 += -fplugin-arg-structleak_plugin-byref-all
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | acl.py | 68 ret = libacl.acl_get_entry(acl, entry_id, ctypes.byref(entry)) 84 ret = libacl.acl_get_tag_type(entry_d, ctypes.byref(tag)) 108 ret = libacl.acl_get_permset(entry_d, ctypes.byref(permset))
|
H A D | utils.py | 1626 from ctypes import cdll, byref, create_string_buffer 1631 libc.prctl(15, byref(buf), 0, 0, 0)
|
/openbmc/linux/tools/crypto/ccp/ |
H A D | dbc.py | 37 ret = lib.get_nonce(device.fileno(), ctypes.byref(buf), signature)
|