Searched refs:find (Results 1 – 23 of 23) sorted by relevance
3 …x86-64 -z muldefs -o $(tmp_output_dir)/test_signal $(shell find . -name "*.o") $(shell find $(sys…
6 …elf64-x86-64 -z muldefs -o $(tmp_output_dir)/about $(shell find . -name "*.o") $(shell find $(sys…
2 DIRS := . $(shell find $(SUBDIR_ROOTS) -type d)41 …$(LD) -b elf64-x86-64 -z muldefs -o kernel head.o main.o $(shell find . -name "*.o") ../target/x86…57 @echo $(shell find . -name "*.o")58 …$(LD) -b elf64-x86-64 -z muldefs -o kernel head.o main.o $(shell find . -name "*.o") ../target/x86…
3 …elf64-x86-64 -z muldefs -o $(tmp_output_dir)/shell $(shell find . -name "*.o") $(shell find $(sys…
5 kernel_fs_procfs_objs:= $(shell find ./*.c)
5 kernel_fs_rootfs_objs:= $(shell find ./*.c)
5 kernel_fs_vfs_objs:= $(shell find ./*.c)
5 kernel_fs_devfs_objs:= $(shell find ./*.c)
5 kernel_fs_fat32_objs:= $(shell find ./*.c)
5 kernel_sched_objs:= $(shell find ./*.c)
6 kernel_arch_x86_64_asm_objs:= $(shell find ./*.c)
4 kernel_lib_sys_objs:= $(shell find ./*.c)
5 kernel_driver_usbhid_objs:= $(shell find ./*.c)
1 libc_arch_objs:= $(shell find ./*.c)
4 DIRS := . $(shell find $(SUBDIR_ROOTS) -type d)47 $(AR) crvs $(ROOT_PATH)/bin/sysroot/usr/lib/libc.a $(shell find ./libs/* -name "*.o")48 $(shell find ./libs/* -name "*.o" | xargs -I {} cp {} $(ROOT_PATH)/bin/sysroot/usr/lib/)
6 kernel_arch_x86_64_objs:= $(shell find ./*.c)
6 kernel_driver_hid_objs:= $(shell find ./*.c)
6 kernel_lib_objs:= $(shell find ./*.c)
5 kernel_fs_objs:= $(shell find ./*.c)
5 kernel_process_objs:= $(shell find ./*.c)
17 libc_objs:= $(shell find ./*.c)
97 If you find any violation of the open source license, we welcome you to send email feedback! Let's …
482 pub fn find(&self, sig: SignalNumber) -> (Option<&siginfo>, bool) { in find() method