Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.cpp897 uint32_t featureAndType = config->emachine == EM_AARCH64 in readAndFeatures() local
913 if (type == featureAndType) { in readAndFeatures()
H A DSyntheticSections.cpp310 uint32_t featureAndType = config->emachine == EM_AARCH64 in writeTo() local
318 write32(buf + 16, featureAndType); // Feature type in writeTo()