Home
last modified time | relevance | path

Searched refs:NATIVE (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/binutils/ld/emulparams/
H A Delf64_s390.sh22 NATIVE=yes
H A Delf_x86_64.sh21 NATIVE=yes
H A Delf32ppccommon.sh41 NATIVE=yes
H A Delf64ppc.sh42 NATIVE=yes
H A Delf64_sparc.sh32 NATIVE=yes
H A Delf32bmipn32-defs.sh25 NATIVE=yes
/freebsd-12.1/contrib/binutils/ld/
H A Dgenscripts.sh107 NATIVE=yes
116 if test "x$NATIVE" = "xyes" ; then
H A DChangeLog-02031571 NATIVE and USE_LIBPATH. Prepend "=" to directory names if
1578 * emultempl/elf32.em: Use NATIVE and USE_LIBPATH instead of
1583 environment variables if $NATIVE.
1587 * emulparams/elf32bmipn32-defs.sh: Set NATIVE and LIBPATH_SUFFIX
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp520 nf.setPrefix(AMDGPULibFunc::NATIVE); in sincosUseNative()
524 nf.setPrefix(AMDGPULibFunc::NATIVE); in sincosUseNative()
557 FInfo.setPrefix(AMDGPULibFunc::NATIVE); in useNative()
675 assert ((FInfo.getPrefix() == AMDGPULibFunc::NATIVE || in fold()
682 assert ((FInfo.getPrefix() == AMDGPULibFunc::NATIVE || in fold()
797 nf.setPrefix(AMDGPULibFunc::NATIVE); in replaceWithNative()
1250 nf.setPrefix(AMDGPULibFunc::NATIVE); in getNativeFunction()
1258 (FInfo.getPrefix() != AMDGPULibFunc::NATIVE)) { in fold_sqrt()
H A DAMDGPULibFunc.h248 NATIVE, enumerator
H A DAMDGPULibFunc.cpp562 .Case("native", AMDGPULibFunc::NATIVE) in parseNamePrefix()
717 case NATIVE: Pfx = "native_"; break; in writeName()
/freebsd-12.1/gnu/usr.bin/binutils/ld/
H A Dgenscripts.sh60 NATIVE=yes
/freebsd-12.1/contrib/binutils/ld/emultempl/
H A Delf32.em980 if [ "x${NATIVE}" = xyes ] ; then
1004 if [ "x${NATIVE}" = xyes ] ; then
/freebsd-12.1/contrib/bmake/
H A DChangeLog595 o main.c: for NATIVE build sysctl to get MACHINE_ARCH from
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20012628 * configure.in: Remove NATIVE, NULL_TARGET.
/freebsd-12.1/contrib/binutils/
H A DChangeLog9655 * Makefile.in: Rename HOST_ONLY to NATIVE.