Searched refs:TLSInfoEntryContent (Results 1 – 4 of 4) sorted by relevance
38 static const uint8_t TLSInfoEntryContent[16]; member in __anon6d43d2920111::TLSInfoTableManager_ELF_x86_6476 return {reinterpret_cast<const char *>(TLSInfoEntryContent), in getTLSInfoEntryContent()77 sizeof(TLSInfoEntryContent)}; in getTLSInfoEntryContent()83 const uint8_t TLSInfoTableManager_ELF_x86_64::TLSInfoEntryContent[16] = { member in __anon6d43d2920111::TLSInfoTableManager_ELF_x86_64
39 static const uint8_t TLSInfoEntryContent[16]; member in __anon7bd6b3100111::TLSInfoTableManager_ELF_ppc6482 return {reinterpret_cast<const char *>(TLSInfoEntryContent), in getTLSInfoEntryContent()83 sizeof(TLSInfoEntryContent)}; in getTLSInfoEntryContent()91 llvm::endianness::little>::TLSInfoEntryContent[16] = { member in __anon7bd6b3100111::TLSInfoTableManager_ELF_ppc64< llvm::endianness::little>98 llvm::endianness::big>::TLSInfoEntryContent[16] = { member in __anon7bd6b3100111::TLSInfoTableManager_ELF_ppc64< llvm::endianness::big>
547 static const uint8_t TLSInfoEntryContent[16]; member in __anoncc26650c0111::TLSInfoTableManager_ELF_aarch64569 return {reinterpret_cast<const char *>(TLSInfoEntryContent), in getTLSInfoEntryContent()570 sizeof(TLSInfoEntryContent)}; in getTLSInfoEntryContent()576 const uint8_t TLSInfoTableManager_ELF_aarch64::TLSInfoEntryContent[16] = { member in __anoncc26650c0111::TLSInfoTableManager_ELF_aarch64
1023 auto TLSInfoEntryContent = B->getMutableContent(G); in fixTLVSectionsAndEdges() local1024 memcpy(TLSInfoEntryContent.data(), &PlatformKeyBits, G.getPointerSize()); in fixTLVSectionsAndEdges()