Lines Matching defs:end

351 	u64 start, end;
387 end = map->unmap_ip(map, sym->end);
389 ops->target.outside = target.addr < start || target.addr > end;
893 if ((addr < sym->start || addr >= sym->end) &&
894 (addr != sym->end || sym->start != sym->end)) {
895 pr_debug("%s(%d): ERANGE! sym->name=%s, start=%#" PRIx64 ", addr=%#" PRIx64 ", end=%#" PRIx64 "\n",
896 __func__, __LINE__, sym->name, sym->start, addr, sym->end);
903 pr_debug("%s(%d): ENOMEM! sym->name=%s, start=%#" PRIx64 ", addr=%#" PRIx64 ", end=%#" PRIx64 ", func: %d\n",
904 __func__, __LINE__, sym->name, sym->start, addr, sym->end, sym->type == STT_FUNC);
982 if (addr < sym->start || addr >= sym->end)
986 if (start < sym->start || start >= sym->end)
1032 static unsigned annotation__count_insn(struct annotation *notes, u64 start, u64 end)
1037 for (offset = start; offset <= end; offset++) {
1044 static void annotation__count_and_fill(struct annotation *notes, u64 start, u64 end, struct cyc_hist *ch)
1050 n_insn = annotation__count_insn(notes, start, end);
1058 for (offset = start; offset <= end; offset++) {
1334 if (br->is_branch && br->end == addr) {
1508 end = map__rip_2objdump(map, sym->end);
1511 if ((u64)line_ip < start || (u64)line_ip >= end)
1704 int len = sym->end - sym->start;
1723 sym->name, sym->start, sym->end - sym->start);
1957 pr_debug("%s: filename=%s, sym=%s, start=%#" PRIx64 ", end=%#" PRIx64 "\n", __func__,
1959 map->unmap_ip(map, sym->end));
1972 kce.len = sym->end - sym->start;
1997 map__rip_2objdump(map, sym->end),
2083 * kallsyms does not have symbol sizes so there may a nop at the end.
2110 s64 offset, s64 end)
2115 while (offset < end) {
2144 s64 end;
2151 end = next ? next->offset : len;
2163 calc_percent(sym_hist, hists, data, al->offset, end);
2724 notes->widths.max_addr = hex_width(sym->end);