Searched refs:TLSInfoEntryContent (Results 1 – 3 of 3) sorted by relevance
40 static const uint8_t TLSInfoEntryContent[16]; member in __anon039835c20111::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 __anon039835c20111::TLSInfoTableManager_ELF_x86_64
399 static const uint8_t TLSInfoEntryContent[16]; member in __anon2d072e3c0111::TLSInfoTableManager_ELF_aarch64421 return {reinterpret_cast<const char *>(TLSInfoEntryContent), in getTLSInfoEntryContent()422 sizeof(TLSInfoEntryContent)}; in getTLSInfoEntryContent()428 const uint8_t TLSInfoTableManager_ELF_aarch64::TLSInfoEntryContent[16] = { member in __anon2d072e3c0111::TLSInfoTableManager_ELF_aarch64
875 auto TLSInfoEntryContent = B->getMutableContent(G); in fixTLVSectionsAndEdges() local876 memcpy(TLSInfoEntryContent.data(), &PlatformKeyBits, G.getPointerSize()); in fixTLVSectionsAndEdges()