Searched refs:memtagGlobalDescriptors (Results 1 – 4 of 4) sorted by relevance
1476 if (mainPart->memtagGlobalDescriptors->isNeeded()) { in computeContents()1477 addInSec(DT_AARCH64_MEMTAG_GLOBALS, *mainPart->memtagGlobalDescriptors); in computeContents()1479 mainPart->memtagGlobalDescriptors->getSize()); in computeContents()4744 part.memtagGlobalDescriptors = in createSyntheticSections()4746 add(*part.memtagGlobalDescriptors); in createSyntheticSections()
1503 if (part.memtagGlobalDescriptors) in finalizeAddressDependentContent()1504 changed |= part.memtagGlobalDescriptors->updateAllocSize(); in finalizeAddressDependentContent()
1464 std::unique_ptr<MemtagGlobalDescriptors> memtagGlobalDescriptors; member
1775 mainPart->memtagGlobalDescriptors->addSymbol(sym); in postScanRelocations()