Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp755 for (const AuthEntryInfo &authEntry : authEntries) { in writeTo() local
765 uint8_t *dest = buf + authEntry.offset; in writeTo()
766 uint64_t key = authEntry.isSymbolFunc ? /*IA=*/0b00 : /*DA=*/0b10; in writeTo()