Searched refs:notext (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | wrapper | 51 notext= 382 notext='-z notext' 524 ${CROSS}ld -m $format -T $lds $text_start $pie $nodl $nowarn $rodynamic $notext -o "$ofile" $map \
|
/kernel/linux/linux-5.10/arch/arm64/ |
H A D | Makefile | 19 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext \
|
/kernel/linux/linux-6.6/arch/loongarch/ |
H A D | Makefile | 83 LDFLAGS_vmlinux += -static -pie --no-dynamic-linker -z notext $(call ld-option, --apply-dynamic-relocs)
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ca.c | 139 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext); 175 {"notext", OPT_NOTEXT, '-', "Do not print the generated certificate"}, 294 int keyformat = FORMAT_UNDEF, multirdn = 1, notext = 0, output_der = 0; in ca_main() local 419 notext = 1; in ca_main() 1136 write_new_certificate(Cout, xi, 0, notext); in ca_main() 1137 write_new_certificate(Sout, xi, output_der, notext); in ca_main() 1981 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext) in write_new_certificate() argument 1988 if (!notext) in write_new_certificate()
|
/third_party/openssl/apps/ |
H A D | ca.c | 139 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext); 175 {"notext", OPT_NOTEXT, '-', "Do not print the generated certificate"}, 294 int keyformat = FORMAT_UNDEF, multirdn = 1, notext = 0, output_der = 0; in ca_main() local 419 notext = 1; in ca_main() 1122 write_new_certificate(Cout, xi, 0, notext); in ca_main() 1123 write_new_certificate(Sout, xi, output_der, notext); in ca_main() 1961 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext) in write_new_certificate() argument 1968 if (!notext) in write_new_certificate()
|
/kernel/linux/linux-6.6/arch/arm64/ |
H A D | Makefile | 19 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext \
|
/kernel/linux/linux-6.6/arch/riscv/ |
H A D | Makefile | 11 LDFLAGS_vmlinux += -shared -Bsymbolic -z notext --emit-relocs
|
/kernel/linux/linux-6.6/arch/powerpc/ |
H A D | Makefile | 101 LDFLAGS_vmlinux-$(CONFIG_RELOCATABLE) += -z notext
|
/third_party/mbedtls/tests/data_files/ |
H A D | Makefile | 1613 $(OPENSSL) ca -in server1.req.sha256 -key PolarSSLTest -config test-ca.server1.test_serial.opensslconf -notext -batch -out $@ 1616 $(OPENSSL) ca -in server1.req.sha256 -key PolarSSLTest -config test-ca.server1.test_serial.opensslconf -notext -batch -out $@ 1619 $(OPENSSL) ca -in server1.req.sha256 -key PolarSSLTest -config test-ca.server1.test_serial.opensslconf -notext -batch -out $@
|
Completed in 13 milliseconds