Searched refs:generic (Results 1 - 25 of 175) sorted by path

1234567

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.badguess.ksh69 cc -xarch=generic -c -o test32.o test.c
H A Dtst.guess32.ksh64 cc -xarch=generic -c test.c
74 cc -xarch=generic -o test test.o prov.o
H A Dtst.include.ksh49 cc -xarch=generic -o test test.c
H A Dtst.nodtrace.ksh73 cc -I. -xarch=generic -c test.c
78 cc -xarch=generic -o test test.o
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex2669 % This preamble sets up a generic column definition, which will
4296 % call the generic \sectionheading to do the printing.
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddst_api.c299 if (key->keydata.generic == NULL)
350 if (key->keydata.generic == NULL)
368 if (dctx->key->keydata.generic == NULL)
384 if (dctx->key->keydata.generic == NULL)
406 if (pub->keydata.generic == NULL || priv->keydata.generic == NULL)
632 if (key->keydata.generic == NULL) /*%< NULL KEY */
804 key->keydata.generic = data;
1134 if (key->keydata.generic != NULL) {
1351 key->keydata.generic
[all...]
H A Ddst_internal.h106 void *generic; member in union:dst_key::__anon134
146 void *generic; member in union:dst_context::__anon135
H A Dopensslrsa_link.c1365 key->keydata.generic = NULL;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Daoutx.h1 /* BFD semi-generic back-end for a.out binaries.
84 values have been determined, generic code is used to handle
1847 asymbol **generic = bfd_get_outsymbols (abfd);
1856 asymbol *g = generic[count];
2345 arelent **generic;
2361 generic = section->orelocation;
2367 --count, natptr += each_size, ++generic)
2368 MY_swap_ext_reloc_out (abfd, *generic,
2375 --count, natptr += each_size, ++generic)
2376 MY_swap_std_reloc_out (abfd, *generic,
1843 asymbol **generic = bfd_get_outsymbols (abfd); local
[all...]
H A Dbout.c265 arelent **generic; local
278 generic = section->orelocation;
305 for (natptr = native; count > 0; --count, ++natptr, ++generic)
307 arelent *g = *generic;
509 generic symbols. */
/freebsd-9.3-release/contrib/binutils/gas/
H A DMakefile.am177 atof-generic.c \
377 config/te-generic.h \
424 atof-generic.o \
881 echo '#include "te-generic.h"' > targ-env.h; \
920 echo '#include "te-generic.h"' > targ-env.h; \
2135 atof-generic.o: atof-generic.c $(INCDIR)/safe-ctype.h
H A Dconfigure203 # We could just check for DJGPP; but this test a) works b) is more generic
9883 te_file=generic
10484 generic)
14146 # We could just check for DJGPP; but this test a) works b) is more generic
/freebsd-9.3-release/contrib/binutils/ld/
H A DMakefile.am498 ELF_DEPS = $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/elf-generic.em
499 ELF_GEN_DEPS = $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/elf-generic.em $(srcdir)/emultempl/genelf.em
516 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/alpha.sc ${GEN_DEPENDS}
572 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS}
575 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/armaout.sc ${GEN_DEPENDS}
581 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
626 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/i860coff.sc ${GEN_DEPENDS}
629 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/sparccoff.sc ${GEN_DEPENDS}
632 $(srcdir)/emultempl/generic
[all...]
H A Dgenscripts.sh379 . ${srcdir}/emultempl/${TEMPLATE_NAME-generic}.em
/freebsd-9.3-release/contrib/binutils/ld/emulparams/
H A Darcelf.sh2 TEMPLATE_NAME=generic
H A Dmipsidt.sh10 TEMPLATE_NAME=generic
H A Dmipsidtl.sh10 TEMPLATE_NAME=generic
/freebsd-9.3-release/contrib/bmake/
H A Dconfigure5735 generic) machine=`$srcdir/machine.sh`;;
/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c259 GTY((desc ("TREE_CODE (&%h.generic) == IDENTIFIER_NODE"),
260 chain_next ("TREE_CODE (&%h.generic) == INTEGER_TYPE ? (union lang_tree_node *) TYPE_NEXT_VARIANT (&%h.generic) : (union lang_tree_node *) TREE_CHAIN (&%h.generic)")))
264 generic;
H A Dopts.c276 enum debug_struct_file criterion, int generic,
292 generic ? "gen" : "ord",
299 #define DUMP_GSTRUCT(type, usage, criterion, generic, matches, result) \
300 dump_struct_debug (type, usage, criterion, generic, matches, result)
304 #define DUMP_GSTRUCT(type, usage, criterion, generic, matches, result) \
315 bool generic = lang_hooks.types.generic_p (type); local
317 if (generic)
323 return DUMP_GSTRUCT (type, usage, criterion, generic, false, false);
325 return DUMP_GSTRUCT (type, usage, criterion, generic, false, true);
330 return DUMP_GSTRUCT (type, usage, criterion, generic, fals
275 dump_struct_debug(tree type, enum debug_info_usage usage, enum debug_struct_file criterion, int generic, int matches, int result) argument
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcp-tree.h466 chain_next ("(union lang_tree_node *)TREE_CHAIN (&%h.generic)")))
469 desc ("tree_node_structure (&%h)"))) generic;
3038 as bare LHS/RHS, and not as ADDR/RHS, as in the generic statement. */
H A Ddecl.c11812 switch (TREE_CODE (&t->generic))
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2843 % This preamble sets up a generic column definition, which will
4470 % call the generic \sectionheading to do the printing.
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-command.c51 WINDOW *w = TUI_CMD_WIN->generic.handle;
H A Dtui-data.c206 switch (win_info->generic.type)
328 enum tui_win_type type = cur_win->generic.type;
331 if (cur_win->generic.type == CMD_WIN)
334 type = cur_win->generic.type + 1;
335 while (type != cur_win->generic.type && (next_win == NULL))
337 if (tui_win_list[type] && tui_win_list[type]->generic.is_visible)
357 enum tui_win_type type = cur_win->generic.type;
360 if (cur_win->generic.type == SRC_WIN)
363 type = cur_win->generic.type - 1;
364 while (type != cur_win->generic
[all...]

Completed in 286 milliseconds

1234567