Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/
H A Dlink.ld18 .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 Dlink.lds13 .boot.text :
27 .text (text_start_pa): AT(text_start_pa - KERNEL_VMA)
31 /* any files' .text */
32 *(.text)
34 /* any files' .text.*, for example: rust .text._ZN* */
35 *(.text.*)
/DragonOS/docs/kernel/ipc/
H A Dsignal.md21 ```text
42 ```text
/DragonOS/docs/kernel/debug/
H A Dtraceback.md27 …debug/kallsyms`程序,提取内核文件的符号表,然后生成`kernel/debug/kallsyms.S`。该文件的rodata段中存储了text段的函数的符号表。接着,该文件将被编译为…
/DragonOS/docs/kernel/filesystem/
H A Doverview.md21 ```text
/DragonOS/docs/kernel/filesystem/vfs/
H A Ddesign.md12 ```text
/DragonOS/tools/debugging/logmonitor/src/
H A Dui.rs5 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 Dapu_boot.S7 .section .text
/DragonOS/docs/community/code_contribution/
H A Dthe-development-process.md84 ```text
/DragonOS/kernel/crates/intertrait/macros/
H A DLICENSE-APACHE106 (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 DV0.1.4.md121 ```text
H A DV0.1.2.md121 ```text
H A DV0.1.1.md102 ```text
H A DV0.1.5.md130 ```text
H A DV0.1.6.md130 ```text
H A DV0.1.7.md145 ```text
H A DV0.1.8.md158 ```text
H A DV0.1.3.md134 ```text
H A DV0.1.9.md152 ```text
2139 put rust text between _text and _etext, so rust symbols are included in
H A DV0.1.10.md165 ```text
/DragonOS/kernel/src/filesystem/procfs/
H A Dmod.rs218 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 DREADME.md156 …* GPLv2 and later (You can find the full text of the license in the root directory of this reposit…