Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp815 uint32_t featureAndType = config->emachine == EM_AARCH64 in readAndFeatures() local
831 if (type == featureAndType) { in readAndFeatures()
H A DSyntheticSections.cpp307 uint32_t featureAndType = config->emachine == EM_AARCH64 in writeTo() local
315 write32(buf + 16, featureAndType); // Feature type in writeTo()