Searched refs:TLSInfoEntryContent (Results 1 – 3 of 3) 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
457 static const uint8_t TLSInfoEntryContent[16]; member in __anoncc26650c0111::TLSInfoTableManager_ELF_aarch64479 return {reinterpret_cast<const char *>(TLSInfoEntryContent), in getTLSInfoEntryContent()480 sizeof(TLSInfoEntryContent)}; in getTLSInfoEntryContent()486 const uint8_t TLSInfoTableManager_ELF_aarch64::TLSInfoEntryContent[16] = { member in __anoncc26650c0111::TLSInfoTableManager_ELF_aarch64
834 auto TLSInfoEntryContent = B->getMutableContent(G);835 memcpy(TLSInfoEntryContent.data(), &PlatformKeyBits, G.getPointerSize());820 auto TLSInfoEntryContent = B->getMutableContent(G); fixTLVSectionsAndEdges() local