Home
last modified time | relevance | path

Searched refs:ordinals (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/util/
H A Dmknum.pl42 my $ordinals = OpenSSL::Ordinals->new(from => $ordinals_file,
46 $ordinals->set_version($version);
50 $ordinals->items(comparator => sub { $_[0] cmp $_[1] },
55 $ordinals->invalidate();
78 $ordinals->add_alias($f, $_->{value}, $_->{name}, @{$_->{conds}});
86 $ordinals->add($f, $_->{name}, $type, @{$_->{conds}});
93 $ordinals->renumber() if $renumber;
97 $ordinals->items(comparator => sub { $_[0] cmp $_[1] },
126 $ordinals->rewrite(filter => $filter);
127 my %stats = $ordinals->stats();
H A Dmkdef.pl158 my $ordinals = OpenSSL::Ordinals->new(from => $ordinals_file);
163 $writer->($ordinals->items(%ordinal_opts));
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp1026 RVAPtr<WORD> ordinals(module, exports->AddressOfNameOrdinals); in InternalGetProcAddress() local
1031 DWORD index = ordinals[i]; in InternalGetProcAddress()
/freebsd/crypto/openssl/Configurations/
H A Dunix-Makefile.tmpl1105 # It's important that generate_buildinfo comes after ordinals, as ordinals
1107 update: generate errors ordinals generate_buildinfo
1314 --ordinals $(SRCDIR)/util/libcrypto.num \
1319 --ordinals $(SRCDIR)/util/libssl.num \
1324 ordinals: build_generated
1326 --ordinals $(SRCDIR)/util/libcrypto.num \
1330 --ordinals $(SRCDIR)/util/libssl.num \
1555 …\$(PERL) \$(SRCDIR)/util/mkdef.pl$ord_ver --type $args{intent} --ordinals $gen0 --name $ord_name …
H A Dwindows-makefile.tmpl750 …"\$(PERL)" "$mkdef"$ord_ver --type $args{intent} --ordinals $gen0 --name $ord_name --OS windows > …
H A Ddescrip.mms.tmpl984 …\$(PERL) $mkdef$ord_ver --type $args{intent} --ordinals $gen0 --name $ord_name "--OS" "VMS"$case_i…
/freebsd/crypto/openssl/
H A DConfigure1925 my %ordinals = ();
2493 my $ordinals_text = join(', ', sort keys %ordinals);
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_dane_enable.pod53 Strength ordinals are used to implement RFC7671 digest algorithm agility.