Lines Matching refs:start
416 /* Offset (in number of instructions) of the start of instruction
6716 * points to a start of a static function
6801 * We start with main program and process all call instructions. If the call
6838 * We'll start relocating mainA, will find subA, append it and start
6855 * For mainB process is similar but results in different order. We start with
6857 * directly), but we see subC is needed, so we append and start processing it:
13365 int err = 0, n, len, start, end = -1;
13377 n = sscanf(s, "%d%n-%d%n", &start, &len, &end, &len);
13383 end = start;
13385 if (start < 0 || start > end) {
13387 start, end, s);
13397 memset(tmp + *mask_sz, 0, start - *mask_sz);
13398 memset(tmp + start, 1, end - start + 1);