orc_ip 79 arch/s390/include/asm/unwind.h static inline void unwind_module_init(struct module *mod, void *orc_ip, orc_ip 5 arch/um/include/asm/unwind.h unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, orc_ip 93 arch/x86/include/asm/unwind.h void unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, orc_ip 98 arch/x86/include/asm/unwind.h void unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size, orc_ip 225 arch/x86/kernel/module.c *para = NULL, *orc = NULL, *orc_ip = NULL; orc_ip 240 arch/x86/kernel/module.c orc_ip = s; orc_ip 264 arch/x86/kernel/module.c if (orc && orc_ip) orc_ip 265 arch/x86/kernel/module.c unwind_module_init(me, (void *)orc_ip->sh_addr, orc_ip->sh_size, orc_ip 49 arch/x86/kernel/unwind_orc.c if (orc_ip(mid) <= ip) { orc_ip 211 arch/x86/kernel/unwind_orc.c unsigned long a_val = orc_ip(a); orc_ip 212 arch/x86/kernel/unwind_orc.c unsigned long b_val = orc_ip(b); orc_ip 233 arch/x86/kernel/unwind_orc.c int *orc_ip = _orc_ip; orc_ip 247 arch/x86/kernel/unwind_orc.c cur_orc_ip_table = orc_ip; orc_ip 249 arch/x86/kernel/unwind_orc.c sort(orc_ip, num_entries, sizeof(int), orc_sort_cmp, orc_sort_swap); orc_ip 252 arch/x86/kernel/unwind_orc.c mod->arch.orc_unwind_ip = orc_ip; orc_ip 64 tools/objtool/orc_dump.c int fd, nr_entries, i, *orc_ip = NULL, orc_size = 0; orc_ip 136 tools/objtool/orc_dump.c orc_ip = data->d_buf; orc_ip 143 tools/objtool/orc_dump.c if (!symtab || !strtab_idx || !orc || !orc_ip) orc_ip 192 tools/objtool/orc_dump.c printf("%llx:", (unsigned long long)(orc_ip_addr + (i * sizeof(int)) + orc_ip[i]));