Lines Matching full:h
26 arch_file := arch-$(ARCH).h
28 compiler.h \
29 crt.h \
30 ctype.h \
31 dirent.h \
32 elf.h \
33 errno.h \
34 fcntl.h \
35 getopt.h \
36 limits.h \
37 math.h \
38 nolibc.h \
39 poll.h \
40 sched.h \
41 signal.h \
42 stackprotector.h \
43 std.h \
44 stdarg.h \
45 stdbool.h \
46 stddef.h \
47 stdint.h \
48 stdlib.h \
49 string.h \
50 sys.h \
51 sys/auxv.h \
52 sys/ioctl.h \
53 sys/mman.h \
54 sys/mount.h \
55 sys/prctl.h \
56 sys/random.h \
57 sys/reboot.h \
58 sys/resource.h \
59 sys/stat.h \
60 sys/syscall.h \
61 sys/sysmacros.h \
62 sys/time.h \
63 sys/timerfd.h \
64 sys/types.h \
65 sys/utsname.h \
66 sys/wait.h \
67 time.h \
68 types.h \
69 unistd.h \
70 stdio.h \
98 cat arch-x86.h; \
104 fi > $(OUTPUT)sysroot/include/arch.h
111 $(Q)for header in $(filter-out crt.h std.h,$(all_files)); do \