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