Lines Matching defs:end
149 a = syma->end - syma->start;
150 b = symb->end - symb->start;
247 * memory addresses (or vice versa). The gap between end of
256 if (prev->end == prev->start) {
257 /* Last kernel/module symbol mapped to end of page */
260 prev->end = roundup(prev->end + 4096, 4096);
262 prev->end = curr->start;
264 pr_debug4("%s sym:%s end:%#" PRIx64 "\n",
265 __func__, prev->name, prev->end);
270 if (curr->end == curr->start)
271 curr->end = roundup(curr->start, 4096) + 4096;
314 sym->end = len ? start + len : start;
320 __func__, name, start, sym->end);
404 else if (ip > s->end || (ip == s->end && ip != s->start))
552 (dso->last_find_result.addr < sym->end ||
553 sym->start == sym->end)) {
783 * so that we can in the next step set the symbol ->end address and then
826 if (pos->end > map__end(curr_map))
827 pos->end = map__end(curr_map);
828 if (pos->end)
829 pos->end -= map__start(curr_map) - map__pgoff(curr_map);
912 pos->end = map__map_ip(curr_map, pos->end);
930 pos->end -= delta;
969 pos->end -= delta;
2587 const char *end;
2601 end = pos->s + strlen(pos->s) - 1;
2602 while (end >= sep && isspace(*end))
2603 end--;
2605 if (end >= sep)