Lines Matching defs:end

360 	u64 start, end;
396 end = map__unmap_ip(map, sym->end);
398 ops->target.outside = target.addr < start || target.addr > end;
935 if ((addr < sym->start || addr >= sym->end) &&
936 (addr != sym->end || sym->start != sym->end)) {
937 pr_debug("%s(%d): ERANGE! sym->name=%s, start=%#" PRIx64 ", addr=%#" PRIx64 ", end=%#" PRIx64 "\n",
938 __func__, __LINE__, sym->name, sym->start, addr, sym->end);
945 pr_debug("%s(%d): ENOMEM! sym->name=%s, start=%#" PRIx64 ", addr=%#" PRIx64 ", end=%#" PRIx64 ", func: %d\n",
946 __func__, __LINE__, sym->name, sym->start, addr, sym->end, sym->type == STT_FUNC);
1024 if (addr < sym->start || addr >= sym->end)
1028 if (start < sym->start || start >= sym->end)
1074 static unsigned annotation__count_insn(struct annotation *notes, u64 start, u64 end)
1079 for (offset = start; offset <= end; offset++) {
1086 static void annotation__count_and_fill(struct annotation *notes, u64 start, u64 end, struct cyc_hist *ch)
1092 n_insn = annotation__count_insn(notes, start, end);
1100 for (offset = start; offset <= end; offset++) {
1436 if (br->is_branch && br->end == addr) {
1610 end = map__rip_2objdump(map, sym->end);
1613 if ((u64)line_ip < start || (u64)line_ip >= end)
1823 int len = sym->end - sym->start;
1843 sym->name, sym->start, sym->end - sym->start);
2081 pr_debug("%s: filename=%s, sym=%s, start=%#" PRIx64 ", end=%#" PRIx64 "\n", __func__,
2083 map__unmap_ip(map, sym->end));
2096 kce.len = sym->end - sym->start;
2121 map__rip_2objdump(map, sym->end),
2210 * kallsyms does not have symbol sizes so there may a nop at the end.
2237 s64 offset, s64 end)
2242 while (offset < end) {
2271 s64 end;
2278 end = next ? next->offset : len;
2290 calc_percent(sym_hist, hists, data, al->offset, end);
2854 notes->widths.max_addr = hex_width(sym->end);