Home
last modified time | relevance | path

Searched refs:text (Results 1 – 200 of 1104) sorted by relevance

123456

/linux-4.1.27/arch/xtensa/kernel/
Dvmlinux.lds.S88 .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);
[all …]
Dvectors.S69 .section .UserExceptionVector.text, "ax"
96 .section .KernelExceptionVector.text, "ax"
207 .section .DoubleExceptionVector.text, "ax"
598 .section .DebugInterruptVector.text, "ax"
625 .section .Level\level\()InterruptVector.text, "ax"
660 .section .WindowVectors.text, "ax"
782 .text
/linux-4.1.27/drivers/s390/net/
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) \ argument
79 debug_text_event(ctcm_dbf[CTCM_DBF_##name].id, level, text); \
88 #define CTCM_DBF_TEXT_(name, level, text...) \ argument
89 ctcm_dbf_longtext(CTCM_DBF_##name, level, text)
96 #define CTCM_DBF_DEV_NAME(cat, dev, text) \ argument
99 CTCM_FUNTAIL, dev->name, text); \
102 #define MPC_DBF_DEV_NAME(cat, dev, text) \ argument
105 CTCM_FUNTAIL, dev->name, text); \
108 #define CTCMY_DBF_DEV_NAME(cat, dev, text) \ argument
[all …]
Dqeth_core.h56 #define QETH_DBF_TEXT(name, level, text) \ argument
57 debug_text_event(qeth_dbf[QETH_DBF_##name].id, level, text)
62 #define QETH_DBF_MESSAGE(level, text...) \ argument
63 debug_sprintf_event(qeth_dbf[QETH_DBF_MSG].id, level, text)
65 #define QETH_DBF_TEXT_(name, level, text...) \ argument
66 qeth_dbf_longtext(qeth_dbf[QETH_DBF_##name].id, level, text)
68 #define QETH_CARD_TEXT(card, level, text) \ argument
69 debug_text_event(card->debug, level, text)
74 #define QETH_CARD_MESSAGE(card, text...) \ argument
75 debug_sprintf_event(card->debug, level, text)
[all …]
Dlcs.h9 #define LCS_DBF_TEXT(level, name, text) \ argument
11 debug_text_event(lcs_dbf_##name, level, text); \
19 #define LCS_DBF_TEXT_(level,name,text...) \ argument
22 sprintf(debug_buffer, text); \
/linux-4.1.27/arch/powerpc/platforms/44x/
Dppc476_modules.lds3 .text : ALIGN(4096)
5 *(.text .text.* .fixup)
7 .init.text : ALIGN(4096)
9 *(.init.text .init.text.*)
11 .exit.text : ALIGN(4096)
13 *(.exit.text .exit.text.*)
/linux-4.1.27/arch/x86/vdso/
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
[all …]
/linux-4.1.27/arch/x86/um/vdso/
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 */
/linux-4.1.27/arch/tile/kernel/vdso/
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.1.27/arch/arm/vdso/
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.1.27/arch/sh/kernel/vsyscall/
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 */
/linux-4.1.27/arch/arm64/kernel/vdso/
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 */
Dsigreturn.S25 .text
/linux-4.1.27/scripts/kconfig/
Dzconf.l26 static char *text; variable
43 text = xmalloc(START_STRSIZE); in new_string()
46 *text = 0; in new_string()
55 text = realloc(text, new_size); in append_string()
58 memcpy(text + text_size, str, size); in append_string()
60 text[text_size] = 0; in append_string()
65 text = xmalloc(size + 1); in alloc_string()
66 memcpy(text, str, size); in alloc_string()
67 text[size] = 0; in alloc_string()
106 zconflval.string = text;
[all …]
Dkxgettext.c12 static char *escape(const char* text, char *bf, int len) in escape() argument
15 int multiline = strchr(text, '\n') != NULL; in escape()
17 int textlen = strlen(text); in escape()
19 if ((textlen > 0) && (text[textlen-1] == '\n')) in escape()
32 while (*text != '\0' && len > 1) { in escape()
33 if (*text == '"') in escape()
35 else if (*text == '\n') { in escape()
42 ++text; in escape()
45 else if (*text == '\\') { in escape()
49 *bfp++ = *text++; in escape()
Dnconf.gui.c175 int get_line_no(const char *text) in get_line_no() argument
180 if (!text) in get_line_no()
183 for (i = 0; text[i] != '\0'; i++) in get_line_no()
184 if (text[i] == '\n') in get_line_no()
189 const char *get_line(const char *text, int line_no) in get_line() argument
194 if (!text) in get_line()
197 for (i = 0; text[i] != '\0' && lines < line_no; i++) in get_line()
198 if (text[i] == '\n') in get_line()
200 return text+i; in get_line()
214 void fill_window(WINDOW *win, const char *text) in fill_window() argument
[all …]
Dmconf.c289 static int show_textbox_ext(const char *title, char *text, int r, int c,
292 static void show_textbox(const char *title, const char *text, int r, int c);
293 static void show_helptext(const char *title, const char *text);
303 "%s - %s", config_filename, rootmenu.prompt->text); in set_config_filename()
315 const char *text; member
332 if (sp->text) { in set_subtitle()
339 pos->text = sp->text; in set_subtitle()
429 stpart.text = str_get(&sttext); in search_conf()
655 stpart.text = menu_get_prompt(menu); in conf()
657 stpart.text = NULL; in conf()
[all …]
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);
Dlkc.h34 #define _(text) gettext(text) argument
35 #define N_(text) (text) argument
Dzconf.lex.c788 static char *text; variable
805 text = xmalloc(START_STRSIZE); in new_string()
808 *text = 0; in new_string()
817 text = realloc(text, new_size); in append_string()
820 memcpy(text + text_size, str, size); in append_string()
822 text[text_size] = 0; in append_string()
827 text = xmalloc(size + 1); in alloc_string()
828 memcpy(text, str, size); in alloc_string()
829 text[size] = 0; in alloc_string()
1097 zconflval.string = text;
[all …]
Dzconf.y506 rootmenu.prompt->text = _(rootmenu.prompt->text);
507 rootmenu.prompt->text = sym_expand_string_value(rootmenu.prompt->text);
634 print_quoted_string(out, prop->text); in print_symbol()
665 print_quoted_string(out, prop->text); in print_symbol()
695 print_quoted_string(out, prop->text); in zconfdump()
700 print_quoted_string(out, prop->text); in zconfdump()
Dqconf.h179 void setText(colIdx idx, const QString& text) in setText() argument
181 Parent::setText(listView()->mapIdx(idx), text); in setText()
183 QString text(colIdx idx) const in text() function
185 return Parent::text(listView()->mapIdx(idx)); in text()
/linux-4.1.27/arch/powerpc/kernel/vdso32/
Dvdso32.lds.S19 .hash : { *(.hash) } :text
27 .note : { *(.note.*) } :text :note
30 .text : {
31 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
32 } :text
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 */
/linux-4.1.27/arch/s390/kernel/vdso32/
Dvdso32.lds.S15 .hash : { *(.hash) } :text
23 .note : { *(.note.*) } :text :note
26 .text : {
27 *(.text .stub .text.* .gnu.linkonce.t.*)
28 } :text
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 */
/linux-4.1.27/arch/s390/kernel/vdso64/
Dvdso64.lds.S15 .hash : { *(.hash) } :text
23 .note : { *(.note.*) } :text :note
26 .text : {
27 *(.text .stub .text.* .gnu.linkonce.t.*)
28 } :text
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 */
/linux-4.1.27/arch/parisc/kernel/
Dvmlinux.lds.S54 .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 */
Dreal2.S54 .text
128 .text
160 .text
195 .text
233 .text
291 .text
/linux-4.1.27/arch/powerpc/kernel/vdso64/
Dvdso64.lds.S19 .hash : { *(.hash) } :text
27 .note : { *(.note.*) } :text :note
30 .text : {
31 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
33 } :text
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.1.27/arch/arm/kernel/
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) argument
[all …]
Dsleep.S7 .text
101 .pushsection .idmap.text,"ax"
119 .text
/linux-4.1.27/drivers/s390/crypto/
Dzcrypt_debug.h20 #define ZCRYPT_DBF_COMMON(level, text...) \ argument
24 snprintf(debug_buffer, ZCRYPT_DBF_LEN, text); \
30 #define ZCRYPT_DBF_DEVICES(level, text...) \ argument
34 snprintf(debug_buffer, ZCRYPT_DBF_LEN, text); \
40 #define ZCRYPT_DBF_DEV(level, device, text...) \ argument
44 snprintf(debug_buffer, ZCRYPT_DBF_LEN, text); \
Dzcrypt_pcicc.c175 char text[0]; in ICAMEX_msg_to_type6MEX_msg() member
180 if (copy_from_user(msg->text, mex->inputdata, mex->inputdatalength)) in ICAMEX_msg_to_type6MEX_msg()
183 if (is_PKCS11_padded(msg->text, mex->inputdatalength)) in ICAMEX_msg_to_type6MEX_msg()
190 if (is_PKCS12_padded(msg->text, mex->inputdatalength)) { in ICAMEX_msg_to_type6MEX_msg()
192 pad_len = strnlen(msg->text + 2, mex->inputdatalength - 2) + 3; in ICAMEX_msg_to_type6MEX_msg()
196 memmove(msg->text, msg->text + pad_len, vud_len); in ICAMEX_msg_to_type6MEX_msg()
200 size = zcrypt_type6_mex_key_en(mex, msg->text + vud_len, 0); in ICAMEX_msg_to_type6MEX_msg()
212 size = zcrypt_type6_mex_key_de(mex, msg->text + vud_len, 0); in ICAMEX_msg_to_type6MEX_msg()
262 char text[0]; in ICACRT_msg_to_type6CRT_msg() member
268 if (copy_from_user(msg->text, crt->inputdata, crt->inputdatalength)) in ICACRT_msg_to_type6CRT_msg()
[all …]
/linux-4.1.27/drivers/media/rc/
Dfintek-cir.h38 #define fit_pr(level, text, ...) \ argument
39 printk(level KBUILD_MODNAME ": " text, ## __VA_ARGS__)
41 #define fit_dbg(text, ...) \ argument
44 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__)
46 #define fit_dbg_verbose(text, ...) \ argument
49 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__)
51 #define fit_dbg_wake(text, ...) \ argument
54 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__)
Dnuvoton-cir.h38 #define nvt_pr(level, text, ...) \ argument
39 printk(level KBUILD_MODNAME ": " text, ## __VA_ARGS__)
41 #define nvt_dbg(text, ...) \ argument
44 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__)
46 #define nvt_dbg_verbose(text, ...) \ argument
49 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__)
51 #define nvt_dbg_wake(text, ...) \ argument
54 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__)
Dite-cir.h26 #define ite_pr(level, text, ...) \ argument
27 printk(level KBUILD_MODNAME ": " text, ## __VA_ARGS__)
28 #define ite_dbg(text, ...) do { \ argument
31 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__); \
34 #define ite_dbg_verbose(text, ...) do {\ argument
37 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__); \
/linux-4.1.27/arch/mips/kernel/
Dvmlinux.lds.S19 text PT_LOAD FLAGS(7); /* RWX */
53 .text : {
59 *(.text.*)
62 } :text = 0
74 NOTES :text :note
75 .dummy : { *(.dummy) } :text
122 .exit.text : {
/linux-4.1.27/tools/perf/config/
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
[all …]
/linux-4.1.27/tools/lib/traceevent/
Devent-utils.h67 static inline int has_text(const char *text) in has_text() argument
69 if (!text) in has_text()
72 while (*text) { in has_text()
73 if (!isspace(*text)) in has_text()
75 text++; in has_text()
/linux-4.1.27/drivers/s390/cio/
Dqdio_debug.h27 #define DBF_EVENT(text...) \ argument
30 snprintf(debug_buffer, QDIO_DBF_LEN, text); \
43 #define DBF_ERROR(text...) \ argument
46 snprintf(debug_buffer, QDIO_DBF_LEN, text); \
59 #define DBF_DEV_EVENT(level, device, text...) \ argument
63 snprintf(debug_buffer, QDIO_DBF_LEN, text); \
Dqdio_debug.c63 char text[QDIO_DBF_NAME_LEN]; in qdio_allocate_dbf() local
82 snprintf(text, QDIO_DBF_NAME_LEN, "qdio_%s", in qdio_allocate_dbf()
84 irq_ptr->debug_area = qdio_get_dbf_entry(text); in qdio_allocate_dbf()
88 irq_ptr->debug_area = debug_register(text, 2, 1, 16); in qdio_allocate_dbf()
103 strlcpy(new_entry->dbf_name, text, QDIO_DBF_NAME_LEN); in qdio_allocate_dbf()
/linux-4.1.27/arch/frv/kernel/
Dvmlinux.lds.S28 .init.text : {
59 .text : {
60 *(.text..start)
61 *(.text..entry)
62 *(.text..break)
63 *(.text..tlbmiss)
/linux-4.1.27/arch/s390/kernel/
Dvmlinux.lds.S15 text PT_LOAD FLAGS(5); /* R_E */
23 .text : {
33 } :text = 0x0700
37 NOTES :text :note
67 .exit.text : {
/linux-4.1.27/arch/avr32/kernel/
Dvmlinux.lds.S29 *(.text.reset)
47 .text : AT(ADDR(.text) - LOAD_OFFSET) {
50 *(.ex.text) argument
51 *(.irq.text)
Dhead.S14 .section .init.text,"ax"
/linux-4.1.27/arch/ia64/kernel/
Dgate.lds.S56 .text (GATE_ADDR + PAGE_SIZE) : { *(.text) *(.text.*) } :readable
59 .text : { *(.text) *(.text.*) } :epc
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) argument
59 .text..lock : AT(ADDR(.text..lock) - LOAD_OFFSET) { argument
60 *(.text..lock)
/linux-4.1.27/include/asm-generic/
Dvmlinux.lds.h415 *(.text.hot) \
416 *(.text .text.fixup) \
417 *(.ref.text) \
418 MEM_KEEP(init.text) \
419 MEM_KEEP(exit.text) \
420 *(.text.unlikely)
428 *(.sched.text) \
436 *(.spinlock.text) \
442 *(.kprobes.text) \
448 *(.entry.text) \
[all …]
/linux-4.1.27/arch/mips/boot/compressed/
Dld.script12 text PT_LOAD FLAGS(7); /* RWX */
18 .text : {
19 *(.text)
21 }: text
22 /* End of text section */
/linux-4.1.27/arch/tile/kernel/
Dvmlinux.lds.S17 text PT_LOAD ;
42 .text : AT (ADDR(.text) - LOAD_OFFSET) {
52 *(.text.*)
56 } :text =0
/linux-4.1.27/arch/arm64/kernel/
Dvmlinux.lds.S35 *(.hyp.idmap.text) \
38 *(.hyp.text) \
86 .head.text : {
91 .text : { /* Real text segment */
94 *(.exception.text) argument
118 .exit.text : { argument
/linux-4.1.27/arch/s390/boot/compressed/
Dvmlinux.lds.S14 .head.text : {
22 .text : {
24 *(.text) argument
25 *(.text.*)
/linux-4.1.27/arch/blackfin/mach-common/
Dcache.S66 .section .l1.text
68 .text
80 .text
97 .section .l1.text
99 .text
/linux-4.1.27/arch/x86/kernel/
Dvmlinux.lds.S71 text PT_LOAD FLAGS(5); /* R_E */
93 .text : AT(ADDR(.text) - LOAD_OFFSET) {
109 } :text = 0x9090
111 NOTES :text :note
113 EXCEPTION_TABLE(16) :text = 0x9090
273 .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) {
Dalternative.c416 u8 *text, u8 *text_end) in alternatives_smp_lock() argument
424 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_lock()
434 u8 *text, u8 *text_end) in alternatives_smp_unlock() argument
442 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_unlock()
461 u8 *text; member
473 void *text, void *text_end) in alternatives_smp_module_add() argument
494 smp->text = text; in alternatives_smp_module_add()
498 smp->text, smp->text_end, smp->name); in alternatives_smp_module_add()
502 alternatives_smp_unlock(locks, locks_end, text, text_end); in alternatives_smp_module_add()
538 mod->text, mod->text_end); in alternatives_enable_smp()
[all …]
Dmodule.c214 const Elf_Shdr *s, *text = NULL, *alt = NULL, *locks = NULL, in module_finalize() local
220 text = s; in module_finalize()
234 if (locks && text) { in module_finalize()
236 void *tseg = (void *)text->sh_addr; in module_finalize()
239 tseg, tseg + text->sh_size); in module_finalize()
/linux-4.1.27/scripts/
Drecordmcount.pl473 my $text;
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;
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);
Dbootgraph.pl45 my $text = << "EOM";
55 print STDERR $text;
57 print $text;
Dkernel-doc2316 my $text = shift;
2318 return $text;
2320 $text =~ s/\&/\\\\\\amp;/g;
2321 $text =~ s/\</\\\\\\lt;/g;
2322 $text =~ s/\>/\\\\\\gt;/g;
2323 return $text;
2329 my $text = shift;
2331 return $text;
2333 $text =~ s/\\\\\\\\lt:/</g;
2334 $text =~ s/\\\\\\\\gt:/>/g;
[all …]
/linux-4.1.27/tools/perf/ui/tui/
Dutil.c72 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window() argument
80 t = text; in ui_browser__input_window()
111 SLsmg_write_wrapped_string((unsigned char *)text, y, x, in ui_browser__input_window()
164 int ui__question_window(const char *title, const char *text, in ui__question_window() argument
171 t = text; in ui__question_window()
203 SLsmg_write_wrapped_string((unsigned char *)text, y, x, in ui__question_window()
216 int ui__help_window(const char *text) in ui__help_window() argument
218 return ui__question_window("Help", text, "Press any key...", 0); in ui__help_window()
/linux-4.1.27/arch/x86/boot/compressed/
Dvmlinux.lds.S24 .head.text : {
32 .text : {
34 *(.text) argument
35 *(.text.*)
/linux-4.1.27/arch/blackfin/kernel/
Dvmlinux.lds.S27 .text :
45 *(.text.*) argument
49 *(.l1.text)
132 .exit.text :
174 *(.l1.text.head)
175 *(.l1.text)
227 *(.l2.text)
Dentry.S16 .section .l1.text
18 .text
/linux-4.1.27/net/sunrpc/auth_gss/
Dgss_krb5_seal.c128 gss_get_mic_v1(struct krb5_ctx *ctx, struct xdr_buf *text, in gss_get_mic_v1() argument
151 if (make_checksum(ctx, ptr, 8, text, 0, cksumkey, in gss_get_mic_v1()
169 gss_get_mic_v2(struct krb5_ctx *ctx, struct xdr_buf *text, in gss_get_mic_v2() argument
201 text, 0, cksumkey, cksum_usage, &cksumobj)) in gss_get_mic_v2()
212 gss_get_mic_kerberos(struct gss_ctx *gss_ctx, struct xdr_buf *text, in gss_get_mic_kerberos() argument
223 return gss_get_mic_v1(ctx, text, token); in gss_get_mic_kerberos()
226 return gss_get_mic_v2(ctx, text, token); in gss_get_mic_kerberos()
/linux-4.1.27/kernel/printk/
Dprintk.c411 const char *text, u16 text_len) in log_store() argument
441 memcpy(log_text(msg), text, text_len); in log_store()
1042 const char *text = log_text(msg); in msg_print_text() local
1060 const char *next = memchr(text, '\n', text_size); in msg_print_text()
1064 text_len = next - text; in msg_print_text()
1066 text_size -= next - text; in msg_print_text()
1078 memcpy(buf + len, text, text_len); in msg_print_text()
1092 text = next; in msg_print_text()
1093 } while (text); in msg_print_text()
1100 char *text; in syslog_print() local
[all …]
/linux-4.1.27/arch/um/kernel/
Ddyn.lds.S31 .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.*) argument
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/
Dparse-torture.sh52 …nerrs=`grep --binary-files=text '!!!' $file | tail -1 | awk '{for (i=NF-8;i<=NF;i++) sum+=$i; } EN…
58 grep --binary-files=text 'torture:.*ver:' $file | grep --binary-files=text -v '(null)' | sed -e 's/…
99 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version…
/linux-4.1.27/lib/
Dts_kmp.c50 const u8 *text; in kmp_find() local
54 text_len = conf->get_next_block(consumed, &text, conf, state); in kmp_find()
61 != (icase ? toupper(text[i]) : text[i])) in kmp_find()
64 == (icase ? toupper(text[i]) : text[i])) in kmp_find()
Dts_bm.c66 const u8 *text; in bm_find() local
71 text_len = conf->get_next_block(consumed, &text, conf, state); in bm_find()
78 shift, text[shift]); in bm_find()
80 if ((icase ? toupper(text[shift-i]) in bm_find()
81 : text[shift-i]) in bm_find()
89 next: bs = bm->bad_shift[text[shift-i]]; in bm_find()
/linux-4.1.27/arch/sh/kernel/
Dvmlinux.lds.S34 .text : AT(ADDR(.text) - LOAD_OFFSET) {
75 .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) { EXIT_TEXT }
/linux-4.1.27/tools/perf/util/
Dparse-events.l32 char *text = parse_events_get_text(scanner); in value() local
34 return __value(yylval, text, base, PE_VALUE); in value()
40 char *text = parse_events_get_text(scanner); in raw() local
42 return __value(yylval, text + 1, 16, PE_RAW); in raw()
48 char *text = parse_events_get_text(scanner); in str() local
50 yylval->str = strdup(text); in str()
57 char *text = parse_events_get_text(scanner); in pmu_str_check() local
59 yylval->str = strdup(text); in pmu_str_check()
60 switch (perf_pmu__parse_check(text)) { in pmu_str_check()
Dsvghelper.c273 static char text[80]; in time_to_string() local
275 text[0] = 0; in time_to_string()
278 return text; in time_to_string()
281 sprintf(text, "%.1f us", duration / 1000.0); in time_to_string()
282 return text; in time_to_string()
284 sprintf(text, "%.1f ms", duration / 1000.0 / 1000); in time_to_string()
286 return text; in time_to_string()
291 char *text; in svg_waiting() local
303 text = time_to_string(end-start); in svg_waiting()
320 font_size, text); in svg_waiting()
[all …]
/linux-4.1.27/include/trace/events/
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.1.27/arch/mips/boot/
Delf2ecoff.c272 struct sect text, data, bss; in main() local
281 text.len = data.len = bss.len = 0; in main()
282 text.vaddr = data.vaddr = bss.vaddr = 0; in main()
375 combine(&text, &ntxt, 0); in main()
392 if (text.vaddr > data.vaddr || data.vaddr > bss.vaddr || in main()
393 text.vaddr + text.len > data.vaddr in main()
404 if (data.len && !text.len) { in main()
405 text = data; in main()
406 data.vaddr = text.vaddr + text.len; in main()
414 if (text.vaddr + text.len < data.vaddr) in main()
[all …]
/linux-4.1.27/arch/score/kernel/
Dvmlinux.lds.S39 .text : {
45 *(.text.*) argument
78 .exit.text : {
/linux-4.1.27/arch/x86/realmode/rm/
Drealmode.lds.S36 .text : {
37 *(.text)
38 *(.text.*)
/linux-4.1.27/arch/arc/kernel/
Dvmlinux.lds.S40 .text.arcfp : {
41 *(.text.arcfp)
90 .exit.text : { EXIT_TEXT }
96 .text : {
/linux-4.1.27/Documentation/usb/
Dmisc_usbsevseg.txt19 The device can accept "text" either in raw, hex, or ascii textmode.
34 4. set the text (for example):
35 echo "123ABC" > /sys/bus/usb/.../text (ascii)
36 echo "A1B2" > /sys/bus/usb/.../text (ascii)
37 echo -ne "\x01\x02\x03" > /sys/bus/usb/.../text (hex)
Dusbmon.txt15 Two APIs are currently implemented: "text" and "binary". The binary API
17 The text API is deprecated since 2.6.35, but available for convenience.
19 * How to use usbmon to collect raw text traces
22 in a text format. This is used for two purposes. First, it serves as a
26 To collect a raw text trace, execute following steps.
89 sent by e-mail, or inspected with a text editor. In the last case make sure
92 * Raw text data format
104 Any text format data consists of a stream of events, such as URB submission,
105 URB callback, submission error. Every event is a text line, which consists
200 unsigned char type; /* 8: Same as text; extensible. */
[all …]
/linux-4.1.27/arch/unicore32/boot/compressed/
Dvmlinux.lds.in21 * of the text/got segments.
29 .text : {
32 *(.text) argument
33 *(.text.*)
/linux-4.1.27/arch/xtensa/boot/boot-redboot/
Dboot.ld7 .text :
11 *(.literal .text.literal .text) argument
/linux-4.1.27/arch/powerpc/kernel/
Dvmlinux.lds.S48 .text : AT(ADDR(.text) - LOAD_OFFSET) {
53 *(.text .fixup __ftr_alt_* .ref.text)
97 .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) {
/linux-4.1.27/arch/metag/tbx/
Dtbisoft.S30 .text
47 .text
67 .text
124 .text
146 .text
173 .text
219 .text
Dtbitimer.S60 .text
85 .text
109 .text
141 .text
171 .text
Dtbicore.S34 .text
52 .text
87 .text
109 .text
Dtbilogf.S19 .text
34 .text
Dtbiroot.S41 .text
59 .text
/linux-4.1.27/arch/openrisc/kernel/
Dvmlinux.lds.S45 .text : AT(ADDR(.text) - LOAD_OFFSET)
54 *(.text.__*) argument
Dsetup.c247 char *text, void (*func) (void)) in detect_unit_config() argument
249 if (text != NULL) in detect_unit_config()
250 printk("%s", text); in detect_unit_config()
/linux-4.1.27/arch/cris/boot/rescue/
Drescue_v32.lds16 .text :
19 *(.text)
20 *(.init.text)
Drescue_v10.lds9 .text :
12 *(.text)
Dhead_v32.S16 .text
Dtestrescue.S11 .text
/linux-4.1.27/Documentation/fb/
Ds3fb.txt31 * text mode (activated by bpp = 0)
32 * interlaced mode variant (not available in text mode)
33 * doublescan mode variant (not available in text mode)
64 * support for fontheight != 16 in text mode
77 * cursor disable in text mode doesn't work
78 * text mode broken on S3 Trio64 V2/DX
Darkfb.txt24 * text mode (activated by bpp = 0)
25 * doublescan mode variant (not available in text mode)
33 limitation). Unfortunately character attributes (like color) in text mode are
55 * support for fontheight != 16 in text mode
65 * character attributes (and cursor) in text mode are broken
Dvt8623fb.txt22 * text mode (activated by bpp = 0)
23 * doublescan mode variant (not available in text mode)
50 * support for fontheight != 16 in text mode
60 * cursor disable in text mode doesn't work
/linux-4.1.27/arch/arm/boot/compressed/
Dvmlinux.lds.S37 .text : {
40 *(.text) argument
41 *(.text.*)
/linux-4.1.27/arch/cris/kernel/
Dvmlinux.lds.S42 .text : {
47 *(.text.__*)
88 .exit.text : {
/linux-4.1.27/Documentation/
Demail-clients.txt11 as raw text including all the headers. Run `git am raw_email.txt` and
18 inline text in the body of the email. Some maintainers accept
20 "text/plain". However, attachments are generally frowned upon because
25 patch text untouched. For example, they should not modify or delete tabs
34 Email clients should not modify the character set encoding of the text.
63 TUI = text-based user interface
115 disadvantage is any text you type in the email will not be word-wrapped
116 so you will have to manually word wrap text before the patch. The easiest
136 You can safely GPG sign attachments, but inlined text is preferred for
138 as inlined text will make them tricky to extract from their 7-bit encoding.
[all …]
Dkernel-doc-nano-HOWTO.txt122 them up directly into DocBook, man, text, and HTML. (No, not
206 $ scripts/kernel-doc -text -function fn file
222 All "description" text can span multiple lines, although the
224 Description text may also contain blank lines (i.e., lines that contain
236 All descriptive text is further processed, scanning for the following special
245 NOTE 1: The multi-line descriptive text you provide does *not* recognize
246 line breaks, so if you try to format some text nicely, as in:
257 NOTE 2: If the descriptive text you provide has lines that begin with
259 a new section heading, which means you should similarly try to avoid text
/linux-4.1.27/arch/mips/include/asm/mach-ip27/
Dkernel-entry-init.h46 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.1.27/arch/m68k/kernel/
Dvmlinux-sun3.lds15 .text : {
22 } :text = 0x4e75
25 _etext = .; /* End of text section */
Dvmlinux-std.lds15 .text : {
22 } :text = 0x4e75
24 _etext = .; /* End of text section */
Dvmlinux-nommu.lds16 #define LOAD_OFFSET KDATA_ADDR + (ADDR(.text) + SIZEOF(.text))
44 .text : {
Dvmlinux.lds.S4 text PT_LOAD FILEHDR PHDRS FLAGS (7);
/linux-4.1.27/drivers/usb/misc/
Dusbsevseg.c47 u8 text[MAXLEN]; member
138 buffer[i] = mydev->text[mydev->textlength-1-i]; in update_display_visual()
202 return snprintf(buf, mydev->textlength, "%s\n", mydev->text); in show_attr_text()
212 if (end > sizeof(mydev->text)) in set_attr_text()
215 memset(mydev->text, 0, sizeof(mydev->text)); in set_attr_text()
219 memcpy(mydev->text, buf, end); in set_attr_text()
225 static DEVICE_ATTR(text, S_IRUGO | S_IWUSR, show_attr_text, set_attr_text);
/linux-4.1.27/arch/mips/lasat/image/
Dromscript.normal5 .text :
7 *(.text..start)
Dhead.S3 .text
4 .section .text..start, "ax"
/linux-4.1.27/arch/microblaze/lib/
Duaccess_old.S24 .text
74 .text
140 .text
154 .text
188 .text
266 .text
/linux-4.1.27/include/linux/
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
103 #define __meminit __section(.meminit.text) __cold notrace
106 #define __memexit __section(.memexit.text) __exitused __cold notrace
371 #define __INIT_OR_MODULE .text
/linux-4.1.27/arch/blackfin/lib/
Dstrcpy.S17 .section .l1.text
19 .text
Dstrcmp.S19 .section .l1.text
21 .text
Dstrncmp.S17 .section .l1.text
19 .text
Dumulsi3_highpart.S12 .section .l1.text
14 .text
Dsmulsi3_highpart.S12 .section .l1.text
14 .text
Dmodsi3.S18 .section .l1.text
20 .text
Dumodsi3.S10 .section .l1.text
12 .text
Dstrncpy.S19 .section .l1.text
21 .text
Dmuldi3.S12 .section .l1.text
14 .text
Dmemset.S12 .section .l1.text
14 .text
Dmemcpy.S24 .section .l1.text
26 .text
/linux-4.1.27/arch/cris/boot/compressed/
Ddecompress_v32.lds12 .text :
15 *(.text)
Ddecompress_v10.lds12 .text :
15 *(.text)
DREADME7 by that makefile into text and data binary files, vmlinux.text and
/linux-4.1.27/tools/perf/ui/
Dutil.h8 int ui__help_window(const char *text);
10 int ui__question_window(const char *title, const char *text,
Dbrowser.h57 int ui_browser__help_window(struct ui_browser *browser, const char *text);
58 bool ui_browser__dialog_yesno(struct ui_browser *browser, const char *text);
59 int ui_browser__input_window(const char *title, const char *text, char *input,
Dbrowser.c185 char *text; in ui_browser__warning() local
189 err = vasprintf(&text, format, args); in ui_browser__warning()
197 while ((key = ui__question_window("Warning!", text, in ui_browser__warning()
201 free(text); in ui_browser__warning()
207 int ui_browser__help_window(struct ui_browser *browser, const char *text) in ui_browser__help_window() argument
211 while ((key = ui__help_window(text)) == K_RESIZE) in ui_browser__help_window()
217 bool ui_browser__dialog_yesno(struct ui_browser *browser, const char *text) in ui_browser__dialog_yesno() argument
221 while ((key = ui__dialog_yesno(text)) == K_RESIZE) in ui_browser__dialog_yesno()
/linux-4.1.27/arch/arm/include/asm/
Dtcm.h24 #define __tcmfunc __attribute__((long_call)) __section(.tcm.text) noinline
26 #define __tcmlocalfunc __section(.tcm.text)
Didmap.h8 #define __idmap __section(.idmap.text) noinline notrace
/linux-4.1.27/drivers/ide/
Dide-cd_verbose.c37 const char * const text; member
114 const char * const text; member
292 s = sense_data_texts[mid].text; in ide_cd_log_error()
319 s = packet_command_texts[mid].text; in ide_cd_log_error()
/linux-4.1.27/arch/xtensa/boot/boot-elf/
Dboot.lds.S21 .ResetVector.text XCHAL_RESET_VECTOR_VADDR :
23 *(.ResetVector.text)
/linux-4.1.27/arch/m32r/boot/compressed/
Dvmlinux.lds.S9 .text : { *(.text) } = 0
/linux-4.1.27/arch/s390/include/asm/
Dpci_debug.h12 #define zpci_err(text...) \ argument
15 snprintf(debug_buffer, 16, text); \
/linux-4.1.27/arch/arc/include/asm/
Dlinkage.h29 .section .text.arcfp, "ax",@progbits
31 .section .text, "ax",@progbits
/linux-4.1.27/arch/powerpc/boot/
DzImage.coff.lds.S6 .text :
9 *(.text) argument
DzImage.ps3.lds.S21 .text :
23 *(.text)
DzImage.lds.S12 .text :
15 *(.text) argument
Dutil.S24 .text
39 .text
Dfixed-head.S1 .text
Dpseries-head.S3 .text
/linux-4.1.27/arch/nios2/boot/compressed/
Dvmlinux.lds.S32 .text : { *(.text) } = 0
/linux-4.1.27/arch/tile/include/asm/
Dlinkage.h30 .pushsection .text.##name, "ax"; \
46 .pushsection .text.##name, "ax"; \
/linux-4.1.27/arch/alpha/boot/
Dbootloader.lds7 .text : { *(.text) }
/linux-4.1.27/arch/ia64/hp/sim/boot/
Dbootloader.lds6 /* Read-only sections, merged into text segment: */
10 .text : { *(__ivt_section) *(.text) }
/linux-4.1.27/arch/m32r/lib/
Dmemcpy.S14 .text
20 .text
58 .text
Dashxdi3.S19 .text
76 .text
137 .text
214 .text
/linux-4.1.27/arch/hexagon/kernel/
Dvmlinux.lds.S49 .text : AT(ADDR(.text)) {
/linux-4.1.27/arch/metag/kernel/
Dvmlinux.lds.S21 .text : {
27 *(.text.*)
/linux-4.1.27/arch/um/include/shared/
Dinit.h67 #define __init __section(.init.text)
73 #define __exit __section(.exit.text)
75 #define __exit __used __section(.exit.text)
/linux-4.1.27/tools/perf/tests/
Dtests.h4 #define TEST_ASSERT_VAL(text, cond) \ argument
7 pr_debug("FAILED %s:%d %s\n", __FILE__, __LINE__, text); \
/linux-4.1.27/arch/arm/boot/bootp/
Dbootp.lds15 .text : {
18 *(.text) argument
/linux-4.1.27/arch/mn10300/kernel/
Dvmlinux.lds.S29 .text : {
71 .exit.text : { EXIT_TEXT; }
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-usb-devices-usbsevseg23 Description: Controls the way the device interprets its text buffer.
28 Where: /sys/bus/usb/.../text
32 Description: The text (or data) for the device to display
/linux-4.1.27/arch/mips/sgi-ip27/
DKconfig29 machine. This is required in order to support text replication on
33 bool "Kernel text replication support"
37 Say Y here to enable replicating the kernel text across multiple
/linux-4.1.27/arch/arm64/
DKconfig.debug59 bool "Set loadable kernel module data as NX and text as RO"
63 kernel module's text and read-only data. It also prevents execution
70 bool "Make kernel text and rodata read-only"
72 If this is set, kernel text and rodata will be made read-only. This
75 text so it can be made explicitly non-executable.
/linux-4.1.27/drivers/lguest/x86/
Dswitcher_32.S95 .text
328 .data; .long 1f; .text; 1:
357 .text
/linux-4.1.27/arch/x86/lguest/
Dhead_32.S31 .section .init.text, "ax", @progbits
57 .text
/linux-4.1.27/arch/x86/boot/
Dsetup.ld23 .text : { *(.text) }
/linux-4.1.27/tools/testing/selftests/x86/
Dentry_from_vm86.c51 const char *text) in do_test() argument
55 printf("[RUN]\t%s from vm86 mode\n", text); in do_test()
/linux-4.1.27/arch/arm/mm/
Dproc-arm9tdmi.S22 .text
48 .pushsection .idmap.text, "ax"
Dproc-arm7tdmi.S22 .text
48 .pushsection .idmap.text, "ax"
/linux-4.1.27/arch/arm/lib/
Dclear_user.S13 .text
50 .pushsection .text.fixup,"ax"
Dcsumpartialcopyuser.S18 .text
71 .pushsection .text.fixup,"ax"
Dcopy_to_user.S93 .text
103 .pushsection .text.fixup,"ax"
Dclearbit.S13 .text
Dsetbit.S13 .text
Dchangebit.S13 .text
Dtestsetbit.S13 .text
Dtestclearbit.S13 .text
Dtestchangebit.S13 .text
Dio-acorn.S17 .text
/linux-4.1.27/arch/um/include/asm/
Dcommon.lds.S84 .exit.text : { *(.exit.text) }
/linux-4.1.27/scripts/gdb/linux/
Ddmesg.py54 text = log_buf[pos + 16:pos + 16 + text_len]
57 for line in memoryview(text).tobytes().splitlines():
/linux-4.1.27/arch/m32r/mm/
Dpage.S15 .text
53 .text
/linux-4.1.27/arch/x86/um/
Dsetjmp_64.S19 .text
39 .text
Dsetjmp_32.S17 .text
40 .text
/linux-4.1.27/drivers/video/console/
DKconfig8 bool "VGA text console" if EXPERT || !X86
15 Saying Y here will allow you to use Linux in text mode through a
20 their full potential in text mode. Download it from
52 tristate "MDA text console (dual-headed)"
134 bool "STI text console"
/linux-4.1.27/arch/microblaze/kernel/
Dvmlinux.lds.S27 .text : AT(ADDR(.text) - LOAD_OFFSET) {
/linux-4.1.27/arch/arm64/kvm/
Dhyp-init.S25 .text
26 .pushsection .hyp.idmap.text, "ax"
/linux-4.1.27/sound/pci/emu10k1/
Demuproc.c578 entry->c.text.write = snd_emu_proc_io_reg_write; in snd_emu10k1_proc_init()
583 entry->c.text.write = snd_emu_proc_ptr_reg_write00; in snd_emu10k1_proc_init()
588 entry->c.text.write = snd_emu_proc_ptr_reg_write00; in snd_emu10k1_proc_init()
593 entry->c.text.write = snd_emu_proc_ptr_reg_write20; in snd_emu10k1_proc_init()
598 entry->c.text.write = snd_emu_proc_ptr_reg_write20; in snd_emu10k1_proc_init()
603 entry->c.text.write = snd_emu_proc_ptr_reg_write20; in snd_emu10k1_proc_init()
655 entry->c.text.read = snd_emu10k1_proc_acode_read; in snd_emu10k1_proc_init()
/linux-4.1.27/drivers/scsi/
Dconstants.c295 const char * text; member
1202 for (i = 0; additional[i].text; i++) in scsi_extd_sense_format()
1204 return additional[i].text; in scsi_extd_sense_format()
/linux-4.1.27/arch/ia64/lib/
Dflush.S23 .section .kprobes.text,"ax"
75 .section .kprobes.text,"ax"
/linux-4.1.27/arch/sparc/lib/
Dcopy_in_user.S16 .text; \
22 .text
Dmemset.S25 .text; \
32 .text; \
58 .text
/linux-4.1.27/arch/powerpc/lib/
Dcopy_32.S61 .text
63 .text
210 .text
248 .text
391 .text
/linux-4.1.27/arch/tile/lib/
Datomic_asm_32.S77 .section .text.atomic,"ax"
82 STD_ENTRY_SECTION(__atomic\name, .text.atomic)
/linux-4.1.27/scripts/dtc/
Dsrcpos.c214 void srcpos_update(struct srcpos *pos, const char *text, int len) in srcpos_update() argument
224 if (text[i] == '\n') { in srcpos_update()
227 } else if (text[i] == '\t') { in srcpos_update()
/linux-4.1.27/arch/avr32/mach-at32ap/
Dpm-at32ap700x.S22 .section .irq.text, "ax", @progbits
68 .section .init.text, "ax", @progbits
/linux-4.1.27/arch/sh/boot/romimage/
Dvmlinux.scr3 .text : {
/linux-4.1.27/arch/arm/mach-s5pv210/
Dsleep.S17 .text
/linux-4.1.27/arch/x86/lib/
Dcmpxchg8b_emu.S12 .text
/linux-4.1.27/tools/perf/bench/
Dmem-memcpy-x86-64-asm.S2 #define altinstr_replacement text
Dmem-memset-x86-64-asm.S2 #define altinstr_replacement text
/linux-4.1.27/arch/arm/mach-s3c24xx/
Dpm-h1940.S28 .text
/linux-4.1.27/arch/blackfin/mach-bf609/
Ddpm.S9 .section .l1.text
127 .section .text
/linux-4.1.27/drivers/usb/misc/sisusbvga/
DKconfig21 Say Y here if you want a VGA text console via the USB dongle or
25 Note that this console supports VGA/EGA text mode only.
/linux-4.1.27/arch/sh/include/asm/
Dvmlinux.lds.h20 *(.text..SHmedia32)
/linux-4.1.27/arch/alpha/lib/
Ddbg_current.S10 .text
/linux-4.1.27/arch/mn10300/boot/compressed/
Dhead.S11 .section .text
/linux-4.1.27/arch/arm/mach-rpc/
Dfiq.S6 .text

123456