Searched refs:S (Results 1 – 13 of 13) sorted by relevance
11 pub fn __convert_mut<'a, S, D>(src:*mut S) ->Option<&'a mut D>{ in __convert_mut() argument14 *mut S, in __convert_mut()21 pub fn __convert_ref<'a, S, D>(src:*const S) ->Option<&'a D>{ in __convert_ref() argument24 *const S, in __convert_ref() constant
8 apu_boot.o: apu_boot.S9 $(CC) -E apu_boot.S > _apu_boot.s # 预处理
14 procs.o: proc.S15 $(CC) -E proc.S > _proc.s
7 entry.o: entry.S8 $(CC) -E entry.S > _entry.s
19 nm -n $(kernel_root_path)/kernel | ./kallsyms > kallsyms.S20 $(CC) -c kallsyms.S -o kallsyms.o
1 kallsyms2 kallsyms.S
3 GARBAGE_PATTERNS := *.o *.s~ *.s *.S~ *.c~ *.h~ kernel24 head.o: head.S25 $(CC) -E head.S > _head.s # 预处理
27 …efile中的命令,运行`kernel/debug/kallsyms`程序,提取内核文件的符号表,然后生成`kernel/debug/kallsyms.S`。该文件的rodata段中存储了text…
7   在`head.S`的头部包含了Multiboot2引导头,里面标志了一些Multiboot2相关的特定信息,以及一些配置命令。
1 GARBAGE_PATTERNS := *.o *.s~ *.s *.S~ *.c~ *.h~ kernel
257 * 将entry.S中冗余的ret_from_syscall代码删除,改为jmp Restore_all317 将entry.S中冗余的ret_from_syscall代码删除,改为jmp Restore_all (#98)319 * 将entry.S中冗余的ret_from_syscall代码删除,改为jmp Restore_all
139 修正由于libc中具有crti.S和crtn.S,造成的与x86_64-elf-gcc不兼容的问题 (#144)
5 GARBAGE_PATTERNS := *.o *.s~ *.s *.S~ *.c~ *.h~ sys_api_lib *.a