HomeSort by: relevance | last modified time | path
    Searched refs:PLATFORM (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/crypto/external/bsd/openssl.old/dist/crypto/
cversion.c 29 return PLATFORM;
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
mDNSFeatures.h 27 #define MDNSRESPONDER_SUPPORTS(PLATFORM, FEATURE) \
28 (MDNSRESPONDER_PLATFORM_ ## PLATFORM && \
29 HAS_FEATURE(MDNSRESPONDER_SUPPORTS_ ## PLATFORM ## _ ## FEATURE))
  /src/sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x00080000/
Makefile 5 PLATFORM= IQ80310
  /src/sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf0080000/
Makefile 5 PLATFORM= IQ80321
  /src/sys/arch/evbarm/stand/gzboot/NSLU2_dram_0x01d00000/
Makefile 16 PLATFORM= NSLU2
  /src/sys/arch/evbarm/stand/gzboot/SMDK2800_flash_0x00100000/
Makefile 5 PLATFORM= SMDK2800
  /src/sys/arch/evbarm/stand/gzboot/TS7200_flash_0x60660000/
Makefile 5 PLATFORM= TS7200
  /src/sys/arch/evbarm/stand/gzboot/ADI_BRH_flash_0x00140000/
Makefile 5 PLATFORM= ADI_BRH
  /src/sys/arch/evbarm/stand/gzboot/GEMINI_dram_0x01600000/
Makefile 5 PLATFORM= GEMINI
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_pci.c 42 #define PLATFORM(x) .platform = (x)
203 PLATFORM(INTEL_I830),
208 PLATFORM(INTEL_I845G),
213 PLATFORM(INTEL_I85X),
219 PLATFORM(INTEL_I865G),
238 PLATFORM(INTEL_I915G),
249 PLATFORM(INTEL_I915GM),
262 PLATFORM(INTEL_I945G),
273 PLATFORM(INTEL_I945GM)
    [all...]
  /src/sys/arch/evbarm/stand/gzboot/SMDK2410_flash_0x00000000/
Makefile 5 PLATFORM= SMDK2410
  /src/sys/arch/evbarm/stand/gzboot/SMDK2800_flash_0x00000000/
Makefile 5 PLATFORM= SMDK2800
  /src/crypto/external/bsd/openssl/dist/crypto/
cversion.c 60 return PLATFORM;
  /src/crypto/external/bsd/heimdal/dist/packages/windows/installer/
NTMakefile 43 PLATFORM=x64
45 PLATFORM=x86
69 $(CANDLE) -arch $(PLATFORM) -o $@ $** \
73 -dPlatform=$(PLATFORM)
90 $(CANDLE) -arch $(PLATFORM) -o $@ $** \
94 -dPlatform=$(PLATFORM) \
198 -dPlatform=$(PLATFORM) \
260 $(CANDLE) -arch $(PLATFORM) -o $@ heimdal-installer.wxs \
270 $(CANDLE) -arch $(PLATFORM) -o $@ $(CMD_WXS) \
280 $(CANDLE) -arch $(PLATFORM) -o $@ $(GSS_WXS)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/
cversion.c 98 return PLATFORM;
  /src/external/public-domain/sqlite/dist/
Makefile.msc 158 # Set this non-0 to compile binaries suitable for the Windows 10 platform.
294 # the Windows platform.
337 # the Windows 10 platform.
353 # When compiling for the Windows 10 platform, the PLATFORM macro must be set
357 !IFNDEF PLATFORM
358 !ERROR Using the FOR_WIN10 option requires a value for PLATFORM.
369 # binary for the target platform. If it is not defined, simply define it to
385 # the target platform. If it is not defined, simply define it to the legacy
393 # compiler binary for the target platform. If it is not defined, simply defin
    [all...]
  /src/libexec/ld.elf_so/
expand.c 64 ADD(PLATFORM) /* uname -p */
95 case 5: /* PLATFORM */
  /src/external/bsd/tmux/dist/
configure 654 PLATFORM
2039 ## Platform. ##
8014 # Figure out the platform.
8015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking platform" >&5
8016 $as_echo_n "checking platform... " >&6; }
8021 PLATFORM=aix
8026 PLATFORM=darwin
8077 PLATFORM=dragonfly
8082 PLATFORM=linux
8087 PLATFORM=freebs
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
unix-Makefile.tmpl 104 PLATFORM={- $config{target} -}
1130 # legacy platform compiler's inability to handle .S files.
1131 # The platform is long discontinued by vendor so there is
windows-makefile.tmpl 69 PLATFORM={- $config{target} -}
descrip.mms.tmpl 97 PLATFORM={- $config{target} -}
  /src/crypto/external/apache2/openssl/dist/Configurations/
windows-makefile.tmpl 9 our $sover_dirname = platform->shlib_version_as_filename();
38 PLATFORM={- $config{target} -}
50 LIBS={- join(" ", map { ( platform->sharedlib_import($_), platform->staticlib($_) ) } @{$unified_info{libraries}}) -}
51 SHLIBS={- join(" ", map { platform->sharedlib($_) // () } @{$unified_info{libraries}}) -}
52 SHLIBPDBS={- join(" ", map { platform->sharedlibpdb($_) // () } @{$unified_info{libraries}}) -}
53 MODULES={- our @MODULES = map { platform->dso($_) }
61 MODULEPDBS={- join(" ", map { platform->dsopdb($_) } @{$unified_info{modules}}) -}
69 join(" ", map { platform->dso($_) } @fipsmodules) -}
71 join(", ", map { basename(platform->dso($_)) } @fipsmodules) -
    [all...]
descrip.mms.tmpl 9 (our $osslprefix_q = platform->osslprefix()) =~ s/\$/\\\$/;
11 our $sover_dirname = platform->shlib_version_as_filename();
46 map { platform->staticname($_) }
49 map { platform->sharedname($_) // () }
52 map { platform->staticname($_) }
56 map { platform->sharedname($_) // () }
218 my $obj = platform->obj($_);
222 my $obj = platform->obj($_);
226 my $obj = platform->obj($_);
230 my $obj = platform->obj($_)
    [all...]
unix-Makefile.tmpl 11 our $makedepcmd = platform->makedepcmd();
24 our $sover_dirname = platform->shlib_version_as_filename();
70 PLATFORM={- $config{target} -}
95 map { platform->staticlib($_) // () }
99 map { platform->sharedlib($_) // () }
103 map { my $x = platform->sharedlib($_);
104 my $y = platform->sharedlib_simple($_) // '';
105 my $z = platform->sharedlib_import($_) // '';
110 map { platform->dso($_) }
124 join(" ", map { platform->dso($_) } @fipsmodules) -
    [all...]
  /src/crypto/external/bsd/openssl/dist/Configurations/
windows-makefile.tmpl 9 our $sover_dirname = platform->shlib_version_as_filename();
38 PLATFORM={- $config{target} -}
50 LIBS={- join(" ", map { ( platform->sharedlib_import($_), platform->staticlib($_) ) } @{$unified_info{libraries}}) -}
51 SHLIBS={- join(" ", map { platform->sharedlib($_) // () } @{$unified_info{libraries}}) -}
52 SHLIBPDBS={- join(" ", map { platform->sharedlibpdb($_) // () } @{$unified_info{libraries}}) -}
53 MODULES={- our @MODULES = map { platform->dso($_) }
61 MODULEPDBS={- join(" ", map { platform->dsopdb($_) } @{$unified_info{modules}}) -}
69 join(" ", map { platform->dso($_) } @fipsmodules) -}
71 join(", ", map { basename(platform->dso($_)) } @fipsmodules) -
    [all...]

Completed in 117 milliseconds

1 2