Searched refs:symnum (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | kprobes.h | 322 int kprobe_cache_get_kallsym(struct kprobe_insn_cache *c, unsigned int *symnum, 433 int kprobe_get_kallsym(unsigned int symnum, unsigned long *value, char *type, 436 int arch_kprobe_get_kallsym(unsigned int *symnum, unsigned long *value, 509 static inline int kprobe_get_kallsym(unsigned int symnum, unsigned long *value, in kprobe_get_kallsym() argument
|
| /linux/kernel/ |
| H A D | kprobes.c | 318 int kprobe_cache_get_kallsym(struct kprobe_insn_cache *c, unsigned int *symnum, in kprobe_cache_get_kallsym() argument 326 if ((*symnum)--) in kprobe_cache_get_kallsym() 2533 int __weak arch_kprobe_get_kallsym(unsigned int *symnum, unsigned long *value, in arch_kprobe_get_kallsym() argument 2539 int kprobe_get_kallsym(unsigned int symnum, unsigned long *value, char *type, in kprobe_get_kallsym() argument 2543 if (!kprobe_cache_get_kallsym(&kprobe_insn_slots, &symnum, value, type, sym)) in kprobe_get_kallsym() 2546 if (!kprobe_cache_get_kallsym(&kprobe_optinsn_slots, &symnum, value, type, sym)) in kprobe_get_kallsym() 2550 if (!arch_kprobe_get_kallsym(&symnum, value, type, sym)) in kprobe_get_kallsym()
|
| /linux/include/xen/interface/ |
| H A D | platform.h | 475 uint32_t symnum; /* IN: Symbol to read */ member
|