Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:__weak
(Results
1 - 25
of
25
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/traceevent/
H
A
D
parse-utils.c
12
#define
__weak
__attribute__((weak))
macro
/kernel/linux/linux-6.6/init/
H
A
D
version.c
49
struct uts_namespace init_uts_ns
__weak
;
variable
50
const char linux_banner[]
__weak
;
variable
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
linked_vars1.c
17
int input_bss_weak
__weak
;
variable
19
int input_data_weak
__weak
= 10;
variable
20
const volatile int input_rodata_weak
__weak
= 100;
variable
H
A
D
test_ksyms_weak.c
23
struct task_struct *bpf_task_acquire(struct task_struct *p) __ksym
__weak
;
variable
24
void bpf_testmod_test_mod_kfunc(int i) __ksym
__weak
;
variable
34
void invalid_kfunc(void) __ksym
__weak
;
variable
H
A
D
linked_vars2.c
17
int input_bss_weak
__weak
;
variable
19
int input_data_weak
__weak
= 20;
variable
20
const volatile int input_rodata_weak
__weak
= 200;
variable
H
A
D
linked_funcs2.c
11
const volatile int my_tid
__weak
;
variable
12
long syscall_id
__weak
;
variable
H
A
D
linked_funcs1.c
11
const volatile int my_tid
__weak
;
variable
12
long syscall_id
__weak
;
variable
H
A
D
task_kfunc_success.c
20
struct task_struct *bpf_task_acquire(struct task_struct *p) __ksym
__weak
;
variable
22
struct task_struct *bpf_task_acquire___one(struct task_struct *task) __ksym
__weak
;
variable
24
struct task_struct *bpf_task_acquire___two(struct task_struct *p, void *ctx) __ksym
__weak
;
variable
26
struct task_struct *bpf_task_acquire___three(void *ctx) __ksym
__weak
;
variable
28
void invalid_kfunc(void) __ksym
__weak
;
variable
29
void bpf_testmod_test_mod_kfunc(int i) __ksym
__weak
;
variable
H
A
D
test_log_fixup.c
64
extern int bpf_nonexistent_kfunc(void) __ksym
__weak
;
variable
H
A
D
test_ksyms_module.c
22
extern void bpf_testmod_invalid_mod_kfunc(void) __ksym
__weak
;
variable
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
objtool.h
15
#define
__weak
__attribute__((weak))
macro
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H
A
D
objtool.h
15
#define
__weak
__attribute__((weak))
macro
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
bpf_helpers.h
39
#define
__weak
__attribute__((weak))
macro
/kernel/linux/linux-5.10/tools/include/linux/
H
A
D
compiler.h
92
# define
__weak
__attribute__((weak))
macro
/kernel/linux/linux-6.6/tools/include/linux/
H
A
D
compiler.h
102
# define
__weak
__attribute__((weak))
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
compiler_attributes.h
303
#define
__weak
__attribute__((__weak__))
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
compiler_attributes.h
391
#define
__weak
__attribute__((__weak__))
macro
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
bpf_helpers.h
52
#define
__weak
__attribute__((weak))
macro
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
helpers.c
656
const struct bpf_func_proto bpf_get_current_task_proto
__weak
;
variable
657
const struct bpf_func_proto bpf_probe_read_user_proto
__weak
;
variable
658
const struct bpf_func_proto bpf_probe_read_user_str_proto
__weak
;
variable
659
const struct bpf_func_proto bpf_probe_read_kernel_proto
__weak
;
variable
660
const struct bpf_func_proto bpf_probe_read_kernel_str_proto
__weak
;
variable
H
A
D
core.c
2258
const struct bpf_func_proto bpf_map_lookup_elem_proto
__weak
;
variable
2259
const struct bpf_func_proto bpf_map_update_elem_proto
__weak
;
variable
2260
const struct bpf_func_proto bpf_map_delete_elem_proto
__weak
;
variable
2261
const struct bpf_func_proto bpf_map_push_elem_proto
__weak
;
variable
2262
const struct bpf_func_proto bpf_map_pop_elem_proto
__weak
;
variable
2263
const struct bpf_func_proto bpf_map_peek_elem_proto
__weak
;
global()
variable
2264
const struct bpf_func_proto bpf_spin_lock_proto
__weak
;
global()
variable
2265
const struct bpf_func_proto bpf_spin_unlock_proto
__weak
;
global()
variable
2266
const struct bpf_func_proto bpf_jiffies64_proto
__weak
;
global()
variable
2268
const struct bpf_func_proto bpf_get_prandom_u32_proto
__weak
;
global()
variable
2269
const struct bpf_func_proto bpf_get_smp_processor_id_proto
__weak
;
global()
variable
2270
const struct bpf_func_proto bpf_get_numa_node_id_proto
__weak
;
global()
variable
2271
const struct bpf_func_proto bpf_ktime_get_ns_proto
__weak
;
global()
variable
2272
const struct bpf_func_proto bpf_ktime_get_boot_ns_proto
__weak
;
global()
variable
2274
const struct bpf_func_proto bpf_get_current_pid_tgid_proto
__weak
;
global()
variable
2275
const struct bpf_func_proto bpf_get_current_uid_gid_proto
__weak
;
global()
variable
2276
const struct bpf_func_proto bpf_get_current_comm_proto
__weak
;
global()
variable
2277
const struct bpf_func_proto bpf_get_current_cgroup_id_proto
__weak
;
global()
variable
2278
const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto
__weak
;
global()
variable
2279
const struct bpf_func_proto bpf_get_local_storage_proto
__weak
;
global()
variable
2280
const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto
__weak
;
global()
variable
2281
const struct bpf_func_proto bpf_snprintf_btf_proto
__weak
;
global()
variable
2282
const struct bpf_func_proto bpf_seq_printf_btf_proto
__weak
;
global()
variable
[all...]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
compiler_types.h
158
#define
__weak
__attribute__((weak))
macro
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
helpers.c
1672
const struct bpf_func_proto bpf_get_current_task_proto
__weak
;
variable
1673
const struct bpf_func_proto bpf_get_current_task_btf_proto
__weak
;
variable
1674
const struct bpf_func_proto bpf_probe_read_user_proto
__weak
;
variable
1675
const struct bpf_func_proto bpf_probe_read_user_str_proto
__weak
;
variable
1676
const struct bpf_func_proto bpf_probe_read_kernel_proto
__weak
;
variable
1677
const struct bpf_func_proto bpf_probe_read_kernel_str_proto
__weak
;
variable
1678
const struct bpf_func_proto bpf_task_pt_regs_proto
__weak
;
variable
H
A
D
core.c
2796
const struct bpf_func_proto bpf_map_lookup_elem_proto
__weak
;
variable
2797
const struct bpf_func_proto bpf_map_update_elem_proto
__weak
;
variable
2798
const struct bpf_func_proto bpf_map_delete_elem_proto
__weak
;
variable
2799
const struct bpf_func_proto bpf_map_push_elem_proto
__weak
;
variable
2800
const struct bpf_func_proto bpf_map_pop_elem_proto
__weak
;
variable
2801
const struct bpf_func_proto bpf_map_peek_elem_proto
__weak
;
variable
2802
const struct bpf_func_proto bpf_map_lookup_percpu_elem_proto
__weak
;
global()
variable
2803
const struct bpf_func_proto bpf_spin_lock_proto
__weak
;
global()
variable
2804
const struct bpf_func_proto bpf_spin_unlock_proto
__weak
;
global()
variable
2805
const struct bpf_func_proto bpf_jiffies64_proto
__weak
;
global()
variable
2807
const struct bpf_func_proto bpf_get_prandom_u32_proto
__weak
;
global()
variable
2808
const struct bpf_func_proto bpf_get_smp_processor_id_proto
__weak
;
global()
variable
2809
const struct bpf_func_proto bpf_get_numa_node_id_proto
__weak
;
global()
variable
2810
const struct bpf_func_proto bpf_ktime_get_ns_proto
__weak
;
global()
variable
2811
const struct bpf_func_proto bpf_ktime_get_boot_ns_proto
__weak
;
global()
variable
2812
const struct bpf_func_proto bpf_ktime_get_coarse_ns_proto
__weak
;
global()
variable
2813
const struct bpf_func_proto bpf_ktime_get_tai_ns_proto
__weak
;
global()
variable
2815
const struct bpf_func_proto bpf_get_current_pid_tgid_proto
__weak
;
global()
variable
2816
const struct bpf_func_proto bpf_get_current_uid_gid_proto
__weak
;
global()
variable
2817
const struct bpf_func_proto bpf_get_current_comm_proto
__weak
;
global()
variable
2818
const struct bpf_func_proto bpf_get_current_cgroup_id_proto
__weak
;
global()
variable
2819
const struct bpf_func_proto bpf_get_current_ancestor_cgroup_id_proto
__weak
;
global()
variable
2820
const struct bpf_func_proto bpf_get_local_storage_proto
__weak
;
global()
variable
2821
const struct bpf_func_proto bpf_get_ns_current_pid_tgid_proto
__weak
;
global()
variable
2822
const struct bpf_func_proto bpf_snprintf_btf_proto
__weak
;
global()
variable
2823
const struct bpf_func_proto bpf_seq_printf_btf_proto
__weak
;
global()
variable
2824
const struct bpf_func_proto bpf_set_retval_proto
__weak
;
global()
variable
2825
const struct bpf_func_proto bpf_get_retval_proto
__weak
;
global()
variable
[all...]
/kernel/linux/linux-5.10/net/core/
H
A
D
filter.c
7035
const struct bpf_func_proto bpf_event_output_data_proto
__weak
;
variable
7036
const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto
__weak
;
variable
7169
const struct bpf_func_proto bpf_sk_storage_get_proto
__weak
;
variable
7170
const struct bpf_func_proto bpf_sk_storage_delete_proto
__weak
;
variable
7383
const struct bpf_func_proto bpf_sock_map_update_proto
__weak
;
variable
7384
const struct bpf_func_proto bpf_sock_hash_update_proto
__weak
;
variable
7425
const struct bpf_func_proto bpf_msg_redirect_map_proto
__weak
;
variable
7426
const struct bpf_func_proto bpf_msg_redirect_hash_proto
__weak
;
variable
7471
const struct bpf_func_proto bpf_sk_redirect_map_proto
__weak
;
variable
7472
const struct bpf_func_proto bpf_sk_redirect_hash_proto
__weak
;
variable
[all...]
/kernel/linux/linux-6.6/net/core/
H
A
D
filter.c
7850
const struct bpf_func_proto bpf_event_output_data_proto
__weak
;
variable
7851
const struct bpf_func_proto bpf_sk_storage_get_cg_sock_proto
__weak
;
variable
7984
const struct bpf_func_proto bpf_sk_storage_get_proto
__weak
;
variable
7985
const struct bpf_func_proto bpf_sk_storage_delete_proto
__weak
;
variable
8243
const struct bpf_func_proto bpf_sock_map_update_proto
__weak
;
variable
8244
const struct bpf_func_proto bpf_sock_hash_update_proto
__weak
;
variable
8291
const struct bpf_func_proto bpf_msg_redirect_map_proto
__weak
;
variable
8292
const struct bpf_func_proto bpf_msg_redirect_hash_proto
__weak
;
variable
8333
const struct bpf_func_proto bpf_sk_redirect_map_proto
__weak
;
variable
8334
const struct bpf_func_proto bpf_sk_redirect_hash_proto
__weak
;
variable
[all...]
Completed in 34 milliseconds