Searched refs:text (Results 1 – 24 of 24) sorted by relevance
/DragonOS-0.1.8/user/apps/test_signal/ |
D | link.lds | 12 .text : 16 *(.text) argument 17 *(.text.*)
|
/DragonOS-0.1.8/user/apps/shell/ |
D | shell.lds | 12 .text : 16 *(.text) argument 17 *(.text.*)
|
/DragonOS-0.1.8/user/apps/about/ |
D | about.lds | 12 .text : 16 *(.text) argument 17 *(.text.*)
|
/DragonOS-0.1.8/kernel/src/ |
D | link.lds | 13 .boot.text : 25 .text (text_start_pa): AT(text_start_pa - KERNEL_VMA) 29 *(.text)
|
/DragonOS-0.1.8/user/apps/test_bind/ |
D | link.lds | 13 /* Read-only sections, merged into text segment: */ 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-se… 27 *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) 57 .text : 59 *(.text.unlikely .text.*_unlikely .text.unlikely.*) 60 *(.text.exit .text.exit.*) 61 *(.text.startup .text.startup.*) 62 *(.text.hot .text.hot.*) 63 *(.text .stub .text.* .gnu.linkonce.t.*)
|
/DragonOS-0.1.8/user/apps/test_fstat/ |
D | link.lds | 13 /* Read-only sections, merged into text segment: */ 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-se… 27 *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) 57 .text : 59 *(.text.unlikely .text.*_unlikely .text.unlikely.*) 60 *(.text.exit .text.exit.*) 61 *(.text.startup .text.startup.*) 62 *(.text.hot .text.hot.*) 63 *(.text .stub .text.* .gnu.linkonce.t.*)
|
/DragonOS-0.1.8/user/apps/test_gettimeofday/ |
D | link.lds | 13 /* Read-only sections, merged into text segment: */ 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-se… 27 *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) 57 .text : 59 *(.text.unlikely .text.*_unlikely .text.unlikely.*) 60 *(.text.exit .text.exit.*) 61 *(.text.startup .text.startup.*) 62 *(.text.hot .text.hot.*) 63 *(.text .stub .text.* .gnu.linkonce.t.*)
|
/DragonOS-0.1.8/user/apps/http_server/ |
D | link.lds | 13 /* Read-only sections, merged into text segment: */ 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-se… 27 *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) 57 .text : 59 *(.text.unlikely .text.*_unlikely .text.unlikely.*) 60 *(.text.exit .text.exit.*) 61 *(.text.startup .text.startup.*) 62 *(.text.hot .text.hot.*) 63 *(.text .stub .text.* .gnu.linkonce.t.*)
|
/DragonOS-0.1.8/user/apps/test_relibc/ |
D | link.lds | 13 /* Read-only sections, merged into text segment: */ 14 …PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-se… 27 *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) 57 .text : 59 *(.text.unlikely .text.*_unlikely .text.unlikely.*) 60 *(.text.exit .text.exit.*) 61 *(.text.startup .text.startup.*) 62 *(.text.hot .text.hot.*) 63 *(.text .stub .text.* .gnu.linkonce.t.*)
|
/DragonOS-0.1.8/docs/kernel/ipc/ |
D | signal.md | 21 ```text 42 ```text
|
/DragonOS-0.1.8/docs/kernel/debug/ |
D | traceback.md | 27 …debug/kallsyms`程序,提取内核文件的符号表,然后生成`kernel/debug/kallsyms.S`。该文件的rodata段中存储了text段的函数的符号表。接着,该文件将被编译为…
|
/DragonOS-0.1.8/docs/kernel/filesystem/ |
D | overview.md | 21 ```text
|
/DragonOS-0.1.8/docs/kernel/filesystem/vfs/ |
D | design.md | 12 ```text
|
/DragonOS-0.1.8/kernel/src/smp/ |
D | apu_boot.S | 6 .section .text
|
/DragonOS-0.1.8/docs/community/code_contribution/ |
D | the-development-process.md | 84 ```text
|
/DragonOS-0.1.8/docs/community/ChangeLog/V0.1.x/ |
D | V0.1.4.md | 121 ```text
|
D | V0.1.2.md | 121 ```text
|
D | V0.1.1.md | 102 ```text
|
D | V0.1.6.md | 130 ```text
|
D | V0.1.7.md | 145 ```text
|
D | V0.1.5.md | 130 ```text
|
D | V0.1.8.md | 158 ```text
|
D | V0.1.3.md | 134 ```text
|
/DragonOS-0.1.8/kernel/src/filesystem/procfs/ |
D | mod.rs | 177 let text = (address_space_guard.end_code - address_space_guard.start_code) / 1024; in open_status() localVariable 188 pdata.append(&mut format!("\nVmExe:\t{} kB\n", text).as_bytes().to_owned()); in open_status()
|