/linux/scripts/gdb/linux/ |
A D | timerlist.py | 42 return text 64 text += "active timers:\n" 66 return text 88 text += "\n" 108 text += "\n" 110 return text 124 return text 148 return text 200 text += "\n" 208 text += "\n" [all …]
|
/linux/arch/xtensa/kernel/ |
A D | vmlinux.lds.S | 88 .text : 120 *(.exception.text) 173 .WindowVectors.text); 204 .exception.text); 238 .WindowVectors.text, 245 .DebugInterruptVector.text, 296 .UserExceptionVector.text, 302 .UserExceptionVector.text) 309 .SecondaryResetVector.text, 318 .exception.text, [all …]
|
/linux/drivers/s390/net/ |
A D | ctcm_dbug.h | 100 CTCM_FUNTAIL, dev->name, text); \ 106 CTCM_FUNTAIL, dev->name, text); \ 112 MPC_DBF_DEV_NAME(cat, dev, text); \ 114 CTCM_DBF_DEV_NAME(cat, dev, text); \ 122 #define CTCM_DBF_DEV(cat, dev, text) \ argument 125 CTCM_FUNTAIL, dev, text); \ 128 #define MPC_DBF_DEV(cat, dev, text) \ argument 131 CTCM_FUNTAIL, dev, text); \ 134 #define CTCMY_DBF_DEV(cat, dev, text) \ argument 137 MPC_DBF_DEV(cat, dev, text); \ [all …]
|
/linux/arch/powerpc/kernel/ |
A D | vmlinux.lds.S | 67 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) { 83 } :text 93 .text ALIGN(0) : AT(ADDR(.text) - LOAD_OFFSET) { 100 .text : AT(ADDR(.text) - LOAD_OFFSET) { 104 …*(.text.hot .text.hot.* TEXT_MAIN .text.fixup .text.unlikely .text.unlikely.* .fixup __ftr_alt_* .… 123 MEM_KEEP(init.text) 124 MEM_KEEP(exit.text) 133 } :text 219 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) { 232 } :text [all …]
|
/linux/arch/x86/entry/vdso/ |
A D | vdso-layout.lds.S | 39 .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*) 81 } :text =0x90909090, 85 .altinstructions : { *(.altinstructions) } :text 88 __ex_table : { *(__ex_table) } :text [all …]
|
/linux/arch/arm64/kernel/ |
A D | vmlinux.lds | 13 .head.text : { 15 KEEP(*(.head.text)) argument 17 .text : ALIGN(0x00010000) { 21 . = ALIGN(8); __entry_text_start = .; *(.entry.text) __entry_text_end = .; argument 22 …text.hot .text.hot.*) *(.text .text.fixup) *(.text.unlikely .text.unlikely.*) *(.text.unknown .tex… argument 55 …. = ALIGN(8); .init.text : AT(ADDR(.init.text) - 0) { _sinittext = .; *(.init.text .init.text.*) *… argument 57 .exit.text : { 58 *(.exit.text) *(.text.exit) *(.memexit.text) 180 "ID map text too big or misaligned") 182 <= 0x00001000, "Hibernate exit text too big or misaligned") [all …]
|
/linux/tools/perf/Documentation/ |
A D | build-docdep.perl | 6 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$//) {
|
/linux/arch/mips/vdso/ |
A D | vdso.lds.S | 31 .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 */
|
/linux/arch/powerpc/platforms/44x/ |
A D | ppc476_modules.lds | 3 .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/arch/sparc/vdso/ |
A D | vdso-layout.lds.S | 31 .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 */
|
/linux/include/asm-generic/ |
A D | vmlinux.lds.h | 100 #define TEXT_MAIN .text .text.[0-9a-zA-Z_]* 107 #define TEXT_MAIN .text 554 *(.text..L.cfi.jumptable .text..L.cfi.jumptable.*) \ 580 *(.text.hot .text.hot.*) \ 582 *(.text.unlikely .text.unlikely.*) \ 583 *(.text.unknown .text.unknown.*) \ 586 *(.ref.text) \ 587 *(.text.asan.* .text.tsan.*) \ 649 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) { \ 733 *(.init.text .init.text.*) \ [all …]
|
/linux/tools/perf/util/ |
A D | parse-events.l | 48 if (text[0] != '\'') { in str() 49 yylval->str = strdup(text); in str() 60 yylval->str = strndup(&text[1], strlen(text) - 2); in str() 79 int len = strlen(text); in isbpf_suffix() 83 if ((text[len - 1] == 'c' || text[len - 1] == 'o') && in isbpf_suffix() 84 text[len - 2] == '.') in isbpf_suffix() 96 if (!isbpf_suffix(text)) in isbpf() 99 return stat(text, &st) == 0; in isbpf() 118 yylval->str = strdup(text + 1); in drv_str() 130 yycolumn -= strlen(text); \ [all …]
|
/linux/arch/x86/um/vdso/ |
A D | vdso-layout.lds.S | 12 .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 */
|
/linux/arch/nds32/kernel/vdso/ |
A D | vdso.lds.S | 17 .hash : { *(.hash) } :text 25 .note : { *(.note.*) } :text :note 28 .text : { *(.text*) } :text 30 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 31 .eh_frame : { KEEP (*(.eh_frame)) } :text 33 .dynamic : { *(.dynamic) } :text :dynamic 35 .rodata : { *(.rodata*) } :text 51 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
/linux/arch/sh/kernel/vsyscall/ |
A D | vsyscall.lds.S | 23 .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 */
|
/linux/arch/csky/kernel/vdso/ |
A D | vdso.lds.S | 12 .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 */
|
/linux/arch/arm/vdso/ |
A D | vdso.lds.S | 26 .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 */
|
/linux/arch/riscv/kernel/vdso/ |
A D | vdso.lds.S | 18 .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 57 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
/linux/arch/powerpc/kernel/vdso32/ |
A D | vdso32.lds.S | 23 .hash : { *(.hash) } :text 31 .note : { *(.note.*) } :text :note 34 .text : { 35 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*) 36 } :text 69 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 70 .eh_frame : { KEEP (*(.eh_frame)) } :text 74 .dynamic : { *(.dynamic) } :text :dynamic 75 .got : { *(.got) } :text 105 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|
/linux/scripts/kconfig/ |
A D | lexer.l | 30 static char *text; variable 49 text = xmalloc(START_STRSIZE); in new_string() 52 *text = 0; in new_string() 61 text = xrealloc(text, new_size); in append_string() 64 memcpy(text + text_size, str, size); in append_string() 66 text[text_size] = 0; in append_string() 71 text = xmalloc(size + 1); in alloc_string() 72 memcpy(text, str, size); in alloc_string() 73 text[size] = 0; in alloc_string() 142 yylval.string = text; [all …]
|
/linux/arch/ia64/kernel/ |
A D | vmlinux.lds.S | 19 text PT_LOAD; 32 *(.IA_64.unwind.exit.text) 33 *(.IA_64.unwind_info.exit.text) 42 } :text 48 .text : AT(ADDR(.text) - LOAD_OFFSET) { 50 *(.text..ivt) argument 67 .text..lock : AT(ADDR(.text..lock) - LOAD_OFFSET) { argument 68 *(.text..lock) 105 } :text :unwind 107 } :text [all …]
|
/linux/Documentation/input/ |
A D | interactive.svg | 18 …text x="2775" y="7725" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width=".… 19 …<text x="5400" y="5700" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="… 20 …<text x="5400" y="3600" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="… 21 …text x="5400" y="3900" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width=".… 22 …text x="5475" y="5100" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width=".… 23 …<text x="5400" y="4425" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="…
|
/linux/arch/powerpc/kernel/vdso64/ |
A D | vdso64.lds.S | 23 .hash : { *(.hash) } :text 31 .note : { *(.note.*) } :text :note 34 .text : { 35 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*) 37 } :text 68 .dynamic : { *(.dynamic) } :text :dynamic 70 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 71 .eh_frame : { KEEP (*(.eh_frame)) } :text 104 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|
/linux/arch/arm64/kvm/hyp/nvhe/ |
A D | hyp.lds | 2 .hyp.idmap.text : { __hyp_section_.hyp.idmap.text = .; *(.idmap.text .idmap.text.*) } argument 3 .hyp.text : { __hyp_section_.hyp.text = .; *(.text .text.*) } argument
|
/linux/arch/arm64/kernel/vdso32/ |
A D | vdso.lds.S | 26 .hash : { *(.hash) } :text 34 .note : { *(.note.*) } :text :note 36 .dynamic : { *(.dynamic) } :text :dynamic 38 .rodata : { *(.rodata*) } :text 40 .text : { *(.text*) } :text =0xe7f001f2 58 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|