Searched refs:ELF64SledEntrySize (Results 1 – 1 of 1) sorted by relevance
84 static constexpr size_t ELF64SledEntrySize = 32; in loadELF64() local86 if ((C - Contents.bytes_end()) % ELF64SledEntrySize != 0) in loadELF64()94 for (; C != Contents.bytes_end(); C += ELF64SledEntrySize) { in loadELF64()96 StringRef(reinterpret_cast<const char *>(C), ELF64SledEntrySize), true, in loadELF64()