mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-10-23 07:34:24 +02:00
![]() This prevents Rust from generating Rust symbols that are just trivial wrappers around the underlying C symbols. $ nm vmlinux | grep ' _R.*security..binder' | rustfilt ffffffc0807829b0 T kernel::security::binder_transaction ffffffc080782ad0 T kernel::security::binder_transfer_file ffffffc080782920 T kernel::security::binder_set_context_mgr ffffffc080782a40 T kernel::security::binder_transfer_binder This is a follow-up to aosp/3477716. Bug: 403200195 Change-Id: I08e127243f7da354d09adb937b3f1d6ebeee751c Signed-off-by: Alice Ryhl <aliceryhl@google.com> |
||
---|---|---|
.. | ||
bindings | ||
helpers | ||
kernel | ||
macros | ||
uapi | ||
.gitignore | ||
bindgen_parameters | ||
build_error.rs | ||
compiler_builtins.rs | ||
exports.c | ||
Makefile |