Searched refs:text (Results 1 - 25 of 860) sorted by relevance

1234567891011>>

/linux-master/arch/arm64/include/asm/
H A Dmodule.lds.h4 .text.ftrace_trampoline 0 : { BYTE(0) }
8 * Outlined checks go into comdat-deduplicated sections named .text.hot.
10 * we otherwise end up with multiple sections with the same .text.hot
16 .text.hot : { *(.text.hot) }
/linux-master/tools/perf/Documentation/
H A Dbuild-docdep.perl6 for my $text (<*.txt>) {
7 open I, '<', $text || die "cannot read: $text";
13 $include{$text}{$_} = 1;
24 while (my ($text, $included) = each %include) {
26 # $text has include::$i; if $i includes $j
27 # $text indirectly includes $j.
30 if (!exists $include{$text}{$j}) {
31 $include{$text}{$j} = 1;
41 while (my ($text,
[all...]
/linux-master/arch/powerpc/boot/
H A Dfixed-head.S2 .text
H A Dpseries-head.S4 .text
/linux-master/scripts/gdb/linux/
H A Dinterrupts.py24 text = ""
28 return text
32 return text
35 return text
43 return text;
45 text += "%*d: " % (prec, irq)
51 text += "%10u" % (count)
61 text += " %8s" % (name)
64 text += " %*lu" % (prec, desc['irq_data']['hwirq'])
66 text
[all...]
H A Dtimerlist.py38 text = " #{}: <{}>, {}, ".format(idx, timer, function)
39 text += "S:{:02x}\n".format(int(timer['state']))
40 text += " # expires at {}-{} nsecs [in {} to {} nsecs]\n".format(
42 return text
55 text = " .base: {}\n".format(base.address)
56 text += " .index: {}\n".format(base['index'])
58 text += " .resolution: {} nsecs\n".format(constants.LX_hrtimer_resolution)
60 text += " .get_time: {}\n".format(base['get_time'])
62 text += " .offset: {} nsecs\n".format(base['offset'])
63 text
[all...]
/linux-master/arch/arm/lib/
H A Dsetbit.S10 .text
H A Dchangebit.S10 .text
H A Dclearbit.S10 .text
/linux-master/tools/perf/ui/
H A Dutil.h9 int ui__help_window(const char *text);
11 void __ui__info_window(const char *title, const char *text, const char *exit_msg);
12 void ui__info_window(const char *title, const char *text);
13 int ui__question_window(const char *title, const char *text,
/linux-master/tools/testing/selftests/arm64/pauth/
H A Dpac_corruptor.S6 .text
/linux-master/arch/xtensa/kernel/
H A Dvmlinux.lds.S83 /* .text section */
88 .text :
98 SECTION_VECTOR2 (.WindowVectors.text, WINDOW_VECTORS_VADDR)
101 SECTION_VECTOR2 (.Level2InterruptVector.text, INTLEVEL2_VECTOR_VADDR)
104 SECTION_VECTOR2 (.Level3InterruptVector.text, INTLEVEL3_VECTOR_VADDR)
107 SECTION_VECTOR2 (.Level4InterruptVector.text, INTLEVEL4_VECTOR_VADDR)
110 SECTION_VECTOR2 (.Level5InterruptVector.text, INTLEVEL5_VECTOR_VADDR)
113 SECTION_VECTOR2 (.Level6InterruptVector.text, INTLEVEL6_VECTOR_VADDR)
115 SECTION_VECTOR2 (.DebugInterruptVector.text, DEBUG_VECTOR_VADDR)
116 SECTION_VECTOR2 (.KernelExceptionVector.text, KERNEL_VECTOR_VADD
[all...]
/linux-master/arch/mips/vdso/
H A Dvdso.lds.S31 .mips_abiflags : { *(.mips_abiflags) } :text :abiflags
33 .reginfo : { *(.reginfo) } :text :reginfo
35 .hash : { *(.hash) } :text
43 .note : { *(.note.*) } :text :note
45 .text : { *(.text*) } :text
50 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
51 .eh_frame : { KEEP (*(.eh_frame)) } :text
53 .dynamic : { *(.dynamic) } :text
[all...]
/linux-master/arch/sparc/vdso/
H A Dvdso-layout.lds.S31 .hash : { *(.hash) } :text
39 .dynamic : { *(.dynamic) } :text :dynamic
58 } :text
60 .fake_shstrtab : { *(.fake_shstrtab) } :text
63 .note : { *(.note.*) } :text :note
65 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
66 .eh_frame : { KEEP (*(.eh_frame)) } :text
74 .text : { *(.text*) } :text
[all...]
/linux-master/drivers/s390/net/
H A Dctcm_dbug.h69 void ctcm_dbf_longtext(enum ctcm_dbf_names dbf_nix, int level, char *text, ...);
79 #define CTCM_DBF_TEXT(name, level, text) \
81 debug_text_event(ctcm_dbf[CTCM_DBF_##name].id, level, text); \
90 #define CTCM_DBF_TEXT_(name, level, text...) \
91 ctcm_dbf_longtext(CTCM_DBF_##name, level, text)
96 * text: any text string.
98 #define CTCM_DBF_DEV_NAME(cat, dev, text) \
101 CTCM_FUNTAIL, dev->name, text); \
104 #define MPC_DBF_DEV_NAME(cat, dev, text) \
[all...]
/linux-master/arch/x86/um/vdso/
H A Dvdso-layout.lds.S12 .hash : { *(.hash) } :text
20 .note : { *(.note.*) } :text :note
22 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
23 .eh_frame : { KEEP (*(.eh_frame)) } :text
25 .dynamic : { *(.dynamic) } :text :dynamic
27 .rodata : { *(.rodata*) } :text
47 .text : { *(.text*) } :text =0x90909090
61 text PT_LOA
[all...]
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S23 .hash : { *(.hash) } :text
39 .text : { *(.text) } :text =0x90909090
40 .note : { *(.note.*) } :text :note
41 .eh_frame_hdr : { *(.eh_frame_hdr ) } :text :eh_frame_hdr
45 } :text
46 .dynamic : { *(.dynamic) } :text :dynamic
52 } :text
66 text PT_LOA
[all...]
/linux-master/arch/arm/vdso/
H A Dvdso.lds.S26 .hash : { *(.hash) } :text
34 .note : { *(.note.*) } :text :note
37 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
38 .eh_frame : { KEEP (*(.eh_frame)) } :text
40 .dynamic : { *(.dynamic) } :text :dynamic
42 .rodata : { *(.rodata*) } :text
44 .text : { *(.text*) } :text =0xe7f001f2
62 text PT_LOA
[all...]
/linux-master/arch/csky/kernel/vdso/
H A Dvdso.lds.S12 .hash : { *(.hash) } :text
20 .note : { *(.note.*) } :text :note
21 .dynamic : { *(.dynamic) } :text :dynamic
23 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
24 .eh_frame : { KEEP (*(.eh_frame)) } :text
29 .text : { *(.text .text.*) } :text
41 text PT_LOA
[all...]
/linux-master/arch/loongarch/vdso/
H A Dvdso.lds.S16 .hash : { *(.hash) } :text
24 .note : { *(.note.*) } :text :note
26 .text : { *(.text*) } :text
31 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
32 .eh_frame : { KEEP (*(.eh_frame)) } :text
34 .dynamic : { *(.dynamic) } :text :dynamic
36 .rodata : { *(.rodata*) } :text
51 text PT_LOA
[all...]
/linux-master/arch/riscv/kernel/vdso/
H A Dvdso.lds.S18 .hash : { *(.hash) } :text
26 .dynamic : { *(.dynamic) } :text :dynamic
36 .note : { *(.note.*) } :text :note
38 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
39 .eh_frame : { KEEP (*(.eh_frame)) } :text
46 .text : { *(.text .text.*) } :text
60 text PT_LOA
[all...]
/linux-master/arch/x86/entry/vdso/
H A Dvdso-layout.lds.S39 .hash : { *(.hash) } :text
47 .dynamic : { *(.dynamic) } :text :dynamic
58 } :text
67 .note : { *(.note.*) } :text :note
69 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
70 .eh_frame : { KEEP (*(.eh_frame)) } :text
78 .text : {
79 *(.text*)
80 } :text =0x90909090,
84 .altinstructions : { *(.altinstructions) } :text
[all...]
/linux-master/arch/s390/purgatory/
H A Dpurgatory.lds.S13 .head.text : {
18 .text : {
20 *(.text)
21 *(.text.*)
/linux-master/arch/m68k/kernel/
H A Dvmlinux.lds.S5 text PT_LOAD FILEHDR PHDRS FLAGS (7);
/linux-master/include/trace/events/
H A Dprintk.h11 TP_PROTO(const char *text, size_t len),
13 TP_ARGS(text, len),
25 if ((len > 0) && (text[len-1] == '\n'))
28 memcpy(__get_str(msg), text, len);

Completed in 211 milliseconds

1234567891011>>