Searched refs:binstr (Results 1 – 2 of 2) sorted by relevance
248 binsanitize(binstr, n) in binsanitize() argument249 char *binstr; in binsanitize()257 if (isgraph((int)binstr[p])) {258 d[q++] = binstr[p];
343 Instr binstr = Assembler::instr_at(pc_ + (7 * Assembler::kInstrSize)); in IsPatchedReturnSequence() local345 Instr binstr = Assembler::instr_at(pc_ + 4 * Assembler::kInstrSize); in IsPatchedReturnSequence() local352 (binstr == 0x7d821008)); // twge r2, r2 in IsPatchedReturnSequence()