Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/lib/
Dmodsi3.S62 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
92 .globl SYM (__modsi3)
93 SYM (__modsi3): label
98 jbsr SYM (__divsi3)
104 jbsr SYM (__mulsi3) /* d0 = (a/b)*b */
Dumodsi3.S62 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
92 .globl SYM (__umodsi3)
93 SYM (__umodsi3): label
98 jbsr SYM (__udivsi3)
104 jbsr SYM (__mulsi3) /* d0 = (a/b)*b */
Ddivsi3.S62 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
92 .globl SYM (__divsi3)
93 SYM (__divsi3): label
116 jbsr SYM (__udivsi3) /* divide abs(dividend) by abs(divisor) */
Dmulsi3.S62 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
92 .globl SYM (__mulsi3)
93 SYM (__mulsi3): label
Dudivsi3.S62 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro
92 .globl SYM (__udivsi3)
93 SYM (__udivsi3): label
/linux-2.6.39/Documentation/trace/
Dkprobetrace.txt38 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol)
/linux-2.6.39/Documentation/scsi/
DChangeLog.sym53c8xx_23 - Initial release of SYM-2.
8 equivalent containing sym or SYM instead.
Dsym53c8xx_2.txt1 The Linux SYM-2 driver documentation file
65 with the FreeBSD SYM-2 driver. The `glue' that allows this driver to work
1048 End of Linux SYM-2 driver documentation file
DChangeLog.sym53c8xx5 - Backport from SYM-2 the work-around that allows to support
/linux-2.6.39/tools/perf/
Dbuiltin-script.c77 if (PRINT_FIELD(SYM)) { in perf_session__check_attr()
122 else if (PRINT_FIELD(SYM) && symbol_conf.use_callchain) in print_sample_start()
183 if (PRINT_FIELD(SYM)) { in process_event()
/linux-2.6.39/scripts/
DMakefile.build200 quiet_cmd_cc_symtypes_c = SYM $(quiet_modtag) $@