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