Searched refs:hintName (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDLL.cpp62 explicit LookupChunk(Chunk *c) : hintName(c) {
69 write64le(buf, hintName->getRVA());
71 write32le(buf, hintName->getRVA());
74 Chunk *hintName; member in class:lld::coff::__anon2668::LookupChunk
578 // we need to create hintName chunks to store the names.
/freebsd-13-stable/crypto/heimdal/lib/gssapi/spnego/
H A Daccept_sec_context.c118 ALLOC(nt.u.negTokenInit.negHints->hintName, 1);
119 if (nt.u.negTokenInit.negHints->hintName == NULL) {
125 *nt.u.negTokenInit.negHints->hintName = strdup("not_defined_in_RFC4178@please_ignore");

Completed in 37 milliseconds