Home
last modified time | relevance | path

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

/openssl-master/Configurations/
A D50-nonstop.conf52 lflags => '-Wld="-set systype guardian"',
63 lflags => '-Weld="-set systype guardian"',
74 lflags => '-Wxld="-set systype guardian"',
84 lflags => '-Wld="-set systype oss"',
94 lflags => '-Weld="-set systype oss"',
104 lflags => '-Wxld="-set systype oss"',
124 lflags => '-Wxld="-set data_model lp64"',
131 lflags => '-Wld="-set floattype neutral_float"',
135 lflags => '-Wld="-set floattype tandem_float"',
140 lflags => '-Weld="-set floattype ieee_float"',
[all …]
A D10-main.conf119 lflags => $wcelflag };
203 lflags => add("-Wl,-map"),
298 lflags => add(threads("-mt")),
355 lflags => add(threads("-mt")),
1176 lflags => "-Wl,-bsvr4",
1436 lflags => add(combine(sub { vc_wince_info()->{lflags}; },
1718 lflags => add("-r"),
1728 lflags => add("-r"),
1739 lflags => add("-r"),
1748 lflags => add("-r"),
[all …]
A D00-base-templates.conf8 lflags => "",
71 lflags =>
A D50-djgpp.conf11 lflags => add("-L/dev/env/WATT_ROOT/lib"),
A DREADME.md84 lflags => Default flags used when linking apps,
309 {ld} $(CFLAGS) {lflags} {shared_ldflag} -o libfoo.so \
313 {ld} $(CFLAGS) {lflags} {module_ldflags} -o libeng.so \
317 {ld} $(CFLAGS) {lflags} -o app \
328 "target" => "{cc}:{cflags}:{unistd}:{thread_cflag}:{sys_id}:{lflags}:
A Dwindows-makefile.tmpl308 CNF_LDFLAGS={- join(' ', $target{lflags} || (),
309 @{$config{lflags}}) -}
A Ddescrip.mms.tmpl92 our @cnf_ldflags = ($target{lflags} || (), @{$config{lflags}});
A Dunix-Makefile.tmpl383 CNF_LDFLAGS={- join(' ', $target{lflags} || (),
384 @{$config{lflags}}) -}
/openssl-master/crypto/asn1/
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()
331 static int do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, in do_print_ex() argument
340 flags = (unsigned short)(lflags & ESC_FLAGS); in do_print_ex()
346 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-master/util/perl/OpenSSL/
A Dconfig.pm738 lflags => [ '-ldl' ],
/openssl-master/apps/lib/
A Dapps.c1286 unsigned long lflags = get_nameopt(); in print_name() local
1292 if ((lflags & XN_FLAG_SEP_MASK) == XN_FLAG_SEP_MULTILINE) { in print_name()
1296 if (lflags == XN_FLAG_COMPAT) { in print_name()
1304 X509_NAME_print_ex(out, nm, indent, lflags); in print_name()
/openssl-master/
A DConfigure749 $config{lflags} = [ env('__CNF_LDFLAGS') || () ];

Completed in 33 milliseconds