Lines Matching defs:start
90 * Find address for start and end in System.map.
98 * Return 0 if either start or end is not found
100 static int get_start_end(const char *filename, unsigned int *start,
106 *start = 0;
113 *start = strtoul(buffer, NULL, 16);
119 if (*start == 0 || *end == 0)
177 unsigned int i, start, end;
189 if (!get_start_end(argv[3], &start, &end)) {
190 fprintf(stderr, "Could not determine start and end from %s\n",
238 st4(buffer, align(end + 32 + 8191) - (start & ~0x3fffffUL) +
249 if (lseek(image, AOUT_TEXT_OFFSET - start + align(end + 32), 0) < 0)