Home
last modified time | relevance | path

Searched refs:weak (Results 1 – 25 of 39) sorted by relevance

12

/tools/include/nolibc/
A Dcrt.h12 char **environ __attribute__((weak));
13 const unsigned long *_auxv __attribute__((weak));
19 extern void (*const __preinit_array_start[])(int, char **, char**) __attribute__((weak));
20 extern void (*const __preinit_array_end[])(int, char **, char**) __attribute__((weak));
22 extern void (*const __init_array_start[])(int, char **, char**) __attribute__((weak));
23 extern void (*const __init_array_end[])(int, char **, char**) __attribute__((weak));
25 extern void (*const __fini_array_start[])(void) __attribute__((weak));
26 extern void (*const __fini_array_end[])(void) __attribute__((weak));
29 __attribute__((weak,used))
A Dstackprotector.h22 __attribute__((weak,used,noreturn,section(".text.nolibc_stack_chk")))
33 __attribute__((weak,noreturn,section(".text.nolibc_stack_chk")))
39 __attribute__((weak,used,section(".data.nolibc_stack_chk")))
A Dgetopt.h18 __attribute__((weak,unused,section(".data.nolibc_getopt")))
21 __attribute__((weak,unused,section(".data.nolibc_getopt")))
A Dsignal.h20 __attribute__((weak,unused,section(".text.nolibc_raise")))
A Derrno.h17 int errno __attribute__((weak));
A Dstring.h39 __attribute__((weak,unused,section(".text.nolibc_memmove")))
64 __attribute__((weak,unused,section(".text.nolibc_memcpy")))
82 __attribute__((weak,unused,section(".text.nolibc_memset")))
134 __attribute__((weak,unused,section(".text.nolibc_strlen")))
A Darch-x86.h167 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
333 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
A Darch-arm64.h145 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
A Darch-loongarch.h146 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
A Darch-m68k.h132 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
A Darch-riscv.h143 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
A Darch-sh.h145 void __attribute__((weak,noreturn)) __nolibc_entrypoint __no_stack_protector _start_wrapper(void) in _start_wrapper()
A Darch-powerpc.h187 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
A Darch-sparc.h156 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
A Darch-arm.h188 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
A Darch-s390.h143 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
/tools/testing/selftests/bpf/
A Duprobe_multi.c19 int __attribute__((weak)) uprobe(void) in uprobe()
29 #define DEF(name, idx) int __attribute__((weak)) NAME(name, idx)(void) { return 0; }
98 int __attribute__((weak)) trigger_uprobe(bool build_id_resident) in trigger_uprobe()
/tools/objtool/include/objtool/
A Dobjtool.h15 #define __weak __attribute__((weak))
/tools/perf/util/
A Devsel_config.h53 bool weak; member
A Dparse-events.c1207 __t->weak = __weak; \ in get_config_terms()
1248 term->val.num, term->weak); in get_config_terms()
1252 term->val.num ? 1 : 0, term->weak); in get_config_terms()
1256 term->val.num ? 0 : 1, term->weak); in get_config_terms()
1260 term->val.num, term->weak); in get_config_terms()
1264 term->val.num, term->weak); in get_config_terms()
1268 term->val.num ? 1 : 0, term->weak); in get_config_terms()
1290 term->val.num, term->weak); in get_config_terms()
1797 if (!group && mod.weak) { in parse_events__modifier_list()
1889 if (mod.weak) in parse_events__modifier_list()
[all …]
A Dparse-events.h128 bool weak; member
211 bool weak : 1; /* 'W' */ member
/tools/objtool/
A DBuild3 objtool-y += weak.o
/tools/perf/util/include/linux/
A Dlinkage.h28 #define SYM_L_WEAK(name) .weak name
/tools/include/linux/
A Dcompiler.h142 # define __weak __attribute__((weak))
/tools/sched_ext/include/scx/
A Dcompat.h15 struct btf *__COMPAT_vmlinux_btf __attribute__((weak));

Completed in 31 milliseconds

12