Searched refs:h (Results 1 – 25 of 33) sorted by relevance
12
/scripts/gdb/linux/ |
A D | constants.py.in | 16 #include <linux/fs.h> 18 #include <linux/irq.h> 19 #include <linux/mount.h> 24 #include <linux/slab.h> 54 /* linux/fs.h */ 62 /* linux/htimer.h */ 65 /* linux/irq.h */ 69 /* linux/module.h */ 76 /* linux/mount.h */ 84 /* linux/threads.h */ [all …]
|
/scripts/mod/ |
A D | Makefile | 9 devicetable-offsets-file := devicetable-offsets.h 18 $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o $(obj)/symsearch.o: $(obj)/elfconfig.h 24 $(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE 27 targets += elfconfig.h
|
A D | .gitignore | 2 /devicetable-offsets.h 3 /elfconfig.h
|
/scripts/ |
A D | Makefile.asm-headers | 51 old-headers := $(wildcard $(obj)/*.h) 77 $(obj)/%.h: $(srctree)/$(generic)/%.h 80 $(obj)/unistd_%.h: $(syscalltbl) $(syshdr) FORCE 83 $(obj)/unistd_compat_%.h: syscall_compat:=1 84 $(obj)/unistd_compat_%.h: $(syscalltbl) $(syshdr) FORCE 87 $(obj)/syscall_table_%.h: $(syscalltbl) $(systbl) FORCE
|
A D | cleanpatch | 196 my @h = (); 206 unshift(@h, $l); 208 unshift(@h, $l); 228 unshift(@h, $l); 231 foreach $l (@h) {
|
A D | Makefile.headersinst | 62 $(src-headers): $(dst)/%.h: $(src)/%.h $(srctree)/scripts/headers_install.sh FORCE 65 $(gen-headers): $(dst)/%.h: $(gen)/%.h $(srctree)/scripts/headers_install.sh FORCE
|
A D | git.orderFile | 38 *types.h 39 *.h
|
A D | rust_is_available.sh | 169 if ! "$BINDGEN" $(dirname $0)/rust_is_available_bindgen_0_66.h >/dev/null; then 186 LC_ALL=C "$BINDGEN" $(dirname $0)/rust_is_available_bindgen_libclang.h 2>&1 >/dev/null 233 if ! "$BINDGEN" $(dirname $0)/rust_is_available_bindgen_libclang_concat.h | grep -q foofoo; then
|
A D | gfp-translate | 75 // Try to fool compiler.h into not including extra stuff 84 sed -nEe 's/^[[:space:]]+(___GFP_.*)_BIT,.*$/\1/p' $SOURCE/include/linux/gfp_types.h |
|
A D | Makefile.host | 14 cmd_bison = $(YACC) -o $(basename $@).c --defines=$(basename $@).h -t -l $< 16 $(obj)/%.tab.c $(obj)/%.tab.h: $(src)/%.y FORCE 165 $(call intermediate_targets, .tab.o, .tab.c .tab.h)
|
A D | misc-check | 49 -- '*.[ch]' :^tools/ :^include/linux/export.h |
|
A D | tags.sh | 101 echo include/generated/autoconf.h 293 --$CTAGS_EXTRA=+fq --c-kinds=+px --fields=+iaS --langmap=c:+.h \
|
A D | Makefile.build | 257 $(srctree)/scripts/recordmcount.h 449 $(basename $@).c $(basename $@).h 451 $(obj)/%.asn1.c $(obj)/%.asn1.h: $(src)/%.asn1 $(objtree)/scripts/asn1_compiler 513 targets += $(call intermediate_targets, .asn1.o, .asn1.c .asn1.h)
|
/scripts/gcc-plugins/ |
A D | Makefile | 3 $(obj)/randomize_layout_plugin.so: $(obj)/randomize_layout_seed.h 12 $(obj)/randomize_layout_seed.h: $(objtree)/scripts/basic/randstruct.seed FORCE 14 targets += randomize_layout_seed.h 30 -include $(srctree)/include/linux/compiler-version.h \ 70 $(obj)/../../include/generated/gcc-plugins.h: $(plugin-single) $(plugin-multi) FORCE 72 always-y += ../../include/generated/gcc-plugins.h
|
A D | .gitignore | 2 /randomize_layout_seed.h
|
A D | Kconfig | 12 depends on $(success,test -e $(shell,$(CC) -print-file-name=plugin)/include/plugin-version.h)
|
/scripts/atomic/ |
A D | gen-atomics.sh | 11 gen-atomic-instrumented.sh linux/atomic/atomic-instrumented.h 12 gen-atomic-long.sh linux/atomic/atomic-long.h 13 gen-atomic-fallback.sh linux/atomic/atomic-arch-fallback.h
|
/scripts/basic/ |
A D | Makefile | 13 $@ $(objtree)/include/generated/randstruct_hash.h 19 $(obj)/../../include/generated/integer-wrap.h: $(srctree)/scripts/integer-wrap-ignore.scl FORCE 21 always-$(CONFIG_UBSAN_INTEGER_WRAP) += ../../include/generated/integer-wrap.h
|
/scripts/kconfig/ |
A D | nconf-cfg.sh | 29 if [ -f /usr/include/ncursesw/ncurses.h ]; then 35 if [ -f /usr/include/ncurses/ncurses.h ]; then 41 if [ -f /usr/include/ncurses.h ]; then
|
A D | mconf-cfg.sh | 29 if [ -f /usr/include/ncursesw/ncurses.h ]; then 35 if [ -f /usr/include/ncurses/ncurses.h ]; then
|
/scripts/include/ |
A D | list.h | 322 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE() argument 324 h->next = NULL; in INIT_HLIST_NODE() 325 h->pprev = NULL; in INIT_HLIST_NODE() 336 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed() argument 338 return !h->pprev; in hlist_unhashed() 387 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() argument 389 struct hlist_node *first = h->first; in hlist_add_head() 394 h->first = n; in hlist_add_head() 395 n->pprev = &h->first; in hlist_add_head()
|
/scripts/dtc/ |
A D | update-dtc-source.sh | 67 sed -i -- 's/#include <libfdt_env.h>/#include "libfdt_env.h"/g' ./libfdt/libfdt.h 68 sed -i -- 's/#include <fdt.h>/#include "fdt.h"/g' ./libfdt/libfdt.h 69 git add ./libfdt/libfdt.h
|
A D | Makefile | 27 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
|
/scripts/crypto/ |
A D | gen-hash-testvecs.py | 34 self.h = 0 44 self.h = ((self.h + c) * self.r) % (2**130 - 5) 50 m = (self.h + self.s) % 2**128
|
/scripts/genksyms/ |
A D | Makefile | 12 $(obj)/lex.lex.o: $(obj)/parse.tab.h
|
Completed in 20 milliseconds
12