Searched refs:text (Results 1 – 22 of 22) sorted by relevance
/DragonOS/kernel/src/arch/riscv64/ |
H A D | link.ld | 18 .boot.text : AT(boot_text_start_pa - KERNEL_VMA) 31 .text (text_start_pa): AT(text_start_pa - KERNEL_VMA) 35 /* any files' .text */ 36 *(.text) 38 /* any files' .text.*, for example: rust .text._ZN* */ 39 *(.text.*)
|
/DragonOS/kernel/src/arch/x86_64/ |
H A D | link.lds | 13 .boot.text : 29 .text (text_start_pa): AT(text_start_pa - KERNEL_VMA) 33 /* any files' .text */ 34 *(.text) 36 /* any files' .text.*, for example: rust .text._ZN* */ 37 *(.text.*)
|
/DragonOS/docs/kernel/ipc/ |
H A D | signal.md | 21 ```text 42 ```text
|
/DragonOS/docs/kernel/debug/ |
H A D | traceback.md | 27 …debug/kallsyms`程序,提取内核文件的符号表,然后生成`kernel/debug/kallsyms.S`。该文件的rodata段中存储了text段的函数的符号表。接着,该文件将被编译为…
|
/DragonOS/docs/kernel/filesystem/ |
H A D | overview.md | 21 ```text
|
/DragonOS/docs/kernel/filesystem/vfs/ |
H A D | design.md | 12 ```text
|
/DragonOS/tools/debugging/logmonitor/src/ |
H A D | ui.rs | 5 text::{self, Span, Text}, 45 .map(|t| text::Line::from(Span::styled(*t, Style::default().fg(Color::Green)))) in render()
|
/DragonOS/kernel/src/arch/x86_64/asm/ |
H A D | apu_boot.S | 7 .section .text
|
/DragonOS/kernel/crates/rbpf/ |
H A D | LICENSE-APACHE | 107 (d) If the Work includes a "NOTICE" text file as part of its 112 of the following places: within a NOTICE text file distributed 120 or as an addendum to the NOTICE text from the Work, provided 184 the brackets!) The text should be enclosed in the appropriate
|
/DragonOS/kernel/crates/intertrait/macros/ |
H A D | LICENSE-APACHE | 106 (d) If the Work includes a "NOTICE" text file as part of its 111 of the following places: within a NOTICE text file distributed 119 or as an addendum to the NOTICE text from the Work, provided
|
/DragonOS/docs/community/ChangeLog/V0.1.x/ |
H A D | V0.1.4.md | 121 ```text
|
H A D | V0.1.2.md | 121 ```text
|
H A D | V0.1.1.md | 102 ```text
|
H A D | V0.1.5.md | 130 ```text
|
H A D | V0.1.6.md | 130 ```text
|
H A D | V0.1.7.md | 145 ```text
|
H A D | V0.1.8.md | 158 ```text
|
H A D | V0.1.3.md | 134 ```text
|
H A D | V0.1.9.md | 152 ```text 2139 put rust text between _text and _etext, so rust symbols are included in
|
H A D | V0.1.10.md | 165 ```text
|
/DragonOS/kernel/src/filesystem/procfs/ |
H A D | mod.rs | 218 let text = (address_space_guard.end_code - address_space_guard.start_code) / 1024; in open_status() localVariable 228 pdata.append(&mut format!("\nVmExe:\t{} kB", text).as_bytes().to_owned()); in open_status()
|
/DragonOS/kernel/crates/intertrait/ |
H A D | README.md | 156 …* GPLv2 and later (You can find the full text of the license in the root directory of this reposit…
|