Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 2230) sorted by relevance

12345678910>>...90

/openbmc/linux/scripts/gdb/linux/
H A Dinterrupts.py24 text = ""
28 return text
32 return text
89 text += "\n"
91 return text
95 text = ""
98 return text
107 return text
115 return text
162 text = ""
[all …]
H A Dtimerlist.py42 return text
63 text += "active timers:\n"
65 return text
87 text += "\n"
107 text += "\n"
109 return text
123 return text
147 return text
202 text += "\n"
210 text += "\n"
[all …]
/openbmc/linux/arch/xtensa/kernel/
H A Dvmlinux.lds.S88 .text :
120 *(.exception.text)
173 .WindowVectors.text);
204 .exception.text);
241 .WindowVectors.text,
248 .DebugInterruptVector.text,
299 .UserExceptionVector.text,
305 .UserExceptionVector.text)
312 .SecondaryResetVector.text,
321 .exception.text,
[all …]
/openbmc/linux/lib/kunit/
H A Dassert.c80 ptr_assert->text); in kunit_ptr_not_err_assert_format()
84 ptr_assert->text, in kunit_ptr_not_err_assert_format()
100 if (strlen(text) != len) in is_literal()
125 binary_assert->text->left_text, in kunit_binary_assert_format()
175 len = strlen(text); in is_str_literal()
178 if (text[0] != '\"' || text[len - 1] != '\"') in is_str_literal()
255 mem_assert->text->left_text, in kunit_mem_assert_format()
256 mem_assert->text->operation, in kunit_mem_assert_format()
257 mem_assert->text->right_text); in kunit_mem_assert_format()
260 mem_assert->text->left_text); in kunit_mem_assert_format()
[all …]
/openbmc/qemu/scripts/
H A Dpython_qmp_updater.py33 def tmatch(template: str, text: str,
43 assert text[start] == '('
47 for i in range(start + 1, len(text)):
48 if text[i] == '(':
50 elif text[i] == ')':
58 def update(text: str) -> str:
62 m = start_reg.search(text)
64 result += text
67 result += text[:m.start()]
78 text = text[args_end+1:]
[all …]
/openbmc/linux/drivers/s390/net/
H A Dctcm_dbug.h101 CTCM_FUNTAIL, dev->name, text); \
107 CTCM_FUNTAIL, dev->name, text); \
113 MPC_DBF_DEV_NAME(cat, dev, text); \
115 CTCM_DBF_DEV_NAME(cat, dev, text); \
123 #define CTCM_DBF_DEV(cat, dev, text) \ argument
126 CTCM_FUNTAIL, dev, text); \
129 #define MPC_DBF_DEV(cat, dev, text) \ argument
132 CTCM_FUNTAIL, dev, text); \
135 #define CTCMY_DBF_DEV(cat, dev, text) \ argument
138 MPC_DBF_DEV(cat, dev, text); \
[all …]
/openbmc/linux/arch/powerpc/platforms/44x/
H A 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.*)
/openbmc/linux/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) {
30 if (!exists $include{$text}{$j}) {
31 $include{$text}{$j} = 1;
41 while (my ($text, $included) = each %include) {
42 if (! exists $included{$text} &&
43 (my $base = $text) =~ s/\.txt$//) {
/openbmc/linux/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
70 .eh_frame : { KEEP (*(.eh_frame)) } :text
78 .text : {
79 *(.text*)
80 } :text =0x90909090,
84 .altinstructions : { *(.altinstructions) } :text
87 __ex_table : { *(__ex_table) } :text
[all …]
/openbmc/linux/arch/powerpc/kernel/
H A Dvmlinux.lds.S72 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) {
88 } :text
98 .text ALIGN(0) : AT(ADDR(.text) - LOAD_OFFSET) {
105 .text : AT(ADDR(.text) - LOAD_OFFSET) {
109 …*(.text.hot .text.hot.* TEXT_MAIN .text.fixup .text.unlikely .text.unlikely.* .fixup __ftr_alt_* .…
125 *(.text.asan.* .text.tsan.*)
126 MEM_KEEP(init.text)
128 } :text
267 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) {
278 } :text
[all …]
/openbmc/u-boot/tools/patman/
H A Dterminal.py30 def __init__(self, text, newline, colour): argument
31 self.text = text
37 self.text)
39 def Print(text='', newline=True, colour=None): argument
55 text = col.Color(colour, text)
56 print(text, end='')
85 print(col.Color(line.colour, line.text), end='')
87 print(line.text, end='')
141 def Color(self, color, text, bright=True): argument
155 return text
[all …]
/openbmc/linux/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 :dynamic
55 .rodata : { *(.rodata*) } :text
85 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/openbmc/linux/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 =0x90909090,
94 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/openbmc/u-boot/tools/binman/test/
H A D066_text.dts9 text {
11 text-label = "test-id";
14 type = "text";
15 text-label = "test-id2";
18 type = "text";
19 text-label = "test-id3";
23 type = "text";
24 text-label = "test-id4";
25 test-id4 = "some text";
/openbmc/linux/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_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/openbmc/linux/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_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
/openbmc/linux/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_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/openbmc/linux/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_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/openbmc/linux/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_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/openbmc/linux/arch/riscv/kernel/vdso/
H A Dvdso.lds.S18 .hash : { *(.hash) } :text
26 .note : { *(.note.*) } :text :note
27 .dynamic : { *(.dynamic) } :text :dynamic
29 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
30 .eh_frame : { KEEP (*(.eh_frame)) } :text
41 .text : { *(.text .text.*) } :text
64 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Du-boot-nand.lds17 text PT_LOAD;
23 /* Read-only sections, merged into text segment: */
26 .text :
28 *(.text*)
29 } :text
35 } :text
73 .text.init : { *(.text.init) }
79 .bootpg ADDR(.text) - 0x1000 :
82 } :text = 0xffff
84 . = ADDR(.text) + CONFIG_SYS_MONITOR_LEN;
/openbmc/linux/tools/testing/kunit/
H A Dkunit_printer.py29 def _color(self, code: str, text: str) -> str:
31 return text
32 return code + text + _RESET
34 def red(self, text: str) -> str:
35 return self._color('\033[1;31m', text)
37 def yellow(self, text: str) -> str:
38 return self._color('\033[1;33m', text)
40 def green(self, text: str) -> str:
41 return self._color('\033[1;32m', text)
/openbmc/u-boot/tools/buildman/
H A Dtest.py181 self.assertEqual(text, expect)
205 if line.text.strip():
231 self.assertEqual(lines[5].text, 'w+%s' %
243 self.assertEqual(lines[10].text, '+%s' %
257 self.assertEqual(lines[13].text, expect)
260 self.assertEqual(lines[14].text, '-%s' %
264 self.assertEqual(lines[15].text, 'w+%s' %
277 self.assertEqual(lines[19].text, '+%s' %
280 self.assertEqual(lines[20].text, 'w-%s' %
291 self.assertEqual(lines[23].text, '-%s' %
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c402 while (*text && *text != '\n') { in print_match_error()
406 ++text; in print_match_error()
434 if (*text) in print_match_error()
435 ++text; in print_match_error()
495 if (!*text) in match_pattern()
500 if (!isspace(*text) && text != text_origin && isalnum(text[-1])) in match_pattern()
503 text = skip_space(text); in match_pattern()
618 ++text; in match_pattern()
747 char *text = NULL; in match_program() local
751 if (!text) { in match_program()
[all …]
/openbmc/linux/arch/powerpc/kernel/vdso/
H A Dvdso32.lds.S22 .hash : { *(.hash) } :text
30 .note : { *(.note.*) } :text :note
33 .text : {
34 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
35 } :text
68 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
69 .eh_frame : { KEEP (*(.eh_frame)) } :text
73 .dynamic : { *(.dynamic) } :text :dynamic
74 .got : { *(.got) } :text
105 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */

12345678910>>...90