Searched refs:inc (Results 176 - 200 of 1366) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/ia64/stand/ia64/
H A DMakefile.booters23 CPPFLAGS += -I${IA64_EFI_DIR}/inc -I${IA64_EFI_DIR}/inc/ia64
32 .include "${S}/lib/libkern/Makefile.inc"
37 .include "${S}/lib/libz/Makefile.inc"
43 .include "${S}/lib/libsa/Makefile.inc"
/netbsd-current/external/bsd/elftoolchain/common/
H A DMakefile25 .include <bsd.inc.mk>
/netbsd-current/external/bsd/libc++/include/experimental/
H A DMakefile33 .include <bsd.inc.mk>
/netbsd-current/tests/usr.bin/make/
H A DMakefile28 DISTFILES!= (cd ${UNIT_TESTS_DISTDIR} && echo Makefile *.mk *.inc *.exp)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dsizing.s7 insn inc %eax
9 .equiv .Lis_64bit, inc > 1
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/
H A Dmkinc25 }" PROTO.in > $proto.inc
/netbsd-current/crypto/external/bsd/openssl/dist/demos/pkey/
H A DMakefile18 %.o: %.c dsa.inc
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dcpu_in_cksum.S129 inc %o2
132 inc %o5 ! }
143 inc 2, %o2
145 inc 2, %o5 ! }
161 inc 0xc, %o5 ! ADVANCE(12) }
167 inc 0xc, %o2
175 inc 4, %o5
185 inc 2, %o5
194 inc %o5
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dincremental-dump.cc80 Sized_incremental_binary<size, big_endian>* inc)
87 if (!inc->has_incremental_info())
97 incremental_inputs(inc->inputs_reader());
230 elfcpp::Elf_file<size, big_endian, Incremental_binary> elf_file(inc);
239 View symtab_view(inc->view(symtab_location));
252 View strtab_view(inc->view(strtab_location));
263 Incremental_symtab_reader<big_endian> isymtab(inc->symtab_reader());
264 Incremental_relocs_reader<size, big_endian> irelocs(inc->relocs_reader());
385 Incremental_got_plt_reader<big_endian> igot_plt(inc->got_plt_reader());
474 Incremental_binary* inc local
79 dump_incremental_inputs(const char* argv0, const char* filename, Sized_incremental_binary<size, big_endian>* inc) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dincremental-dump.cc80 Sized_incremental_binary<size, big_endian>* inc)
87 if (!inc->has_incremental_info())
97 incremental_inputs(inc->inputs_reader());
230 elfcpp::Elf_file<size, big_endian, Incremental_binary> elf_file(inc);
239 View symtab_view(inc->view(symtab_location));
252 View strtab_view(inc->view(strtab_location));
263 Incremental_symtab_reader<big_endian> isymtab(inc->symtab_reader());
264 Incremental_relocs_reader<size, big_endian> irelocs(inc->relocs_reader());
385 Incremental_got_plt_reader<big_endian> igot_plt(inc->got_plt_reader());
474 Incremental_binary* inc local
79 dump_incremental_inputs(const char* argv0, const char* filename, Sized_incremental_binary<size, big_endian>* inc) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dincremental-dump.cc80 Sized_incremental_binary<size, big_endian>* inc)
87 if (!inc->has_incremental_info())
97 incremental_inputs(inc->inputs_reader());
230 elfcpp::Elf_file<size, big_endian, Incremental_binary> elf_file(inc);
239 View symtab_view(inc->view(symtab_location));
252 View strtab_view(inc->view(strtab_location));
263 Incremental_symtab_reader<big_endian> isymtab(inc->symtab_reader());
264 Incremental_relocs_reader<size, big_endian> irelocs(inc->relocs_reader());
385 Incremental_got_plt_reader<big_endian> igot_plt(inc->got_plt_reader());
474 Incremental_binary* inc local
79 dump_incremental_inputs(const char* argv0, const char* filename, Sized_incremental_binary<size, big_endian>* inc) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcond.c53 inc = 0;
491 if (inc == 0)
493 inc = 2;
499 inc = 1;
503 inc = 1;
511 inc = 1;
515 return (inc == 1);
671 if (inc == 0)
673 inc = 2;
679 inc
[all...]
/netbsd-current/lib/libc/compat/stdio/
H A DMakefile.inc8 # $NetBSD: Makefile.inc,v 1.4 2002/04/10 14:53:43 lukem Exp $
19 # you can set BSD{SRC,OBJ}DIR in Makefile.local.inc
20 .if exists(${ABSTOP}/Makefile.local.inc)
21 .include "${ABSTOP}/Makefile.local.inc"
/netbsd-current/lib/libc/db/
H A Ddb2netbsd27 mv Makefile.inc README btree changelog db hash man mpool recno lib/libc/db
/netbsd-current/sys/arch/i386/stand/lib/
H A Ddump_eax.S55 inc %di
/netbsd-current/external/gpl3/gcc/dist/contrib/header-tools/
H A Dincluded-by82 for inc in found:
83 if inc in src:
84 careabout.append (inc)
88 output = output + " [" + inc +"]"
/netbsd-current/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dincluded-by82 for inc in found:
83 if inc in src:
84 careabout.append (inc)
88 output = output + " [" + inc +"]"
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32_init.inc2 * nds32_init.inc
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32_init.inc2 * nds32_init.inc
/netbsd-current/usr.bin/ldd/
H A DMakefile.inc1 # $NetBSD: Makefile.inc,v 1.8 2021/04/25 23:52:59 christos Exp $
36 .if exists(${.CURDIR}/../../Makefile.inc)
37 .include "${.CURDIR}/../../Makefile.inc"
/netbsd-current/external/apache2/llvm/bin/llvm-objdump/
H A DMakefile21 ObjdumpOpts.inc|-gen-opt-parser-defs
24 OtoolOpts.inc|-gen-opt-parser-defs
/netbsd-current/external/apache2/llvm/lib/libLLVMSupport/
H A DMakefile151 SRCS+= Host.inc \
152 Memory.inc \
153 Path.inc \
154 Process.inc \
155 Program.inc \
156 Signals.inc \
157 Watchdog.inc \
158 ThreadLocal.inc
/netbsd-current/lib/libc/arch/sparc64/
H A DMakefile.inc1 # $NetBSD: Makefile.inc,v 1.21 2021/10/31 22:24:36 thorpej Exp $
13 .include <softfloat/Makefile.inc>
/netbsd-current/lib/libc/arch/mips/
H A DMakefile.inc1 # $NetBSD: Makefile.inc,v 1.16 2021/10/31 22:24:35 thorpej Exp $
11 .include <softfloat/Makefile.inc>
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dconst_iterator.hpp117 inc();
131 inc() function in class:__gnu_pbds::detail::binary_heap_const_iterator_

Completed in 494 milliseconds

1234567891011>>