Lines Matching refs:end
110 * end addresses too.
117 if (sym->start == sym->end)
121 mem_end = vmlinux_map->unmap_ip(vmlinux_map, sym->end);
130 * kallsyms don't have the symbol end, so we
138 s64 skew = mem_end - UM(pair->end);
140 pr_debug("WARN: %#" PRIx64 ": diff end addr for %s v: %#" PRIx64 " k: %#" PRIx64 "\n",
142 UM(pair->end));
147 * possible to get proper function end from
166 } else if (mem_start == kallsyms.vmlinux_map->end) {
168 * Ignore aliases to _etext, i.e. to the end of the kernel text area,
213 mem_end = vmlinux_map->unmap_ip(vmlinux_map, map->end);
226 map->start, map->end, map->pgoff, map->dso->name);
227 if (mem_end != pair->end)
229 pair->start, pair->end, pair->pgoff);