Home
last modified time | relevance | path

Searched refs:cfunc (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/entry/
A Dentry_64.S288 .macro idtentry_body cfunc has_error_code:req
311 call \cfunc
361 idtentry_body \cfunc \has_error_code
376 .macro idtentry_irq vector cfunc
378 idtentry \vector asm_\cfunc \cfunc has_error_code=1
397 .macro idtentry_mce_db vector asmsym cfunc
420 call \cfunc
454 .macro idtentry_vc vector asmsym cfunc
495 call kernel_\cfunc
518 .macro idtentry_df vector asmsym cfunc
[all …]
A Dentry_32.S622 .macro idtentry vector asmsym cfunc has_error_code:req
632 pushl $\cfunc
638 .macro idtentry_irq vector cfunc
640 SYM_CODE_START_LOCAL(asm_\cfunc)
647 call \cfunc
649 SYM_CODE_END(asm_\cfunc)
/linux/tools/objtool/
A Delf.c524 if (sym->cfunc == NULL) in read_symbols()
525 sym->cfunc = sym; in read_symbols()
549 pfunc->cfunc = sym; in read_symbols()
A Dcheck.c77 if (func == func->cfunc) in next_insn_same_func()
81 return find_insn(file, func->cfunc->sec, func->cfunc->offset); in next_insn_same_func()
1707 insn_func(insn)->cfunc = insn_func(jump_dest); in add_jump_destinations()
/linux/tools/objtool/include/objtool/
A Delf.h60 struct symbol *pfunc, *cfunc, *alias; member

Completed in 17 milliseconds