Lines Matching defs:start
405 /* Offset (in number of instructions) of the start of instruction
6279 * points to a start of a static function
6382 * We start with main program and process all call instructions. If the call
6419 * We'll start relocating mainA, will find subA, append it and start
6436 * For mainB process is similar but results in different order. We start with
6438 * directly), but we see subC is needed, so we append and start processing it:
12851 int err = 0, n, len, start, end = -1;
12863 n = sscanf(s, "%d%n-%d%n", &start, &len, &end, &len);
12869 end = start;
12871 if (start < 0 || start > end) {
12873 start, end, s);
12883 memset(tmp + *mask_sz, 0, start - *mask_sz);
12884 memset(tmp + start, 1, end - start + 1);