Home
last modified time | relevance | path

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

/openssl/Configurations/
H 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"',
93 lflags => '-Weld="-set systype oss"',
102 lflags => '-Wxld="-set systype oss"',
122 lflags => '-Wxld="-set data_model lp64"',
129 lflags => '-Wld="-set floattype neutral_float"',
133 lflags => '-Wld="-set floattype tandem_float"',
138 lflags => '-Weld="-set floattype ieee_float"',
[all …]
H A D10-main.conf119 lflags => $wcelflag };
203 lflags => add("-Wl,-map"),
298 lflags => add(threads("-mt")),
355 lflags => add(threads("-mt")),
1262 lflags => "-Wl,-bsvr4",
1522 lflags => add(combine(sub { vc_wince_info()->{lflags}; },
1804 lflags => add("-r"),
1814 lflags => add("-r"),
1825 lflags => add("-r"),
1834 lflags => add("-r"),
[all …]
H A D00-base-templates.conf8 lflags => "",
71 lflags =>
H A D50-djgpp.conf11 lflags => add("-L/dev/env/WATT_ROOT/lib"),
H 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}:
H A Dwindows-makefile.tmpl308 CNF_LDFLAGS={- join(' ', $target{lflags} || (),
309 @{$config{lflags}}) -}
H A Ddescrip.mms.tmpl92 our @cnf_ldflags = ($target{lflags} || (), @{$config{lflags}});
H A Dunix-Makefile.tmpl383 CNF_LDFLAGS={- join(' ', $target{lflags} || (),
384 @{$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()
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/util/perl/OpenSSL/
H A Dconfig.pm746 lflags => [ '-ldl' ],
/openssl/apps/lib/
H A Dapps.c1260 unsigned long lflags = get_nameopt(); in print_name() local
1266 if ((lflags & XN_FLAG_SEP_MASK) == XN_FLAG_SEP_MULTILINE) { in print_name()
1270 if (lflags == XN_FLAG_COMPAT) { in print_name()
1278 X509_NAME_print_ex(out, nm, indent, lflags); in print_name()
/openssl/
H A DConfigure756 $config{lflags} = [ env('__CNF_LDFLAGS') || () ];

Completed in 59 milliseconds