text_offset 47 arch/arm64/include/asm/image.h __le64 text_offset; text_offset 46 arch/arm64/kernel/kexec_image.c unsigned long text_offset; text_offset 89 arch/arm64/kernel/kexec_image.c text_offset = le64_to_cpu(h->text_offset); text_offset 93 arch/arm64/kernel/kexec_image.c kbuf.memsz += text_offset; text_offset 100 arch/arm64/kernel/kexec_image.c kernel_segment->mem += text_offset; text_offset 101 arch/arm64/kernel/kexec_image.c kernel_segment->memsz -= text_offset; text_offset 54 arch/riscv/include/asm/image.h u64 text_offset; text_offset 167 tools/perf/util/dso.h u64 text_offset; text_offset 540 tools/perf/util/map.c return rip + map->dso->text_offset; text_offset 570 tools/perf/util/map.c return map->unmap_ip(map, ip - map->dso->text_offset); text_offset 1004 tools/perf/util/symbol-elf.c dso->text_offset = tshdr.sh_addr - tshdr.sh_offset; text_offset 1055 tools/perf/util/symbol-elf.c map->reloc = map->start - dso->text_offset;