Searched refs:native (Results 26 - 50 of 61) sorted by relevance

123

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ppc.c2958 symbols, and uses a different smclas. The native Aix 4.3.3 assembler
4974 a = &coffsymbol (symbol_get_bfdsym (sym))->native[i + 1].u.auxent;
5084 coffsymbol (symbol_get_bfdsym (csect))->native;
5085 coffsymbol (symbol_get_bfdsym (sym))->native[i + 1].fix_scnlen =
5109 combined_entry_type *c = coffsymbol (bsym)->native;
5112 coffsymbol (symbol_get_bfdsym (sym))->native->fix_value = 1;
5131 coffsymbol (symbol_get_bfdsym (sym))->native->fix_line = 1;
5163 a = &coffsymbol (symbol_get_bfdsym (csect))->native[i + 1].u.auxent;
5175 a = &coffsymbol (symbol_get_bfdsym (sym))->native[i].u.auxent;
5176 a->x_csect.x_scnlen.p = coffsymbol (symbol_get_bfdsym (csect))->native;
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp245 llvm::sys::path::native(PCHDir->getName(), DirNative);
H A DFrontendActions.cpp182 llvm::sys::path::native(UmbrellaDir->getName(), DirNative);
H A DCompilerInstance.cpp1051 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative);
/freebsd-9.3-release/contrib/gdb/
H A Dltcf-c.sh207 *** your PATH or compiler configuration so that the native linker is
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderSearch.cpp1133 llvm::sys::path::native(SearchDirs[Idx].getFrameworkDir()->getName(),
1193 llvm::sys::path::native(SearchDir.getDir()->getName(), DirNative);
H A DModuleMap.cpp579 llvm::sys::path::native(SubframeworksDirName);
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Darm-dis.c4080 is_thumb = ( cs->native->u.syment.n_sclass == C_THUMBEXT
4081 || cs->native->u.syment.n_sclass == C_THUMBSTAT
4082 || cs->native->u.syment.n_sclass == C_THUMBLABEL
4083 || cs->native->u.syment.n_sclass == C_THUMBEXTFUNC
4084 || cs->native->u.syment.n_sclass == C_THUMBSTATFUNC);
H A Dconfigure6871 *** your PATH or compiler configuration so that the native linker is
6893 *** your PATH or compiler configuration so that the native linker is
/freebsd-9.3-release/sys/dev/xen/blkback/
H A Dblkback.c343 * Storage used for non-native ring requests.
630 * have a different, native abi (e.g. intel x86_64 and
632 * always accomodates the front-end's native abi. That
719 /** The native sector size of the backend. */
729 * \brief media_size expressed in terms of the backend native
1305 resp = RING_GET_RESPONSE(&xbb->rings.native,
1306 xbb->rings.native.rsp_prod_pvt);
1688 sg = BLKRING_GET_SEG_BLOCK(&xbb->rings.native,
1883 ring_req = RING_GET_REQUEST(&xbb->rings.native,
1955 * (for native mod
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dlibcoff.h652 combined_entry_type *native; member in struct:coff_symbol_struct
H A Daoutx.h2346 unsigned char *native, *natptr;
2357 native = bfd_zalloc (abfd, natsize);
2358 if (!native)
2365 for (natptr = native;
2373 for (natptr = native;
2380 if (bfd_bwrite ((void *) native, natsize, abfd) != natsize)
2382 bfd_release (abfd, native);
2385 bfd_release (abfd, native);
3979 is what the native linker does. */
4302 is what the native linke
[all...]
H A Dpeicode.h576 sym->native = ent;
/freebsd-9.3-release/sys/dev/ata/
H A Data-raid.c81 static int ata_raid_promise_read_meta(device_t dev, struct ar_softc **raidp, int native);
1058 * for now we just use our own native FreeBSD format.
1357 /* prioritize vendor native metadata layout if possible */
1428 /* if none of the above matched, try FreeBSD native format */
3473 ata_raid_promise_read_meta(device_t dev, struct ar_softc **raidp, int native) argument
3490 native ? "FreeBSD" : "Promise");
3495 if (native) {
3516 native ? "FreeBSD" : "Promise");
3524 native ? "FreeBSD" : "Promise");
3544 (raid->format != (native
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Darm-tdep.c1892 if (csym.native == NULL)
1903 csym.native = &ce;
/freebsd-9.3-release/contrib/groff/src/devices/xditview/
H A Ddraw.c362 if (dw->dvi.native) {
/freebsd-9.3-release/gnu/usr.bin/cc/cc_tools/
H A DMakefile38 TARGET_INC+= freebsd-native.h
/freebsd-9.3-release/contrib/binutils/
H A DMakefile.def465 // a dependency on libgcc for native targets to configure.
/freebsd-9.3-release/contrib/ncurses/misc/
H A Demx.src783 emu|emu native mode,
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex550 \dtc. It's not clear whether ``native'' support for macros would be
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY800 generates C code from filter rules to compile in or load as native
/freebsd-9.3-release/contrib/openbsm/
H A Dconfigure1424 --with-native-includes Use the system native include files instead of those
2404 # --with-native-includes forces the use of the system bsm headers.
2406 # Check whether --with-native-includes was given.
4539 * ) # unhandled hosts (and "normal" native builds)
4559 #assume ordinary cross tools, or native build.
8290 # On some targets, GNU ld is compatible enough with the native linker
8291 # that we're better off using the native interface for both.
8297 # with the native linker. However, as the warning in the GNU ld
8526 *** your PATH or compiler configuration so that the native linke
[all...]
/freebsd-9.3-release/contrib/ofed/libibcm/
H A Dconfigure6977 *** your PATH or compiler configuration so that the native linker is
6999 *** your PATH or compiler configuration so that the native linker is
10098 # command for GNU C++ for the case where it uses the native
10100 # overridden to take advantage of the native linker features on
13569 *** your PATH or compiler configuration so that the native linker is
13591 *** your PATH or compiler configuration so that the native linker is
16164 *** your PATH or compiler configuration so that the native linker is
16186 *** your PATH or compiler configuration so that the native linker is
/freebsd-9.3-release/contrib/ofed/librdmacm/
H A Dconfigure6977 *** your PATH or compiler configuration so that the native linker is
6999 *** your PATH or compiler configuration so that the native linker is
10098 # command for GNU C++ for the case where it uses the native
10100 # overridden to take advantage of the native linker features on
13569 *** your PATH or compiler configuration so that the native linker is
13591 *** your PATH or compiler configuration so that the native linker is
16164 *** your PATH or compiler configuration so that the native linker is
16186 *** your PATH or compiler configuration so that the native linker is
/freebsd-9.3-release/contrib/openpam/
H A Dconfigure5711 * ) # unhandled hosts (and "normal" native builds)
5731 #assume ordinary cross tools, or native build.
9155 # On some targets, GNU ld is compatible enough with the native linker
9156 # that we're better off using the native interface for both.
9162 # with the native linker. However, as the warning in the GNU ld
9391 *** your PATH or compiler configuration so that the native linker is
9413 *** your PATH or compiler configuration so that the native linker is

Completed in 489 milliseconds

123