Home | History | Annotate | Download | only in elfcopy

Lines Matching refs:curr

2206     unsigned char *curr = start;
2212 while (curr < end)
2217 op = *curr;
2218 curr++;
2226 lineno = read_leb128 (curr, & bytes_read, 0);
2227 curr += bytes_read;
2228 filenum = read_leb128 (curr, & bytes_read, 0);
2229 curr += bytes_read;
2241 lineno = read_leb128 (curr, & bytes_read, 0);
2242 curr += bytes_read;
2243 string = (char *) curr;
2244 curr += strlen (string) + 1;
2250 lineno = read_leb128 (curr, & bytes_read, 0);
2251 curr += bytes_read;
2252 string = (char *) curr;
2253 curr += strlen (string) + 1;
2262 constant = read_leb128 (curr, & bytes_read, 0);
2263 curr += bytes_read;
2264 string = (char *) curr;
2265 curr += strlen (string) + 1;