Searched refs:armHasBlx (Results 1 – 4 of 4) sorted by relevance
222 bool armHasBlx = false; member
618 if (!config->armHasBlx && rel.type == R_ARM_THM_CALL) in isCompatibleWith()662 if (!config->armHasBlx && rel.type == R_ARM_CALL) in isCompatibleWith()1375 if (config->armHasBlx) in addThunkArm()
174 config->armHasBlx = true; in updateSupportedARMFeatures()181 config->armHasBlx = true; in updateSupportedARMFeatures()
410 (!config->armHasBlx && (s.getVA() & 1)); in needsThunk()423 (!config->armHasBlx && (s.getVA() & 1) == 0);; in needsThunk()