Searched refs:isMipsR6 (Results 1 – 4 of 4) sorted by relevance
63 bool isMipsR6();
1119 if ((s.stOther & STO_MIPS_MICROMIPS) && isMipsR6()) in addThunkMips()
267 write16(buf, isMipsR6() ? 0x7860 : 0x7980); // addiupc v1, (GOTPLT) - . in writePltHeader()274 if (isMipsR6()) { in writePltHeader()329 if (isMipsR6()) { in writePlt()346 uint32_t jrInst = isMipsR6() ? (config->zHazardplt ? 0x03200409 : 0x03200009) in writePlt()
387 bool elf::isMipsR6() { in isMipsR6() function in elf