Searched refs:text (Results 1 - 200 of 1347) sorted by relevance

1234567

/linux-4.4.14/arch/powerpc/boot/
H A Dfixed-head.S1 .text
H A Dpseries-head.S3 .text
H A DzImage.coff.lds.S6 .text :
9 *(.text)
H A DzImage.ps3.lds.S21 .text :
23 *(.text)
H A DzImage.lds.S12 .text :
15 *(.text)
H A Drs6000.h23 #define U802WRMAGIC 0730 /* writeable text segments **chh** */
24 #define U802ROMAGIC 0735 /* readonly sharable text segments */
25 #define U802TOCMAGIC 0737 /* readonly text segments and TOC */
42 unsigned char tsize[4]; /* text size in bytes, padded to FW bdry */
46 unsigned char text_start[4]; /* base of text used for this file */
50 unsigned char o_sntext[2]; /* section number of .text section */
55 unsigned char o_algntext[2]; /* .text alignment */
69 #define RS6K_AOUTHDR_OMAGIC 0x0107 /* old: text & data writeable */
70 #define RS6K_AOUTHDR_NMAGIC 0x0108 /* new: text r/o, data r/w */
71 #define RS6K_AOUTHDR_ZMAGIC 0x010B /* paged: text r/o, both page-aligned */
93 #define _TEXT ".text"
H A Dvirtex405-head.S3 .text
/linux-4.4.14/arch/xtensa/kernel/
H A DMakefile23 # Therefore, the .text and .literal section must be combined in parenthesis
24 # in the linker script, such as: *(.literal .text).
27 # *(xxx.text) to *(xxx.literal xxx.text) for the following text sections:
28 # .text .ref.text .*init.text .*exit.text .text.*
32 sed-y = -e ':a; s/\*(\([^)]*\)\.text\.unlikely/*(\1.literal.unlikely .{text}.unlikely/; ta; ' \
33 -e ':b; s/\*(\([^)]*\)\.text\(\.[a-z]*\)/*(\1.{text}\2.literal .{text}\2/; tb; ' \
34 -e ':c; s/\*(\([^)]*\)\(\.[a-z]*it\|\.ref\)\.text/*(\1\2.literal \2.{text}/; tc; ' \
35 -e ':d; s/\*(\([^)]\+ \|\)\.text/*(\1.literal .{text}/; td; ' \
36 -e 's/\.{text}/.text/g'
H A Dvmlinux.lds.S58 * full. Then a programmer adds code to .DoubleExceptionVector.text
61 * .DoubleExceptionVector.text. (In practice, the literals will
83 /* .text section */
88 .text :
94 *(.sched.literal .sched.text)
97 *(.spinlock.literal .spinlock.text)
137 .WindowVectors.text);
140 .Level2InterruptVector.text);
144 .Level3InterruptVector.text);
148 .Level4InterruptVector.text);
152 .Level5InterruptVector.text);
156 .Level6InterruptVector.text);
159 .KernelExceptionVector.text);
161 .UserExceptionVector.text);
165 .DoubleExceptionVector.text);
167 .DebugInterruptVector.text);
170 .SecondaryResetVector.text);
193 .WindowVectors.text,
199 SIZEOF(.WindowVectors.text),
200 .WindowVectors.text)
202 .DebugInterruptVector.text,
207 #define LAST .DebugInterruptVector.text
210 .Level2InterruptVector.text,
214 # define LAST .Level2InterruptVector.text
218 .Level3InterruptVector.text,
222 # define LAST .Level3InterruptVector.text
226 .Level4InterruptVector.text,
230 # define LAST .Level4InterruptVector.text
234 .Level5InterruptVector.text,
238 # define LAST .Level5InterruptVector.text
242 .Level6InterruptVector.text,
246 # define LAST .Level6InterruptVector.text
254 .KernelExceptionVector.text,
261 SIZEOF(.KernelExceptionVector.text),
262 .KernelExceptionVector.text)
264 .UserExceptionVector.text,
271 SIZEOF(.UserExceptionVector.text),
272 .UserExceptionVector.text)
274 .DoubleExceptionVector.text,
279 . = (LOADADDR( .DoubleExceptionVector.text ) + SIZEOF( .DoubleExceptionVector.text ) + 3) & ~ 3;
284 .SecondaryResetVector.text,
286 SIZEOF(.DoubleExceptionVector.text),
287 .DoubleExceptionVector.text)
289 . = LOADADDR(.SecondaryResetVector.text)+SIZEOF(.SecondaryResetVector.text);
/linux-4.4.14/drivers/s390/net/
H A Dctcm_dbug.h67 void ctcm_dbf_longtext(enum ctcm_dbf_names dbf_nix, int level, char *text, ...);
77 #define CTCM_DBF_TEXT(name, level, text) \
79 debug_text_event(ctcm_dbf[CTCM_DBF_##name].id, level, text); \
88 #define CTCM_DBF_TEXT_(name, level, text...) \
89 ctcm_dbf_longtext(CTCM_DBF_##name, level, text)
94 * text: any text string.
96 #define CTCM_DBF_DEV_NAME(cat, dev, text) \
99 CTCM_FUNTAIL, dev->name, text); \
102 #define MPC_DBF_DEV_NAME(cat, dev, text) \
105 CTCM_FUNTAIL, dev->name, text); \
108 #define CTCMY_DBF_DEV_NAME(cat, dev, text) \
111 MPC_DBF_DEV_NAME(cat, dev, text); \
113 CTCM_DBF_DEV_NAME(cat, dev, text); \
119 * text: any text string.
121 #define CTCM_DBF_DEV(cat, dev, text) \
124 CTCM_FUNTAIL, dev, text); \
127 #define MPC_DBF_DEV(cat, dev, text) \
130 CTCM_FUNTAIL, dev, text); \
133 #define CTCMY_DBF_DEV(cat, dev, text) \
136 MPC_DBF_DEV(cat, dev, text); \
138 CTCM_DBF_DEV(cat, dev, text); \
/linux-4.4.14/arch/m32r/boot/compressed/
H A Dvmlinux.lds.S9 .text : { *(.text) } = 0
/linux-4.4.14/arch/s390/boot/compressed/
H A Dvmlinux.lds.S14 .head.text : {
22 .text : {
24 *(.text)
25 *(.text.*)
/linux-4.4.14/include/trace/events/
H A Dprintk.h10 TP_PROTO(const char *text, size_t len),
12 TP_ARGS(text, len),
19 memcpy(__get_dynamic_array(msg), text, len);
/linux-4.4.14/drivers/s390/crypto/
H A Dzcrypt_debug.h11 /* that gives us 15 characters in the text event views */
20 #define ZCRYPT_DBF_COMMON(level, text...) \
24 snprintf(debug_buffer, ZCRYPT_DBF_LEN, text); \
30 #define ZCRYPT_DBF_DEVICES(level, text...) \
34 snprintf(debug_buffer, ZCRYPT_DBF_LEN, text); \
40 #define ZCRYPT_DBF_DEV(level, device, text...) \
44 snprintf(debug_buffer, ZCRYPT_DBF_LEN, text); \
/linux-4.4.14/arch/x86/um/vdso/
H A Dvdso-layout.lds.S11 .hash : { *(.hash) } :text
19 .note : { *(.note.*) } :text :note
21 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
22 .eh_frame : { KEEP (*(.eh_frame)) } :text
24 .dynamic : { *(.dynamic) } :text :dynamic
26 .rodata : { *(.rodata*) } :text
46 .text : { *(.text*) } :text =0x90909090
60 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
H A Dvdso-note.S2 * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text.
/linux-4.4.14/arch/arm/vdso/
H A Dvdso.lds.S37 .hash : { *(.hash) } :text
45 .note : { *(.note.*) } :text :note
48 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
49 .eh_frame : { KEEP (*(.eh_frame)) } :text
51 .dynamic : { *(.dynamic) } :text :dynamic
53 .rodata : { *(.rodata*) } :text
55 .text : { *(.text*) } :text =0xe7f001f2
73 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/linux-4.4.14/arch/x86/entry/vdso/
H A Dvdso-layout.lds.S42 .hash : { *(.hash) } :text
50 .dynamic : { *(.dynamic) } :text :dynamic
70 } :text
72 .fake_shstrtab : { *(.fake_shstrtab) } :text
75 .note : { *(.note.*) } :text :note
77 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
78 .eh_frame : { KEEP (*(.eh_frame)) } :text
86 .text : { *(.text*) } :text =0x90909090,
93 .altinstructions : { *(.altinstructions) } :text
94 .altinstr_replacement : { *(.altinstr_replacement) } :text
114 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
H A Dvdso-note.S2 * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text.
/linux-4.4.14/arch/sh/kernel/
H A Dvmlinux.lds.S34 .text : AT(ADDR(.text) - LOAD_OFFSET) {
44 _etext = .; /* End of text section */
72 * .exit.text is discarded at runtime, not link time, to deal with
75 .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) { EXIT_TEXT }
/linux-4.4.14/arch/x86/realmode/rm/
H A Drealmode.lds.S36 .text : {
37 *(.text)
38 *(.text.*)
/linux-4.4.14/arch/mips/vdso/
H A Dvdso.lds.S35 .mips_abiflags : { *(.mips_abiflags) } :text :abiflags
37 .reginfo : { *(.reginfo) } :text :reginfo
39 .hash : { *(.hash) } :text
47 .note : { *(.note.*) } :text :note
49 .text : { *(.text*) } :text
54 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
55 .eh_frame : { KEEP (*(.eh_frame)) } :text
57 .dynamic : { *(.dynamic) } :text :dynamic
59 .rodata : { *(.rodata*) } :text
89 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/linux-4.4.14/arch/x86/boot/compressed/
H A Dvmlinux.lds.S24 .head.text : {
32 .text : {
34 *(.text)
35 *(.text.*)
/linux-4.4.14/arch/h8300/lib/
H A Dabs.S11 .text
H A Dstrncpy.S5 .text
H A Dmemset.S11 .text
/linux-4.4.14/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S15 .hash : { *(.hash) } :text
23 .note : { *(.note.*) } :text :note
26 .text : {
27 *(.text .stub .text.* .gnu.linkonce.t.*)
28 } :text
34 * Other stuff is appended to the text segment:
39 .dynamic : { *(.dynamic) } :text :dynamic
41 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
42 .eh_frame : { KEEP (*(.eh_frame)) } :text
116 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
H A Dnote.S2 * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text.
/linux-4.4.14/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S15 .hash : { *(.hash) } :text
23 .note : { *(.note.*) } :text :note
26 .text : {
27 *(.text .stub .text.* .gnu.linkonce.t.*)
28 } :text
34 * Other stuff is appended to the text segment:
39 .dynamic : { *(.dynamic) } :text :dynamic
41 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
42 .eh_frame : { KEEP (*(.eh_frame)) } :text
116 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
H A Dnote.S2 * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text.
/linux-4.4.14/arch/sparc/lib/
H A DU3copy_from_user.S11 .text; \
19 .text; \
H A Dcsum_copy_from_user.S15 .text; \
H A Dcsum_copy_to_user.S15 .text; \
H A DNG2copy_from_user.S11 .text; \
19 .text; \
H A DNG4copy_from_user.S11 .text; \
19 .text; \
H A DNG2copy_to_user.S11 .text; \
19 .text; \
H A DNG4copy_to_user.S11 .text; \
19 .text; \
H A DU1copy_from_user.S11 .text; \
19 .text; \
H A DU1copy_to_user.S11 .text; \
19 .text; \
H A DU3copy_to_user.S11 .text; \
19 .text; \
H A DGENcopy_from_user.S11 .text; \
H A DGENcopy_to_user.S11 .text; \
H A DNG4clear_page.S9 .text
H A DNGcopy_from_user.S11 .text; \
H A DNGcopy_to_user.S11 .text; \
H A Dcopy_in_user.S16 .text; \
22 .text
/linux-4.4.14/arch/s390/include/asm/
H A Dpci_debug.h12 #define zpci_err(text...) \
15 snprintf(debug_buffer, 16, text); \
/linux-4.4.14/arch/mips/lasat/image/
H A Dhead.S3 .text
4 .section .text..start, "ax"
/linux-4.4.14/arch/tile/kernel/vdso/
H A Dvdso.lds.S28 .hash : { *(.hash) } :text
36 .note : { *(.note.*) } :text :note
37 .dynamic : { *(.dynamic) } :text :dynamic
39 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
40 .eh_frame : { KEEP (*(.eh_frame)) } :text
51 .text : { *(.text .text.*) } :text
68 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/linux-4.4.14/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S22 .hash : { *(.hash) } :text
38 .text : { *(.text) } :text =0x90909090
39 .note : { *(.note.*) } :text :note
40 .eh_frame_hdr : { *(.eh_frame_hdr ) } :text :eh_frame_hdr
44 } :text
45 .dynamic : { *(.dynamic) } :text :dynamic
51 } :text
65 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
H A Dvsyscall-note.S2 * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text.
H A Dvsyscall-trapa.S1 .text
/linux-4.4.14/arch/arm64/kernel/vdso/
H A Dvdso.lds.S34 .hash : { *(.hash) } :text
42 .note : { *(.note.*) } :text :note
46 .text : { *(.text*) } :text =0xd503201f
51 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
52 .eh_frame : { KEEP (*(.eh_frame)) } :text
54 .dynamic : { *(.dynamic) } :text :dynamic
56 .rodata : { *(.rodata*) } :text
74 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/linux-4.4.14/arch/arm64/kernel/
H A Dvmlinux.lds.S17 /* .exit.text needed in case of alternative patching */
37 *(.hyp.idmap.text) \
40 *(.hyp.text) \
46 *(.idmap.text) \
94 .head.text : {
99 .text : { /* Real text segment */
102 *(.exception.text)
121 _etext = .; /* End of text and rodata section */
127 .exit.text : {
182 * The HYP init code and ID map text can't be longer than a page each,
188 "ID map text too big or misaligned")
191 * If padding is applied before .head.text, virt<->phys conversions will fail.
/linux-4.4.14/drivers/s390/cio/
H A Dqdio_debug.h13 /* that gives us 15 characters in the text event views */
27 #define DBF_EVENT(text...) \
30 snprintf(debug_buffer, QDIO_DBF_LEN, text); \
43 #define DBF_ERROR(text...) \
46 snprintf(debug_buffer, QDIO_DBF_LEN, text); \
59 #define DBF_DEV_EVENT(level, device, text...) \
63 snprintf(debug_buffer, QDIO_DBF_LEN, text); \
/linux-4.4.14/arch/s390/kernel/
H A Dvmlinux.lds.S15 text PT_LOAD FLAGS(5); /* R_E */
23 .text : {
33 } :text = 0x0700
35 _etext = .; /* End of text section */
37 NOTES :text :note
64 * .exit.text is discarded at runtime, not link time,
67 .exit.text : {
/linux-4.4.14/arch/frv/kernel/
H A Dvmlinux.lds.S28 .init.text : {
59 .text : {
60 *(.text..start)
61 *(.text..entry)
62 *(.text..break)
63 *(.text..tlbmiss)
77 _etext = .; /* End of text section */
/linux-4.4.14/arch/powerpc/kernel/vdso32/
H A Dvdso32.lds.S19 .hash : { *(.hash) } :text
27 .note : { *(.note.*) } :text :note
30 .text : {
31 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
32 } :text
52 * Other stuff is appended to the text segment:
57 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
58 .eh_frame : { KEEP (*(.eh_frame)) } :text
62 .dynamic : { *(.dynamic) } :text :dynamic
63 .got : { *(.got) } :text
127 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
H A Dnote.S2 * This supplies .note.* sections to go into the PT_NOTE inside the vDSO text.
/linux-4.4.14/arch/alpha/lib/
H A Dclear_page.S7 .text
H A Dcopy_page.S7 .text
H A Ddbg_current.S10 .text
H A Ddbg_stackcheck.S10 .text
H A Ddbg_stackkill.S11 .text
H A Ddec_and_lock.c11 asm (".text \n\
H A Dev6-clear_page.S7 .text
H A Dstrcpy.S9 .text
H A Dstrcat.S8 .text
/linux-4.4.14/arch/arc/include/asm/
H A Dlinkage.h29 .section .text.arcfp, "ax",@progbits
31 .section .text, "ax",@progbits
38 #define __arcfp_code __attribute__((__section__(".text.arcfp")))
40 #define __arcfp_code __attribute__((__section__(".text")))
/linux-4.4.14/arch/sh/include/asm/
H A Dvmlinux.lds.h20 *(.text..SHmedia32)
H A Datomic-irq.h8 * forward to code at the end of this object's .text section, then
/linux-4.4.14/arch/m68k/kernel/
H A Dvmlinux.lds.S4 text PT_LOAD FILEHDR PHDRS FLAGS (7);
/linux-4.4.14/arch/metag/lib/
H A Dclear_page.S5 .text
H A Dcopy_page.S5 .text
H A Ducmpdi2.S6 .text
H A Dcmpdi2.S6 .text
H A Dashldi3.S6 .text
H A Dashrdi3.S6 .text
H A Dip_fast_csum.S2 .text
H A Dlshrdi3.S6 .text
H A Dmuldi3.S13 .text
/linux-4.4.14/arch/arm/mach-rpc/
H A Dfiq.S6 .text
/linux-4.4.14/arch/arm/include/asm/
H A Didmap.h8 #define __idmap __section(.idmap.text) noinline notrace
H A Dexception.h12 #define __exception __attribute__((section(".exception.text")))
H A Dtcm.h24 #define __tcmfunc __attribute__((long_call)) __section(.tcm.text) noinline
26 #define __tcmlocalfunc __section(.tcm.text)
H A Dfixmap.h18 /* Support writing RO kernel text via kprobes, jump labels, etc. */
/linux-4.4.14/tools/testing/selftests/powerpc/switch_endian/
H A DMakefile10 $(CROSS_COMPILE)objcopy -j .text --reverse-bytes=4 -O binary $< $@
/linux-4.4.14/arch/powerpc/kernel/vdso64/
H A Dvdso64.lds.S19 .hash : { *(.hash) } :text
27 .note : { *(.note.*) } :text :note
30 .text : {
31 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
33 } :text
51 * Other stuff is appended to the text segment:
56 .dynamic : { *(.dynamic) } :text :dynamic
58 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
59 .eh_frame : { KEEP (*(.eh_frame)) } :text
127 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
/linux-4.4.14/arch/mips/kernel/
H A Dvmlinux.lds.S19 text PT_LOAD FLAGS(7); /* RWX */
38 /* Read-only sections, merged into text segment: */
44 /* Set the vaddr for the text segment to a value
55 .text : {
61 *(.text.*)
64 } :text = 0
65 _etext = .; /* End of text section */
81 NOTES :text NOTES_HEADER
82 .dummy : { *(.dummy) } :text
126 /* .exit.text is discarded at runtime, not link time, to deal with
129 .exit.text : {
/linux-4.4.14/arch/parisc/kernel/
H A Dvmlinux.lds.S53 /* we have to discard exit text and such at runtime, not link time */
54 .exit.text :
69 .text ALIGN(PAGE_SIZE) : {
75 *(.text.do_softirq)
76 *(.text.sys_exit)
77 *(.text.do_sigaltstack)
78 *(.text.do_fork)
79 *(.text.*)
81 *(.lock.text) /* out-of-line lock text */
86 /* End of text section */
/linux-4.4.14/arch/blackfin/lib/
H A Dsmulsi3_highpart.S12 .section .l1.text
14 .text
H A Dstrcpy.S17 .section .l1.text
19 .text
H A Dumulsi3_highpart.S12 .section .l1.text
14 .text
H A Dstrcmp.S19 .section .l1.text
21 .text
H A Dstrncmp.S17 .section .l1.text
19 .text
H A Dumodsi3.S10 .section .l1.text
12 .text
H A Dmemchr.S17 .text
H A Dmemset.S12 .section .l1.text
14 .text
H A Dmodsi3.S18 .section .l1.text
20 .text
H A Dstrncpy.S19 .section .l1.text
21 .text
/linux-4.4.14/tools/perf/ui/
H A Dutil.h8 int ui__help_window(const char *text);
10 int ui__question_window(const char *title, const char *text,
H A Dbrowser.h60 int ui_browser__help_window(struct ui_browser *browser, const char *text);
61 bool ui_browser__dialog_yesno(struct ui_browser *browser, const char *text);
62 int ui_browser__input_window(const char *title, const char *text, char *input,
/linux-4.4.14/arch/tile/kernel/
H A Dvmlinux.lds.S17 text PT_LOAD ;
22 /* Text is loaded with a different VA than data; start with text. */
42 .text : AT (ADDR(.text) - LOAD_OFFSET) {
52 *(.text.*)
56 } :text =0
/linux-4.4.14/arch/avr32/kernel/
H A Dvmlinux.lds.S29 *(.text.reset)
32 * .exit.text is discarded at runtime, not
47 .text : AT(ADDR(.text) - LOAD_OFFSET) {
50 *(.ex.text)
51 *(.irq.text)
H A Dhead.S14 .section .init.text,"ax"
/linux-4.4.14/arch/arc/kernel/
H A Dvmlinux.lds.S40 .text.arcfp : {
41 *(.text.arcfp)
52 * between .init.text and .text, avoiding any possible relocation
53 * errors because of calls from .init.text to .text
86 * .exit.text is discard at runtime, not link time, to deal with
90 .exit.text : { EXIT_TEXT }
96 .text : {
/linux-4.4.14/arch/ia64/kernel/
H A Dvmlinux.lds.S27 *(.IA_64.unwind.exit.text)
28 *(.IA_64.unwind_info.exit.text)
43 .text : AT(ADDR(.text) - LOAD_OFFSET) {
45 *(.text..ivt)
59 .text..lock : AT(ADDR(.text..lock) - LOAD_OFFSET) {
60 *(.text..lock)
68 NOTES :code :note /* put .notes in text and mark in PT_NOTE */
H A Dgate.lds.S55 .text (GATE_ADDR + PAGE_SIZE) : { *(.text) *(.text.*) } :readable
58 .text : { *(.text) *(.text.*) } :epc
/linux-4.4.14/tools/lib/traceevent/
H A Devent-utils.h67 static inline int has_text(const char *text) has_text() argument
69 if (!text) has_text()
72 while (*text) { has_text()
73 if (!isspace(*text)) has_text()
75 text++; has_text()
/linux-4.4.14/arch/um/include/asm/
H A Dcommon.lds.S82 /* .exit.text is discard at runtime, not link time, to deal with references
84 .exit.text : { *(.exit.text) }
/linux-4.4.14/arch/metag/kernel/
H A Dvmlinux.lds.S21 .text : {
27 *(.text.*)
31 __etext = .; /* End of text section */
H A Dtbiunexp.S5 .text
H A Dftrace.c65 /* read the text we want to modify */ ftrace_modify_code()
73 /* replace the text with the new text */ ftrace_modify_code()
/linux-4.4.14/arch/x86/include/uapi/asm/
H A Da.out.h7 unsigned a_text; /* length of text, in bytes */
12 unsigned a_trsize; /* length of relocation info for text, in bytes */
/linux-4.4.14/arch/xtensa/boot/boot-elf/
H A Dboot.lds.S21 .ResetVector.text XCHAL_RESET_VECTOR_VADDR :
23 *(.ResetVector.text)
/linux-4.4.14/arch/m68k/include/uapi/asm/
H A Da.out.h7 unsigned a_text; /* length of text, in bytes */
12 unsigned a_trsize; /* length of relocation info for text, in bytes */
/linux-4.4.14/tools/perf/config/
H A Dutilities.mak20 # Usage: escaped-text = $(call escape-nl,text[,escape])
36 # Usage: text = $(call unescape-nl,escaped-text[,escape])
80 # Usage: embeddable-text = $(call escape-for-shell-sq,text)
82 # This function produces text that is suitable for
90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text)
96 # Usage: wordified-text = $(call shell-wordify,text)
100 # |define text
106 # | echo $(call shell-wordify,$(text))
117 # If the text to be wordified contains a newline, then
119 # to render the text as a single line; when the shell
120 # processes the resulting escaped text, it transforms
121 # it into the original unescaped text.
123 # If the text does not contain a newline, then this function
/linux-4.4.14/arch/blackfin/kernel/
H A Dvmlinux.lds.S24 /* Neither the text, ro_data or bss section need to be aligned
27 .text :
45 *(.text.*)
49 *(.l1.text)
127 /* We have to discard exit text and such at runtime, not link time, to
129 * table, eh_frame, etc...). We need all of our .text up front and
132 .exit.text :
174 *(.l1.text.head)
175 *(.l1.text)
184 ASSERT (__text_l1_len <= L1_CODE_LENGTH, "L1 text overflow!")
227 *(.l2.text)
H A Dentry.S16 .section .l1.text
18 .text
H A Dmodule.c40 if (!strcmp(".l1.text", shname) || module_frob_arch_sections()
41 (!strcmp(".text", shname) && module_frob_arch_sections()
95 } else if (!strcmp(".l2.text", shname) || module_frob_arch_sections()
96 (!strcmp(".text", shname) && module_frob_arch_sections()
264 if (!strcmp(".rela.l2.text", shname) || module_finalize()
265 !strcmp(".rela.l1.text", shname) || module_finalize()
266 (!strcmp(".rela.text", shname) && module_finalize()
/linux-4.4.14/arch/x86/kernel/
H A Dvmlinux.lds.S47 * we retain large page mappings for boundaries spanning kernel text, rodata
51 * to the pages mapping to text and to the pages padding (which are freed) the
52 * text section. Hence kernel identity mappings will be broken to smaller
53 * pages. For 64-bit, kernel text and kernel identity mappings are different,
55 * as well as retain 2MB large page mappings for kernel text.
71 text PT_LOAD FLAGS(5); /* R_E */
93 .text : AT(ADDR(.text) - LOAD_OFFSET) {
107 /* End of text section */
109 } :text = 0x9090
111 NOTES :text :note
113 EXCEPTION_TABLE(16) :text = 0x9090
116 /* .text should occupy whole number of pages */
185 * output PHDR, so the next output section - .init.text - should
270 * .exit.text is discard at runtime, not link time, to deal with
273 .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) {
/linux-4.4.14/tools/perf/util/
H A Dsvghelper.c68 * Round text sizes so that the svg viewer only needs a discrete
113 fprintf(svgfile, "<defs>\n <style type=\"text/css\">\n <![CDATA[\n"); open_svg()
265 fprintf(svgfile, "<text x=\"%.8f\" y=\"%.8f\" font-size=\"%.8fpt\">%i</text>\n", svg_running()
273 static char text[80]; time_to_string() local
275 text[0] = 0; time_to_string()
278 return text; time_to_string()
281 sprintf(text, "%.1f us", duration / 1000.0); time_to_string()
282 return text; time_to_string()
284 sprintf(text, "%.1f ms", duration / 1000.0 / 1000); time_to_string()
286 return text; time_to_string()
291 char *text; svg_waiting() local
303 text = time_to_string(end-start); svg_waiting()
319 fprintf(svgfile, "<text transform=\"rotate(90)\" font-size=\"%.8fpt\"> %s</text>\n", svg_waiting()
320 font_size, text); svg_waiting()
374 fprintf(svgfile, "<text x=\"%.8f\" y=\"%.8f\">%s</text>\n", svg_cpu_box()
377 fprintf(svgfile, "<text transform=\"translate(%.8f,%.8f)\" font-size=\"1.25pt\">%s</text>\n", svg_cpu_box()
411 fprintf(svgfile, "<text transform=\"rotate(90)\" font-size=\"%.8fpt\">%s</text>\n", svg_process()
444 fprintf(svgfile, "<text x=\"%.8f\" y=\"%.8f\" font-size=\"%.8fpt\">C%i</text>\n", svg_cstate()
488 fprintf(svgfile, "<text x=\"%.8f\" y=\"%.8f\" font-size=\"0.25pt\">%s</text>\n", svg_pstate()
517 fprintf(svgfile, "<g transform=\"translate(%.8f,%.8f)\"><text transform=\"rotate(90)\" font-size=\"0.02pt\">%s &gt;</text></g>\n", svg_partial_wakeline()
524 fprintf(svgfile, "<g transform=\"translate(%.8f,%.8f)\"><text transform=\"rotate(90)\" font-size=\"0.02pt\">%s &gt;</text></g>\n", svg_partial_wakeline()
532 fprintf(svgfile, "<g transform=\"translate(%.8f,%.8f)\"><text transform=\"rotate(90)\" font-size=\"0.02pt\">%s &lt;</text></g>\n", svg_partial_wakeline()
539 fprintf(svgfile, "<g transform=\"translate(%.8f,%.8f)\"><text transform=\"rotate(90)\" font-size=\"0.02pt\">%s &lt;</text></g>\n", svg_partial_wakeline()
602 void svg_text(int Yslot, u64 start, const char *text) svg_text() argument
607 fprintf(svgfile, "<text x=\"%.8f\" y=\"%.8f\">%s</text>\n", svg_text()
608 time2pixels(start), Yslot * SLOT_MULT+SLOT_HEIGHT/2, text); svg_text()
611 static void svg_legenda_box(int X, const char *text, const char *style) svg_legenda_box() argument
618 fprintf(svgfile, "<text transform=\"translate(%.8f, %.8f)\" font-size=\"%.8fpt\">%s</text>\n", svg_legenda_box()
619 X + boxsize + 5, boxsize, 0.8 * boxsize, text); svg_legenda_box()
/linux-4.4.14/arch/arm/boot/compressed/
H A Dvmlinux.lds.S29 * of the text/got segments.
37 .text : {
40 *(.text)
41 *(.text.*)
/linux-4.4.14/arch/cris/boot/rescue/
H A Dhead_v32.S16 .text
H A Dtestrescue.S11 .text
/linux-4.4.14/scripts/kconfig/
H A Dnconf.h86 int get_line_no(const char *text);
87 const char *get_line(const char *text, int line_no);
88 void fill_window(WINDOW *win, const char *text);
96 const char *text);
H A Dkxgettext.c12 static char *escape(const char* text, char *bf, int len) escape() argument
15 int multiline = strchr(text, '\n') != NULL; escape()
17 int textlen = strlen(text); escape()
19 if ((textlen > 0) && (text[textlen-1] == '\n')) escape()
32 while (*text != '\0' && len > 1) { escape()
33 if (*text == '"') escape()
35 else if (*text == '\n') { escape()
42 ++text; escape()
45 else if (*text == '\\') { escape()
49 *bfp++ = *text++; escape()
H A Dnconf.gui.c175 int get_line_no(const char *text) get_line_no() argument
180 if (!text) get_line_no()
183 for (i = 0; text[i] != '\0'; i++) get_line_no()
184 if (text[i] == '\n') get_line_no()
189 const char *get_line(const char *text, int line_no) get_line() argument
194 if (!text) get_line()
197 for (i = 0; text[i] != '\0' && lines < line_no; i++) get_line()
198 if (text[i] == '\n') get_line()
200 return text+i; get_line()
214 void fill_window(WINDOW *win, const char *text) fill_window() argument
217 int total_lines = get_line_no(text); fill_window()
225 const char *line = get_line(text, i); fill_window()
238 * 1) show a text box, no buttons.
544 const char *text) show_scroll_win()
547 int total_lines = get_line_no(text); show_scroll_win()
562 total_lines = get_line_no(text); show_scroll_win()
564 const char *line = get_line(text, i); show_scroll_win()
572 fill_window(pad, text); show_scroll_win()
542 show_scroll_win(WINDOW *main_window, const char *title, const char *text) show_scroll_win() argument
/linux-4.4.14/arch/mn10300/kernel/
H A Dvmlinux.lds.S29 .text : {
39 _etext = .; /* End of text section */
69 /* .exit.text is discard at runtime, not link time, to deal with references
71 .exit.text : { EXIT_TEXT; }
/linux-4.4.14/arch/arm/lib/
H A Dchangebit.S13 .text
H A Dclearbit.S13 .text
H A Dsetbit.S13 .text
H A Dtestchangebit.S13 .text
H A Dtestclearbit.S13 .text
H A Dtestsetbit.S13 .text
H A Dfloppydma.S12 .text
/linux-4.4.14/tools/perf/bench/
H A Dmem-memcpy-x86-64-asm.S2 #define altinstr_replacement text
H A Dmem-memset-x86-64-asm.S2 #define altinstr_replacement text
/linux-4.4.14/tools/perf/tests/
H A Dtests.h4 #define TEST_ASSERT_VAL(text, cond) \
7 pr_debug("FAILED %s:%d %s\n", __FILE__, __LINE__, text); \
12 #define TEST_ASSERT_EQUAL(text, val, expected) \
16 __FILE__, __LINE__, text, val, expected); \
/linux-4.4.14/arch/score/kernel/
H A Dvmlinux.lds.S39 .text : {
45 *(.text.*)
48 _etext = .; /* End of text section */
75 /* .exit.text is discarded at runtime, not link time, to deal with
78 .exit.text : {
/linux-4.4.14/arch/openrisc/kernel/
H A Dvmlinux.lds.S38 /* Read-only sections, merged into text segment: */
45 .text : AT(ADDR(.text) - LOAD_OFFSET)
54 *(.text.__*)
57 /* TODO: Check if fixup and text.__* are really necessary
/linux-4.4.14/arch/cris/kernel/
H A Dvmlinux.lds.S42 .text : {
47 *(.text.__*)
50 _etext = . ; /* End of text section. */
85 /* .exit.text is discarded at runtime, not link time,
88 .exit.text : {
/linux-4.4.14/arch/um/kernel/
H A Ddyn.lds.S21 /* Read-only sections, merged into text segment: */
31 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) }
32 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) }
67 .text : {
73 *(.stub .text.* .gnu.linkonce.t.*)
/linux-4.4.14/arch/powerpc/kernel/
H A Dvmlinux.lds.S48 .text : AT(ADDR(.text) - LOAD_OFFSET) {
52 /* careful! __ftr_alt_* sections need to be close to .text */
53 *(.text .fixup __ftr_alt_* .ref.text)
94 /* .exit.text is discarded at runtime, not link time,
97 .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) {
187 * to deal with references from .exit.text
/linux-4.4.14/arch/arm/kernel/
H A Dvmlinux.lds.S24 *(.idmap.text) \
28 *(.hyp.idmap.text) \
69 *(.ARM.exidx.exit.text)
70 *(.ARM.extab.exit.text)
71 ARM_CPU_DISCARD(*(.ARM.exidx.cpuexit.text))
72 ARM_CPU_DISCARD(*(.ARM.extab.cpuexit.text))
77 *(.text.fixup)
92 .head.text : {
101 .text : { /* Real text segment */
105 *(.exception.text)
153 _etext = .; /* End of text and rodata section */
182 .exit.text : {
297 *(.tcm.text)
H A Dmodule.c31 * The XIP kernel text is mapped in the module area for modules and
341 if (strcmp(".ARM.exidx.init.text", secname) == 0) module_finalize()
345 else if (strcmp(".ARM.exidx.exit.text", secname) == 0) module_finalize()
347 else if (strcmp(".ARM.exidx.text.unlikely", secname) == 0) module_finalize()
349 else if (strcmp(".ARM.exidx.text.hot", secname) == 0) module_finalize()
351 else if (strcmp(".init.text", secname) == 0) module_finalize()
353 else if (strcmp(".text", secname) == 0) module_finalize()
355 else if (strcmp(".exit.text", secname) == 0) module_finalize()
357 else if (strcmp(".text.unlikely", secname) == 0) module_finalize()
359 else if (strcmp(".text.hot", secname) == 0) module_finalize()
/linux-4.4.14/scripts/
H A Dbootgraph.pl45 my $text = << "EOM";
55 print STDERR $text;
57 print $text;
157 print "<text transform=\"translate($xheader,$yheader)\">Kernel version: $version</text>\n";
159 print "<text transform=\"translate($xheader,$cyheader)\">Date: $date</text>\n";
219 print "<text transform=\"translate($s2,$y2) rotate(90)\">$key</text>\n";
221 print "<text transform=\"translate($s3,$y2) rotate(90)\" font-size=\"3pt\">$key</text>\n";
234 print "<text transform=\"translate($s3,89) rotate(90)\">$tm</text>\n";
H A Dcleanpatch161 $text = substr($line, 1);
162 $text =~ s/[ \t\r]*$//; # Remove trailing spaces
163 $text = clean_space_tabs($text);
165 $l_width = strwidth($text);
172 push(@hunk_lines, '+'.$text);
H A Dmakelst19 t1=`$3 --syms $1 | grep .text | grep -m1 " F "`
H A Drecordmcount.pl36 # .section ".sched.text", "ax"
54 # offset from .sched.text. If we choose global symbol func2 as a reference and
68 # .section ".sched.text", "ax"
132 ".text" => 1,
133 ".ref.text" => 1,
134 ".sched.text" => 1,
135 ".spinlock.text" => 1,
136 ".irqentry.text" => 1,
137 ".kprobes.text" => 1,
138 ".text.unlikely" => 1,
296 # text section before the first instructions and the first
473 my $text;
500 # Only record text sections that we know are safe
513 $text = $2;
518 if (!defined($locals{$text}) && !defined($weak{$text})) {
519 $ref_func = $text;
524 if (!defined($ref_func) && !defined($weak{$text}) &&
527 $text !~ /^\.L/) {
528 $ref_func = $text;
/linux-4.4.14/arch/unicore32/kernel/
H A Dvmlinux.lds.S37 .text : { /* Real text segment */
/linux-4.4.14/arch/x86/tools/
H A Drelocs_common.c14 die("relocs [--abs-syms|--abs-relocs|--reloc-info|--text|--realmode]" \ usage()
48 if (strcmp(arg, "--text") == 0) { main()
/linux-4.4.14/arch/x86/um/
H A Dsetjmp_32.S17 .text
40 .text
H A Dsetjmp_64.S19 .text
39 .text
/linux-4.4.14/arch/alpha/kernel/
H A Dvmlinux.lds.S21 .text : {
30 _etext = .; /* End of text section */
/linux-4.4.14/lib/
H A Dts_kmp.c2 * lib/ts_kmp.c Knuth-Morris-Pratt text search implementation
16 * matching time is O(n), for n being length(text), using just an
50 const u8 *text; kmp_find() local
54 text_len = conf->get_next_block(consumed, &text, conf, state); kmp_find()
61 != (icase ? toupper(text[i]) : text[i])) kmp_find()
64 == (icase ? toupper(text[i]) : text[i])) kmp_find()
H A Dts_bm.c2 * lib/ts_bm.c Boyer-Moore text search implementation
66 const u8 *text; bm_find() local
71 text_len = conf->get_next_block(consumed, &text, conf, state); bm_find()
78 shift, text[shift]); bm_find()
80 if ((icase ? toupper(text[shift-i]) bm_find()
81 : text[shift-i]) bm_find()
89 next: bs = bm->bad_shift[text[shift-i]]; bm_find()
/linux-4.4.14/arch/metag/tbx/
H A Dtbilogf.S19 .text
34 .text
H A Dtbisoft.S30 .text
47 .text
67 .text
124 .text
146 .text
173 .text
219 .text
/linux-4.4.14/arch/m32r/kernel/
H A Dvmlinux.lds.S30 .text : {
42 _etext = .; /* End of text section */
/linux-4.4.14/tools/perf/ui/tui/
H A Dutil.c72 int ui_browser__input_window(const char *title, const char *text, char *input, ui_browser__input_window() argument
80 t = text; ui_browser__input_window()
111 SLsmg_write_wrapped_string((unsigned char *)text, y, x, ui_browser__input_window()
164 int ui__question_window(const char *title, const char *text, ui__question_window() argument
171 t = text; ui__question_window()
203 SLsmg_write_wrapped_string((unsigned char *)text, y, x, ui__question_window()
216 int ui__help_window(const char *text) ui__help_window() argument
218 return ui__question_window("Help", text, "Press any key...", 0); ui__help_window()
/linux-4.4.14/arch/mn10300/include/asm/
H A Drwlock.h42 " .section .text.lock,\"ax\" \n" \
61 " .section .text.lock,\"ax\" \n" \
88 " .section .text.lock,\"ax\" \n" \
107 " .section .text.lock,\"ax\" \n" \
/linux-4.4.14/arch/avr32/lib/
H A D__avr32_asr64.S12 .text
H A D__avr32_lsl64.S12 .text
H A D__avr32_lsr64.S12 .text
H A Dio-readsb.S9 .text
/linux-4.4.14/arch/avr32/mm/
H A Dclear_page.S16 .text
H A Dcopy_page.S18 .text
/linux-4.4.14/tools/perf/arch/arm64/tests/
H A Dregs_load.S3 .text
/linux-4.4.14/arch/tile/include/asm/
H A Dlinkage.h24 * self-named .text.foo section, and if linker feedback collection
30 .pushsection .text.##name, "ax"; \
46 .pushsection .text.##name, "ax"; \
/linux-4.4.14/include/asm-generic/
H A Dsections.h11 * [_stext, _etext]: contains .text.* sections, may also contain .rodata.*
16 * [__init_begin, __init_end]: contains .init.* sections, but .init.text.*
18 * [_sinittext, _einittext]: contains .init.text.* sections
H A Dvmlinux.lds.h45 * [_stext, _etext] is the text section
70 * are handled as text/data or they can be discarded (which
421 /* .text section. Map to function alignment to avoid address changes
425 *(.text.hot .text .text.fixup .text.unlikely) \
426 *(.ref.text) \
427 MEM_KEEP(init.text) \
428 MEM_KEEP(exit.text) \
431 /* sched.text is aling to function alignment to secure we have same
436 *(.sched.text) \
439 /* spinlock.text is aling to function alignment to secure we have same
444 *(.spinlock.text) \
450 *(.kprobes.text) \
456 *(.entry.text) \
463 *(.irqentry.text) \
470 #define HEAD_TEXT *(.head.text)
473 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) { \
533 *(.init.text) \
534 MEM_DISCARD(init.text)
542 *(.exit.text) \
543 MEM_DISCARD(exit.text)
697 * Some archs want to discard exit text/data at runtime rather than
818 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) { \
/linux-4.4.14/arch/m32r/lib/
H A Dmemcpy.S14 .text
20 .text
58 .text
/linux-4.4.14/arch/blackfin/mach-common/
H A Dcache.S66 .section .l1.text
68 .text
80 .text
97 .section .l1.text
99 .text
/linux-4.4.14/arch/mips/include/asm/mach-ip27/
H A Dkernel-entry-init.h35 * inputs are the text nasid in t1, data nasid in t2.
46 li t0, 0x1c000 # Offset of text into node memory
47 dsll t1, NASID_SHFT # Shift text nasid into place
49 or t1, t1, t0 # Physical load address of kernel text
79 move t2, t1 # text and data are here
/linux-4.4.14/drivers/staging/speakup/
H A Dspeakup_acnt.h17 #define SYNTH_ALMOST_EMPTY 'M' /* synth has less than 2 seconds of text left */
/linux-4.4.14/arch/unicore32/lib/
H A Dcopy_page.S21 .text
/linux-4.4.14/arch/sh/lib64/
H A Dstrlen.S7 .section .text..SHmedia32,"ax"
/linux-4.4.14/arch/frv/lib/
H A D__negdi2.S13 .text
/linux-4.4.14/arch/h8300/kernel/
H A Dvmlinux.lds.S28 .text : {
/linux-4.4.14/arch/mips/boot/
H A Delf2ecoff.c272 struct sect text, data, bss; main() local
281 text.len = data.len = bss.len = 0; main()
282 text.vaddr = data.vaddr = bss.vaddr = 0; main()
375 combine(&text, &ntxt, 0); main()
392 if (text.vaddr > data.vaddr || data.vaddr > bss.vaddr || main()
393 text.vaddr + text.len > data.vaddr main()
400 /* If there's a data section but no text section, then the loader main()
402 text section, so just make the data section zero length following main()
403 text. */ main()
404 if (data.len && !text.len) { main()
405 text = data; main()
406 data.vaddr = text.vaddr + text.len; main()
410 /* If there is a gap between text and data, we'll fill it when we copy main()
411 the data, so update the length of the text segment as represented in main()
414 if (text.vaddr + text.len < data.vaddr) main()
415 text.len = data.vaddr - text.vaddr; main()
420 eah.tsize = text.len; main()
424 eah.text_start = text.vaddr; main()
447 strcpy(esecs[0].s_name, ".text"); main()
H A Decoff.h36 long tsize; /* text size in bytes, padded to DW bdry*/
40 long text_start; /* base of text used for this file */
/linux-4.4.14/drivers/media/rc/
H A Dfintek-cir.h38 #define fit_pr(level, text, ...) \
39 printk(level KBUILD_MODNAME ": " text, ## __VA_ARGS__)
41 #define fit_dbg(text, ...) \
44 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__)
46 #define fit_dbg_verbose(text, ...) \
49 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__)
51 #define fit_dbg_wake(text, ...) \
54 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__)
/linux-4.4.14/net/sunrpc/auth_gss/
H A Dgss_krb5_seal.c128 gss_get_mic_v1(struct krb5_ctx *ctx, struct xdr_buf *text, gss_get_mic_v1() argument
151 if (make_checksum(ctx, ptr, 8, text, 0, cksumkey, gss_get_mic_v1()
169 gss_get_mic_v2(struct krb5_ctx *ctx, struct xdr_buf *text, gss_get_mic_v2() argument
186 * text and w/o direction indicator */ gss_get_mic_v2()
201 text, 0, cksumkey, cksum_usage, &cksumobj)) gss_get_mic_v2()
212 gss_get_mic_kerberos(struct gss_ctx *gss_ctx, struct xdr_buf *text, gss_get_mic_kerberos() argument
223 return gss_get_mic_v1(ctx, text, token); gss_get_mic_kerberos()
226 return gss_get_mic_v2(ctx, text, token); gss_get_mic_kerberos()
/linux-4.4.14/scripts/gdb/linux/
H A Ddmesg.py53 text = log_buf[pos + 16:pos + 16 + text_len]
56 for line in memoryview(text).tobytes().splitlines():
/linux-4.4.14/scripts/kconfig/lxdialog/
H A Dtextbox.c2 * textbox.c -- implements the text box
51 * Display text from a file in a dialog box.
109 /* Create window for box region, used for scrolling text */ dialog_textbox()
136 /* Print first page of text */ dialog_textbox()
277 * Go back 'n' lines in text. Called by dialog_textbox().
310 * Print a new page of text.
339 * Print a new line of text.
365 * Return current line of text. Called by dialog_textbox() and print_line().
/linux-4.4.14/arch/mips/include/asm/
H A Dsim.h22 ".text\n\t" \
50 ".text\n\t" \
/linux-4.4.14/arch/nios2/boot/compressed/
H A Dvmlinux.lds.S32 .text : { *(.text) } = 0
/linux-4.4.14/arch/hexagon/kernel/
H A Dvmlinux.lds.S49 .text : AT(ADDR(.text)) {
/linux-4.4.14/arch/m32r/mm/
H A Dpage.S15 .text
53 .text
/linux-4.4.14/arch/arm/mm/
H A Dproc-arm9tdmi.S22 .text
48 .pushsection .idmap.text, "ax"
/linux-4.4.14/tools/perf/scripts/python/
H A Devent_analyzing_sample.py47 name text,
48 symbol text,
49 comm text,
50 dso text
54 name text,
55 symbol text,
56 comm text,
57 dso text,
/linux-4.4.14/drivers/usb/misc/
H A Dusbsevseg.c35 /* the different text display modes the device is capable of */
47 u8 text[MAXLEN]; member in struct:usb_sevsegdev
138 buffer[i] = mydev->text[mydev->textlength-1-i]; update_display_visual()
144 (85 * 0x100) + 10, /* (write text) */ update_display_visual()
202 return snprintf(buf, mydev->textlength, "%s\n", mydev->text); show_attr_text()
212 if (end > sizeof(mydev->text)) set_attr_text()
215 memset(mydev->text, 0, sizeof(mydev->text)); set_attr_text()
219 memcpy(mydev->text, buf, end); set_attr_text()
225 static DEVICE_ATTR(text, S_IRUGO | S_IWUSR, show_attr_text, set_attr_text);
/linux-4.4.14/drivers/video/fbdev/
H A Dsticore.h89 s32 text_planes; /* number of planes used for text */
108 u32 text : 1; /* turn on text display planes? */ member in struct:sti_init_flags
109 u32 nontext : 1; /* turn on non-text display planes? */
110 u32 clear : 1; /* clear text display planes? */
111 u32 cmap_blk : 1; /* non-text planes cmap black? */
114 u32 no_chg_tx : 1; /* don't change text settings */
115 u32 no_chg_ntx : 1; /* don't change non-text settings */
118 u32 init_cmap_tx : 1; /* initialize cmap for text planes */
136 s32 text_planes; /* number of planes to use for text */
143 s32 text_planes; /* number of planes used for text */
271 u32 non_text : 1; /* font unpack/move in non_text planes =1, text =0 */
287 u32 non_text : 1; /* block move in non_text planes =1, text =0 */
/linux-4.4.14/include/linux/
H A Dinit.h42 #define __init __section(.init.text) __cold notrace
76 #define __ref __section(.ref.text) noinline
92 #define __exit __section(.exit.text) __exitused __cold notrace
95 #define __meminit __section(.meminit.text) __cold notrace
98 #define __memexit __section(.memexit.text) __exitused __cold notrace
103 #define __HEAD .section ".head.text","ax"
104 #define __INIT .section ".init.text","ax"
111 #define __MEMINIT .section ".meminit.text", "ax"
116 #define __REF .section ".ref.text", "ax"
/linux-4.4.14/arch/um/include/shared/
H A Dinit.h47 #define __init __section(.init.text)
53 #define __exit __section(.exit.text)
55 #define __exit __used __section(.exit.text)
/linux-4.4.14/arch/x86/platform/efi/
H A Defi_thunk_64.S18 * and kernel text (see efi_setup_page_tables()).
25 .text
38 * Calculate the physical address of the kernel text.
/linux-4.4.14/include/uapi/linux/
H A Dfb.h45 #define FB_AUX_TEXT_MDA 0 /* Monochrome text */
46 #define FB_AUX_TEXT_CGA 1 /* CGA/EGA/VGA Color text */
48 #define FB_AUX_TEXT_MGA_STEP16 3 /* MGA Millenium I: text, attr, 14 reserved bytes */
49 #define FB_AUX_TEXT_MGA_STEP8 4 /* other MGAs: text, attr, 6 reserved bytes */
52 #define FB_AUX_TEXT_SVGA_STEP2 8 /* SVGA text mode: text, attr */
53 #define FB_AUX_TEXT_SVGA_STEP4 9 /* SVGA text mode: text, attr, 2 reserved bytes */
54 #define FB_AUX_TEXT_SVGA_STEP8 10 /* SVGA text mode: text, attr, 6 reserved bytes */
55 #define FB_AUX_TEXT_SVGA_STEP16 11 /* SVGA text mode: text, attr, 14 reserved bytes */
/linux-4.4.14/kernel/printk/
H A Dprintk.c173 * length of the message text is stored in the header, the stored message
187 * Valid characters in property names are [a-zA-Z0-9.-_]. The plain text value
194 * 000a 0b 00 text is 11 bytes long
210 * "<level>,<sequnum>,<timestamp>,<contflag>[,additional_values, ... ];<message text>\n"
222 LOG_NEWLINE = 2, /* text ended with a newline */
223 LOG_PREFIX = 4, /* text started with a prefix */
224 LOG_CONT = 8, /* text is a fragment of a continuation line */
230 u16 text_len; /* length of text buffer */
298 /* human readable text of the record */ log_text()
426 const char *text, u16 text_len) log_store()
456 memcpy(log_text(msg), text, text_len); log_store() local
560 char *text, size_t text_len) msg_print_ext_body()
567 unsigned char c = text[i]; msg_print_ext_body()
1082 const char *text = log_text(msg); msg_print_text() local
1100 const char *next = memchr(text, '\n', text_size); msg_print_text()
1104 text_len = next - text; msg_print_text()
1106 text_size -= next - text; msg_print_text()
1118 memcpy(buf + len, text, text_len); msg_print_text()
1132 text = next; msg_print_text()
1133 } while (text); msg_print_text()
1140 char *text; syslog_print() local
1144 text = kmalloc(LOG_LINE_MAX + PREFIX_MAX, GFP_KERNEL); syslog_print()
1145 if (!text) syslog_print()
1167 n = msg_print_text(msg, syslog_prev, true, text, syslog_print()
1187 if (copy_to_user(buf, text + skip, n)) { syslog_print()
1198 kfree(text); syslog_print()
1204 char *text; syslog_print_all() local
1207 text = kmalloc(LOG_LINE_MAX + PREFIX_MAX, GFP_KERNEL); syslog_print_all()
1208 if (!text) syslog_print_all()
1261 textlen = msg_print_text(msg, prev, true, text, syslog_print_all()
1272 if (copy_to_user(buf + len, text, textlen)) syslog_print_all()
1293 kfree(text); syslog_print_all()
1435 const char *text, size_t len) call_console_drivers()
1439 trace_console(text, len); call_console_drivers()
1459 con->write(con, text, len); for_each_console()
1597 static bool cont_add(int facility, int level, const char *text, size_t len) cont_add() argument
1622 memcpy(cont.buf + cont.len, text, len); cont_add()
1631 static size_t cont_print_text(char *text, size_t size) cont_print_text() argument
1637 textlen += print_time(cont.ts_nsec, text); cont_print_text()
1645 memcpy(text + textlen, cont.buf + cont.cons, len); cont_print_text()
1652 text[textlen++] = '\n'; cont_print_text()
1665 char *text = textbuf; vprintk_emit() local
1725 text_len = vscnprintf(text, sizeof(textbuf), fmt, args); vprintk_emit()
1728 if (text_len && text[text_len-1] == '\n') { vprintk_emit()
1735 int kern_level = printk_get_level(text); vprintk_emit()
1738 const char *end_of_header = printk_skip_level(text); vprintk_emit()
1752 text_len -= end_of_header - text; vprintk_emit()
1753 text = (char *)end_of_header; vprintk_emit()
1772 if (cont_add(facility, level, text, text_len)) vprintk_emit()
1777 dict, dictlen, text, text_len); vprintk_emit()
1791 stored = cont_add(facility, level, text, vprintk_emit()
1800 dict, dictlen, text, text_len); vprintk_emit()
1951 char *text, size_t text_len) { return 0; } call_console_drivers()
1954 const char *text, size_t len) {} msg_print_text()
1957 static size_t cont_print_text(char *text, size_t size) { return 0; } cont_print_text() argument
2186 static void console_cont_flush(char *text, size_t size) console_cont_flush() argument
2204 len = cont_print_text(text, size); console_cont_flush()
2207 call_console_drivers(cont.level, NULL, 0, text, len); console_cont_flush()
2232 static char text[LOG_LINE_MAX + PREFIX_MAX]; console_unlock() local
2257 console_cont_flush(text, sizeof(text)); console_unlock()
2272 len = sprintf(text, "** %u printk messages dropped ** ", console_unlock()
2306 text + len, sizeof(text) - len); console_unlock()
2322 call_console_drivers(level, ext_text, ext_len, text, len); console_unlock()
423 log_store(int facility, int level, enum log_flags flags, u64 ts_nsec, const char *dict, u16 dict_len, const char *text, u16 text_len) log_store() argument
558 msg_print_ext_body(char *buf, size_t size, char *dict, size_t dict_len, char *text, size_t text_len) msg_print_ext_body() argument
1433 call_console_drivers(int level, const char *ext_text, size_t ext_len, const char *text, size_t len) call_console_drivers() argument
1949 msg_print_ext_body(char *buf, size_t size, char *dict, size_t dict_len, char *text, size_t text_len) msg_print_ext_body() argument
1952 call_console_drivers(int level, const char *ext_text, size_t ext_len, const char *text, size_t len) call_console_drivers() argument
/linux-4.4.14/arch/sparc/prom/
H A Dcif.S11 .text

Completed in 4173 milliseconds

1234567