Searched refs:__hidden (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | usdt.bpf.h | 94 __weak __hidden 115 __weak __hidden 198 __weak __hidden
|
H A D | bpf_helpers.h | 61 #define __hidden __attribute__((visibility("hidden"))) macro
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | rbtree_btf_fail__wrong_node_type.c | 19 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
|
H A D | linked_funcs2.c | 64 __hidden extern void set_output_ctx1(__u64 *ctx);
|
H A D | linked_funcs1.c | 64 __hidden extern void set_output_ctx2(__u64 *ctx);
|
H A D | rbtree_btf_fail__add_wrong_type.c | 33 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
|
H A D | linked_list.h | 50 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
|
H A D | test_skeleton.c | 60 __hidden int zero_key SEC(".data.non_mmapable");
|
H A D | refcounted_kptr_fail.c | 19 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
|
H A D | cpumask_common.h | 12 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
|
H A D | rbtree.c | 20 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
|
H A D | rbtree_fail.c | 15 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
|
H A D | refcounted_kptr.c | 40 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/ |
H A D | 0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch | 634 -__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 D | kfuncs.rst | 529 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
|