Searched refs:__hidden (Results 1 - 16 of 16) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dkptr_xchg_inline.c15 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
H A Drbtree_btf_fail__wrong_node_type.c19 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
H A Dlinked_funcs2.c34 * __hidden, so that libbpf will mark it as static in the final object file,
37 * But we don't mark it as __hidden here, rather at extern site. __hidden is
63 /* here we'll force set_output_ctx1() to be __hidden in the final obj file */
64 __hidden extern void set_output_ctx1(__u64 *ctx);
H A Dlinked_funcs1.c34 * __hidden, so that libbpf will mark it as static in the final object file,
37 * But we don't mark it as __hidden here, rather at extern site. __hidden is
63 /* here we'll force set_output_ctx2() to be __hidden in the final obj file */
64 __hidden extern void set_output_ctx2(__u64 *ctx);
H A Dtest_skeleton.c60 __hidden int zero_key SEC(".data.non_mmapable");
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 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 Dtest_spin_lock.c105 struct bpf_spin_lock lockA __hidden SEC(".data.A");
H A Drbtree_fail.c15 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
H A Drbtree.c20 #define private(name) SEC(".data." #name) __hidden __attribute__((aligned(8)))
H A Dexceptions_fail.c12 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
H A Drefcounted_kptr.c40 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
/linux-master/tools/lib/bpf/
H A Dusdt.bpf.h94 __weak __hidden
115 __weak __hidden
198 __weak __hidden
H A Dbpf_helpers.h57 * Use __hidden attribute to mark a non-static BPF subprogram effectively
62 #define __hidden __attribute__((visibility("hidden"))) macro

Completed in 126 milliseconds