Searched refs:TLSInfoEntryContent (Results 1 – 3 of 3) sorted by relevance
39 static const uint8_t TLSInfoEntryContent[16]; member in __anon0bc3250e0111::TLSInfoTableManager_ELF_x86_6477 return {reinterpret_cast<const char *>(TLSInfoEntryContent), in getTLSInfoEntryContent()78 sizeof(TLSInfoEntryContent)}; in getTLSInfoEntryContent()84 const uint8_t TLSInfoTableManager_ELF_x86_64::TLSInfoEntryContent[16] = { member in __anon0bc3250e0111::TLSInfoTableManager_ELF_x86_64
396 static const uint8_t TLSInfoEntryContent[16]; member in __anon3a9007080111::TLSInfoTableManager_ELF_aarch64418 return {reinterpret_cast<const char *>(TLSInfoEntryContent), in getTLSInfoEntryContent()419 sizeof(TLSInfoEntryContent)}; in getTLSInfoEntryContent()425 const uint8_t TLSInfoTableManager_ELF_aarch64::TLSInfoEntryContent[16] = { member in __anon3a9007080111::TLSInfoTableManager_ELF_aarch64
876 auto TLSInfoEntryContent = B->getMutableContent(G); in fixTLVSectionsAndEdges() local877 memcpy(TLSInfoEntryContent.data(), &PlatformKeyBits, G.getPointerSize()); in fixTLVSectionsAndEdges()