Home
last modified time | relevance | path

Searched refs:__hidden (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dusdt.bpf.h94 __weak __hidden
115 __weak __hidden
198 __weak __hidden
H A Dbpf_helpers.h61 #define __hidden __attribute__((visibility("hidden"))) macro
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Drbtree_btf_fail__wrong_node_type.c19 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
H A Dlinked_funcs2.c64 __hidden extern void set_output_ctx1(__u64 *ctx);
H A Dlinked_funcs1.c64 __hidden extern void set_output_ctx2(__u64 *ctx);
H A Drbtree_btf_fail__add_wrong_type.c33 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
H A Dlinked_list.h50 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
H A Dtest_skeleton.c60 __hidden int zero_key SEC(".data.non_mmapable");
H A Drefcounted_kptr_fail.c19 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
H A Dcpumask_common.h12 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
H A Drbtree.c20 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
H A Drbtree_fail.c15 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
H A Drefcounted_kptr.c40 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/
H A D0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch634 -__hidden off64_t msg_lseek(struct tracecmd_msg_handle *msg_handle, off64_t offset, int whence)
635 +__hidden off_t msg_lseek(struct tracecmd_msg_handle *msg_handle, off_t offset, int whence)
737 @@ -567,13 +567,13 @@ __hidden int out_update_section_header(struct tracecmd_output *handle, tsize_…
848 @@ -2067,7 +2067,7 @@ __hidden void *trace_get_options(struct tracecmd_output *handle, size_t *len)
884 @@ -2660,7 +2660,7 @@ __hidden int out_write_cpu_data(struct tracecmd_output *handle,
893 @@ -2668,7 +2668,7 @@ __hidden int out_write_cpu_data(struct tracecmd_output *handle,
902 @@ -2686,19 +2686,19 @@ __hidden int out_write_cpu_data(struct tracecmd_output *handle,
925 @@ -2717,7 +2717,7 @@ __hidden int out_write_cpu_data(struct tracecmd_output *handle,
934 @@ -2986,7 +2986,7 @@ __hidden int out_save_options_offset(struct tracecmd_output *handle, unsigned…
943 @@ -2994,7 +2994,7 @@ __hidden int out_save_options_offset(struct tracecmd_output *handle, unsigned…
/openbmc/linux/Documentation/bpf/
H A Dkfuncs.rst529 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))