Searched refs:ELFSledEntrySize (Results 1 – 1 of 1) sorted by relevance
148 size_t ELFSledEntrySize = Is32Bit ? 16 : 32; in loadObj() local150 if ((C - Contents.bytes_end()) % ELFSledEntrySize != 0) in loadObj()169 for (; C != Contents.bytes_end(); C += ELFSledEntrySize) { in loadObj()171 StringRef(reinterpret_cast<const char *>(C), ELFSledEntrySize), true, in loadObj()