Searched refs:text (Results 151 - 175 of 861) sorted by relevance

1234567891011>>

/linux-master/arch/alpha/lib/
H A Dcopy_page.S8 .text
/linux-master/arch/riscv/kernel/tests/module_test/
H A Dtest_uleb128.S6 .text
/linux-master/arch/riscv/kernel/
H A Dvmlinux.lds.S32 /* Beginning of code and text segment */
38 .text : {
54 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) ALIGN(SECTION_ALIGN) { \
71 /* we have to discard exit text and such at runtime, not link time */
73 .exit.text :
/linux-master/arch/x86/include/asm/
H A Dstatic_call.h5 #include <asm/text-patching.h>
35 asm(".pushsection .static_call.text, \"ax\" \n" \
/linux-master/arch/loongarch/kernel/
H A Dvmlinux.lds.S29 text PT_LOAD FLAGS(7); /* RWX */
44 .text : {
53 } :text = 0
62 .exit.text : {
/linux-master/tools/scripts/
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
[all...]
/linux-master/include/asm-generic/
H A Dvmlinux.lds.h45 * [_stext, _etext] is the text section
60 * to be visible in both the kernel text's PT_LOAD and the PT_NOTE
66 #define NOTES_HEADERS :text :note
67 #define NOTES_HEADERS_RESTORE __restore_ph : { *(.__restore_ph) } :text
91 * has defined. Same for text and bss.
100 #define TEXT_MAIN .text .text.[0-9a-zA-Z_]*
107 #define TEXT_MAIN .text
138 * are handled as text/data or they can be discarded (which
547 * Non-instrumentable text sectio
[all...]
/linux-master/scripts/kconfig/
H A Dnconf.gui.c126 int get_line_no(const char *text) argument
131 if (!text)
134 for (i = 0; text[i] != '\0'; i++)
135 if (text[i] == '\n')
140 const char *get_line(const char *text, int line_no) argument
145 if (!text)
148 for (i = 0; text[i] != '\0' && lines < line_no; i++)
149 if (text[i] == '\n')
151 return text+i;
165 void fill_window(WINDOW *win, const char *text) argument
500 show_scroll_win(WINDOW *main_window, const char *title, const char *text) argument
508 show_scroll_win_ext(WINDOW *main_window, const char *title, char *text, int *vscroll, int *hscroll, extra_key_cb_fn extra_key_cb, void *data) argument
[all...]
/linux-master/fs/afs/
H A Daddr_list.c81 * Parse a text string consisting of delimited addresses.
84 const char *text, size_t len,
91 const char *p, *end = text + len;
96 _enter("%*.*s,%c", (int)len, (int)len, text, delim);
103 if (delim == ':' && (memchr(text, ',', len) || !memchr(text, '.', len)))
107 p = text;
154 p = text;
234 problem, p - text, (int)len, (int)len, text);
83 afs_parse_text_addrs(struct afs_net *net, const char *text, size_t len, char delim, unsigned short service, unsigned short port) argument
[all...]
H A Dxattr.c301 char text[16 + 1 + 24 + 1 + 8 + 1]; local
307 len = scnprintf(text, sizeof(text), "%llx:", vnode->fid.vid);
309 len += scnprintf(text + len, sizeof(text) - len, "%x%016llx",
312 len += scnprintf(text + len, sizeof(text) - len, "%llx",
314 len += scnprintf(text + len, sizeof(text) - len, ":%x",
321 memcpy(buffer, text, le
[all...]
/linux-master/arch/powerpc/platforms/44x/
H A Dmisc_44x.S10 .text
/linux-master/arch/x86/um/
H A Dsetjmp_64.S20 .text
40 .text
H A Dsetjmp_32.S18 .text
41 .text
/linux-master/arch/x86/math-emu/
H A Ddiv_small.S21 .text
/linux-master/arch/powerpc/boot/
H A DzImage.lds.S13 .text :
16 *(.text)
/linux-master/Documentation/sphinx/
H A Dkernel_include.py130 # start-after/end-before: no restrictions on newlines in match-text,
134 # skip content in rawtext before *and incl.* a matching text
142 # skip content in rawtext after *and incl.* a matching text
154 text = rawtext.expandtabs(tab_width)
156 text = rawtext
168 if text.endswith('\n'):
169 text = text[:-1]
170 tokens = NumberLines([([], text)], startline, endline)
178 literal_block += nodes.Text(text, tex
[all...]
/linux-master/arch/um/kernel/
H A Ddyn.lds.S27 /* Read-only sections, merged into text segment: */
37 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) }
38 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) }
73 .text : {
81 *(.stub .text.* .gnu.linkonce.t.*)
/linux-master/arch/arc/include/asm/
H A Dlinkage.h48 .section .text.arcfp, "ax",@progbits
50 .section .text, "ax",@progbits
67 #define __arcfp_code __section(".text.arcfp")
69 #define __arcfp_code __section(".text")
/linux-master/arch/sparc/lib/
H A Dstrncmp_64.S12 .text
H A Dashldi3.S12 .text
H A Dmemcmp.S12 .text
/linux-master/arch/x86/lib/
H A Dcmpxchg16b_emu.S6 .text
/linux-master/tools/perf/util/
H A Dexpr.l30 char *text = expr_get_text(scanner);
32 return __value(yylval, text, NUMBER);
75 char *text = expr_get_text(scanner);
77 yylval->str = normalize(strdup(text), runtime);
/linux-master/lib/
H A Dts_bm.c3 * lib/ts_bm.c Boyer-Moore text search implementation
59 const u8 *text, bool icase)
64 u8 t = *(text-i);
80 const u8 *text; local
87 text_len = conf->get_next_block(consumed, &text, conf, state);
94 shift, text[shift]);
97 &text[shift], icase);
104 bs = bm->bad_shift[text[shift-i]];
58 matchpat(const u8 *pattern, unsigned int patlen, const u8 *text, bool icase) argument
/linux-master/tools/perf/ui/
H A Dbrowser.h69 int ui_browser__help_window(struct ui_browser *browser, const char *text);
70 bool ui_browser__dialog_yesno(struct ui_browser *browser, const char *text);
71 int ui_browser__input_window(const char *title, const char *text, char *input,

Completed in 252 milliseconds

1234567891011>>