Home
last modified time | relevance | path

Searched refs:SYM (Results 1 – 25 of 50) sorted by relevance

12

/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A D_millicodethunk.S14 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
22 #define FUNC(X) .type SYM(X),@function
29 .global SYM(__st_r13_to_r15)
30 .global SYM(__st_r13_to_r16)
31 .global SYM(__st_r13_to_r17)
32 .global SYM(__st_r13_to_r18)
33 .global SYM(__st_r13_to_r19)
34 .global SYM(__st_r13_to_r20)
35 .global SYM(__st_r13_to_r21)
36 .global SYM(__st_r13_to_r22)
[all …]
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dhists_output.c120 #define SYM(he) (he->ms.sym->name) macro
170 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1()
176 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
182 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1()
188 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1()
194 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
200 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test1()
206 !strcmp(SYM(he), "free") && he->stat.period == 100); in test1()
212 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test1()
218 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test1()
[all …]
H A Dhists_cumulate.c154 #define SYM(he) (he->ms.sym->name) macro
213 !strcmp(SYM(he), expected[i].sym)); in do_test()
/OK3568_Linux_fs/kernel/arch/m68k/lib/
H A Dmodsi3.S59 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
89 .globl SYM (__modsi3) symbol
90 SYM (__modsi3): label
95 jbsr SYM (__divsi3)
101 jbsr SYM (__mulsi3) /* d0 = (a/b)*b */
H A Dumodsi3.S57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
87 .globl SYM (__umodsi3) symbol
88 SYM (__umodsi3): label
93 jbsr SYM (__udivsi3)
99 jbsr SYM (__mulsi3) /* d0 = (a/b)*b */
H A Ddivsi3.S59 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
89 .globl SYM (__divsi3) symbol
90 SYM (__divsi3): label
113 jbsr SYM (__udivsi3) /* divide abs(dividend) by abs(divisor) */
H A Dmulsi3.S57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
87 .globl SYM (__mulsi3) symbol
88 SYM (__mulsi3): label
H A Dudivsi3.S57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
87 .globl SYM (__udivsi3) symbol
88 SYM (__udivsi3): label
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dkprobetrace.rst31 p[:[GRP/]EVENT] [MOD:]SYM[+offs]|MEMADDR [FETCHARGS] : Set a probe
32 r[MAXACTIVE][:[GRP/]EVENT] [MOD:]SYM[+0] [FETCHARGS] : Set a return probe
33 p:[GRP/]EVENT] [MOD:]SYM[+0]%return [FETCHARGS] : Set a return probe
38 based on SYM+offs or MEMADDR.
39 MOD : Module name which has given SYM.
40 SYM[+offs] : Symbol+offset where the probe is inserted.
41 SYM%return : Return address of the symbol
50 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dxcoffout.h71 #define DBX_FINISH_STABS(SYM, CODE, LINE, ADDR, LABEL, NUMBER) do { \ argument
96 assemble_name (asm_out_file, XSTR (XEXP (DECL_RTL (SYM), 0), 0)); \
H A Dtree-core.h131 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) SYM, argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dxcoffout.h71 #define DBX_FINISH_STABS(SYM, CODE, LINE, ADDR, LABEL, NUMBER) do { \ argument
96 assemble_name (asm_out_file, XSTR (XEXP (DECL_RTL (SYM), 0), 0)); \
H A Dtree-core.h131 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) SYM, argument
/OK3568_Linux_fs/u-boot/
H A Dmake.sh396 SYM=`find -name u-boot-${ARG_TSPL}.sym`
400 SYM=u-boot.sym
420 cat ${SYM} | less
494 sed -n "/${FUNCADDR}/p" ${SYM}
/OK3568_Linux_fs/kernel/Documentation/iio/
H A Dep93xx_adc.rst33 | in_voltage4_raw | SYM |
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DChangeLog.sym53c8xx_23 - Initial release of SYM-2.
8 equivalent containing sym or SYM instead.
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A DMakefile.build169 quiet_cmd_cc_symtypes_c = SYM $(quiet_modtag) $@
326 quiet_cmd_cc_symtypes_S = SYM $(quiet_modtag) $@
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A DMakefile.build169 quiet_cmd_cc_symtypes_c = SYM $(quiet_modtag) $@
326 quiet_cmd_cc_symtypes_S = SYM $(quiet_modtag) $@
/OK3568_Linux_fs/kernel/scripts/
H A DMakefile.build133 quiet_cmd_cc_symtypes_c = SYM $(quiet_modtag) $@
318 quiet_cmd_cc_symtypes_S = SYM $(quiet_modtag) $@
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DMakefile.build133 quiet_cmd_cc_symtypes_c = SYM $(quiet_modtag) $@
318 quiet_cmd_cc_symtypes_S = SYM $(quiet_modtag) $@
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DMakefile.build133 quiet_cmd_cc_symtypes_c = SYM $(quiet_modtag) $@
318 quiet_cmd_cc_symtypes_S = SYM $(quiet_modtag) $@
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A DMakefile.build147 quiet_cmd_cc_symtypes_c = SYM $(quiet_modtag) $@
383 quiet_cmd_cc_symtypes_S = SYM $(quiet_modtag) $@
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A DMakefile.build147 quiet_cmd_cc_symtypes_c = SYM $(quiet_modtag) $@
383 quiet_cmd_cc_symtypes_S = SYM $(quiet_modtag) $@
/OK3568_Linux_fs/u-boot/scripts/
H A DMakefile.build190 quiet_cmd_cc_symtypes_c = SYM $(quiet_modtag) $@
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-script.c450 if (PRINT_FIELD(SYM) && in evsel__check_attr()
457 if (PRINT_FIELD(SYMOFFSET) && !PRINT_FIELD(SYM)) { in evsel__check_attr()
513 if (PRINT_FIELD(SYM)) in set_print_ip_opts()
1290 if (PRINT_FIELD(SYM)) { in perf_sample__fprintf_addr()

12