DEBSOURCES
Skip Quicknav
sources / systemtap / 2.6-0.2 / runtime / k_syms.h
12345678910
#ifndef _K_SYMS_H_ #define _K_SYMS_H_ #ifdef __powerpc64__ #define KERNEL_RELOC_SYMBOL ".__start" #else #define KERNEL_RELOC_SYMBOL "_stext" #endif #endif