Home
last modified time | relevance | path

Searched refs:lflags (Results 1 – 13 of 13) sorted by relevance

/openssl/Configurations/
H A D50-nonstop.conf55 lflags => '-Wld="-set systype guardian"',
66 lflags => '-Weld="-set systype guardian"',
77 lflags => '-Wxld="-set systype guardian"',
87 lflags => '-Wld="-set systype oss"',
96 lflags => '-Weld="-set systype oss"',
105 lflags => '-Wxld="-set systype oss"',
125 lflags => '-Wxld="-set data_model lp64"',
132 lflags => '-Wld="-set floattype neutral_float"',
136 lflags => '-Wld="-set floattype tandem_float"',
141 lflags => '-Weld="-set floattype ieee_float"',
[all …]
H A D10-main.conf122 lflags => $wcelflag };
206 lflags => add("-Wl,-map"),
298 lflags => add(threads("-mt")),
352 lflags => add(threads("-mt")),
1358 lflags => "-Wl,-bsvr4",
1671 lflags => add(combine(sub { vc_wince_info()->{lflags}; },
1987 lflags => add("-r"),
1997 lflags => add("-r"),
2008 lflags => add("-r"),
2017 lflags => add("-r"),
[all …]
H A D50-win-hybridcrt.conf25 lflags => add(picker(debug => "/NODEFAULTLIB:libucrtd.lib /DEFAULTLIB:ucrtd.lib",
34 lflags => add(picker(debug => "/NODEFAULTLIB:libucrtd.lib /DEFAULTLIB:ucrtd.lib",
H A D50-djgpp.conf12 lflags => add("-L/dev/env/WATT_ROOT/lib"),
H A D00-base-templates.conf8 lflags => "",
98 lflags =>
H A DREADME.md84 lflags => Default flags used when linking apps,
322 {ld} $(CFLAGS) {lflags} {shared_ldflag} -o libfoo.so \
326 {ld} $(CFLAGS) {lflags} {module_ldflags} -o libeng.so \
330 {ld} $(CFLAGS) {lflags} -o app \
341 "target" => "{cc}:{cflags}:{unistd}:{thread_cflag}:{sys_id}:{lflags}:
H A Dwindows-makefile.tmpl315 CNF_LDFLAGS={- join(' ', $target{lflags} || (),
316 @{$config{lflags}}) -}
H A Ddescrip.mms.tmpl92 our @cnf_ldflags = ($target{lflags} || (), @{$config{lflags}});
H A Dunix-Makefile.tmpl413 CNF_LDFLAGS={- join(' ', $target{lflags} || (),
414 @{$config{lflags}}) -}
/openssl/crypto/asn1/
H A Da_strex.c260 static int do_dump(unsigned long lflags, char_io *io_ch, void *arg, in do_dump() argument
274 if (!(lflags & ASN1_STRFLGS_DUMP_DER)) { in do_dump()
329 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, in do_print_ex() argument
338 flags = (unsigned short)(lflags & ESC_FLAGS); in do_print_ex()
344 if (lflags & ASN1_STRFLGS_SHOW_TYPE) { in do_print_ex()
358 if (lflags & ASN1_STRFLGS_DUMP_ALL) in do_print_ex()
361 else if (lflags & ASN1_STRFLGS_IGNORE_TYPE) in do_print_ex()
369 if ((type == -1) && !(lflags & ASN1_STRFLGS_DUMP_UNKNOWN)) in do_print_ex()
374 len = do_dump(lflags, io_ch, arg, str); in do_print_ex()
381 if (lflags & ASN1_STRFLGS_UTF8_CONVERT) { in do_print_ex()
/openssl/util/perl/OpenSSL/
H A Dconfig.pm798 lflags => [ '-ldl' ],
/openssl/apps/lib/
H A Dapps.c1362 unsigned long lflags = get_nameopt(); in print_name() local
1368 if ((lflags & XN_FLAG_SEP_MASK) == XN_FLAG_SEP_MULTILINE) { in print_name()
1372 if (lflags == XN_FLAG_COMPAT) { in print_name()
1380 X509_NAME_print_ex(out, nm, indent, lflags); in print_name()
/openssl/
H A DConfigure813 $config{lflags} = [ env('__CNF_LDFLAGS') || () ];

Completed in 100 milliseconds