Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.cpp806 uint32_t featureAndType = config->emachine == EM_AARCH64 in readAndFeatures() local
822 if (type == featureAndType) { in readAndFeatures()
H A DSyntheticSections.cpp309 uint32_t featureAndType = config->emachine == EM_AARCH64 in writeTo() local
317 write32(buf + 16, featureAndType); // Feature type in writeTo()