Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp979 uint32_t featureAndType = config->emachine == EM_AARCH64 in readGnuProperty() local
995 if (type == featureAndType) { in readGnuProperty()
H A DSyntheticSections.cpp326 uint32_t featureAndType = config->emachine == EM_AARCH64 in writeTo() local
332 write32(buf + offset + 0, featureAndType); // Feature type in writeTo()