Home
last modified time | relevance | path

Searched refs:_end (Results 1 – 11 of 11) sorted by relevance

/DragonOS-0.1.8/user/apps/test_signal/
Dlink.lds51 _end = .; symbol
/DragonOS-0.1.8/user/apps/shell/
Dshell.lds51 _end = .; symbol
/DragonOS-0.1.8/user/apps/about/
Dabout.lds51 _end = .; symbol
/DragonOS-0.1.8/kernel/src/
Dlink.lds70 _end = .; symbol
/DragonOS-0.1.8/kernel/src/mm/
Dmm.h153 extern char _end;
/DragonOS-0.1.8/user/apps/test_bind/
Dlink.lds171 _end. Align after .bss to ensure correct alignment even if the
195 _end = .; PROVIDE (end = .); symbol
/DragonOS-0.1.8/user/apps/test_fstat/
Dlink.lds171 _end. Align after .bss to ensure correct alignment even if the
195 _end = .; PROVIDE (end = .); symbol
/DragonOS-0.1.8/user/apps/test_gettimeofday/
Dlink.lds171 _end. Align after .bss to ensure correct alignment even if the
195 _end = .; PROVIDE (end = .); symbol
/DragonOS-0.1.8/user/apps/http_server/
Dlink.lds171 _end. Align after .bss to ensure correct alignment even if the
195 _end = .; PROVIDE (end = .); symbol
/DragonOS-0.1.8/user/apps/test_relibc/
Dlink.lds171 _end. Align after .bss to ensure correct alignment even if the
195 _end = .; PROVIDE (end = .); symbol
/DragonOS-0.1.8/kernel/src/arch/x86_64/mm/
Dmod.rs132 fn _end(); in init() function
142 start_brk: _end as usize, in init()