Lines Matching defs:start
233 /* Offset (in number of instructions) of the start of instruction
5692 * are appended starting from second name conflict. But start flavors are
6243 * points to a start of a static function
6330 * We start with main program and process all call instructions. If the call
6367 * We'll start relocating mainA, will find subA, append it and start
6384 * For mainB process is similar but results in different order. We start with
6386 * directly), but we see subC is needed, so we append and start processing it:
10687 int err = 0, n, len, start, end = -1;
10699 n = sscanf(s, "%d%n-%d%n", &start, &len, &end, &len);
10705 end = start;
10707 if (start < 0 || start > end) {
10709 start, end, s);
10719 memset(tmp + *mask_sz, 0, start - *mask_sz);
10720 memset(tmp + start, 1, end - start + 1);