Searched refs:weak (Results 51 - 75 of 78) sorted by path

1234

/linux-master/tools/include/nolibc/
H A Darch-i386.h165 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void)
H A Darch-loongarch.h152 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void)
H A Darch-mips.h182 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector __start(void)
H A Darch-powerpc.h187 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void)
H A Darch-riscv.h143 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void)
H A Darch-s390.h142 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void)
H A Darch-x86_64.h164 void __attribute__((weak, noreturn, optimize("Os", "omit-frame-pointer"))) __no_stack_protector _start(void)
187 ".weak memmove\n"
188 ".weak memcpy\n"
208 ".weak memset\n"
H A Dcrt.h10 char **environ __attribute__((weak));
11 const unsigned long *_auxv __attribute__((weak));
16 extern void (*const __preinit_array_start[])(void) __attribute__((weak));
17 extern void (*const __preinit_array_end[])(void) __attribute__((weak));
19 extern void (*const __init_array_start[])(void) __attribute__((weak));
20 extern void (*const __init_array_end[])(void) __attribute__((weak));
22 extern void (*const __fini_array_start[])(void) __attribute__((weak));
23 extern void (*const __fini_array_end[])(void) __attribute__((weak));
25 __attribute__((weak))
H A Derrno.h14 int errno __attribute__((weak));
H A Dsignal.h16 __attribute__((weak,unused,section(".text.nolibc_raise")))
H A Dstackprotector.h21 __attribute__((weak,noreturn,section(".text.nolibc_stack_chk")))
31 __attribute__((weak,noreturn,section(".text.nolibc_stack_chk")))
37 __attribute__((weak,section(".data.nolibc_stack_chk")))
H A Dstdlib.h33 __attribute__((weak,unused,noreturn,section(".text.nolibc_abort")))
H A Dstring.h34 __attribute__((weak,unused,section(".text.nolibc_memmove")))
58 __attribute__((weak,unused,section(".text.nolibc_memcpy")))
75 __attribute__((weak,unused,section(".text.nolibc_memset")))
126 __attribute__((weak,unused,section(".text.nolibc_strlen")))
/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h53 #define __weak __attribute__((weak))
/linux-master/tools/objtool/include/objtool/
H A Dobjtool.h15 #define __weak __attribute__((weak))
/linux-master/tools/perf/scripts/python/
H A Dexport-to-postgresql.py524 'CASE WHEN binding=0 THEN \'local\' WHEN binding=1 THEN \'global\' ELSE \'weak\' END AS binding'
H A Dexport-to-sqlite.py362 'CASE WHEN binding=0 THEN \'local\' WHEN binding=1 THEN \'global\' ELSE \'weak\' END AS binding'
/linux-master/tools/perf/util/
H A Devsel.c946 if (!(term->weak && opts->user_interval != ULLONG_MAX)) {
953 if (!(term->weak && opts->user_freq != UINT_MAX)) {
1165 * it a weak assumption overridable by the user.
H A Devsel_config.h51 bool weak; member in struct:evsel_config_term
H A Dparse-events.c1112 __t->weak = __weak; \
1137 ADD_CONFIG_TERM_VAL(PERIOD, period, term->val.num, term->weak);
1140 ADD_CONFIG_TERM_VAL(FREQ, freq, term->val.num, term->weak);
1143 ADD_CONFIG_TERM_VAL(TIME, time, term->val.num, term->weak);
1146 ADD_CONFIG_TERM_STR(CALLGRAPH, term->val.str, term->weak);
1149 ADD_CONFIG_TERM_STR(BRANCH, term->val.str, term->weak);
1153 term->val.num, term->weak);
1157 term->val.num ? 1 : 0, term->weak);
1161 term->val.num ? 0 : 1, term->weak);
1165 term->val.num, term->weak);
1666 int weak; member in struct:event_modifier
1688 int weak = 0; local
[all...]
H A Dparse-events.h121 * @weak: A term from the sysfs or json encoding of an event that
124 bool weak; member in struct:parse_events_term
H A Dpmu.c677 cloned->weak = true;
/linux-master/tools/perf/util/include/linux/
H A Dlinkage.h28 #define SYM_L_WEAK(name) .weak name
79 /* SYM_FUNC_START_WEAK -- use for weak functions */
111 * SYM_FUNC_ALIAS_WEAK -- define a weak global alias for an existing function
/linux-master/tools/testing/selftests/bpf/
H A Dsdt.h310 _SDT_ASM_1( .weak _.stapsdt.base) \
H A Duprobe_multi.c12 #define DEF(name, idx) int __attribute__((weak)) NAME(name, idx)(void) { return 0; }

Completed in 492 milliseconds

1234