Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputFiles.cpp818 uint32_t featureAndType = config->emachine == EM_AARCH64 in readAndFeatures() local
834 if (type == featureAndType) { in readAndFeatures()
DSyntheticSections.cpp307 uint32_t featureAndType = config->emachine == EM_AARCH64 in writeTo() local
315 write32(buf + 16, featureAndType); // Feature type in writeTo()