Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/entry/
A Dentry_64.S368 call \cfunc
418 idtentry_body \cfunc \has_error_code
433 .macro idtentry_irq vector cfunc
435 idtentry \vector asm_\cfunc \cfunc has_error_code=1
442 .macro idtentry_sysvec vector cfunc
443 idtentry \vector asm_\cfunc \cfunc has_error_code=0
485 call \cfunc
519 .macro idtentry_vc vector asmsym cfunc
560 call kernel_\cfunc
583 .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)
652 .macro idtentry_sysvec vector cfunc
653 idtentry \vector asm_\cfunc \cfunc has_error_code=0
/linux-6.3-rc2/tools/objtool/include/objtool/
A Delf.h56 struct symbol *pfunc, *cfunc, *alias; member
/linux-6.3-rc2/tools/objtool/
A Delf.c486 if (sym->cfunc == NULL) in read_symbols()
487 sym->cfunc = sym; in read_symbols()
511 pfunc->cfunc = sym; in read_symbols()
A Dcheck.c76 if (func == func->cfunc) in next_insn_same_func()
80 return find_insn(file, func->cfunc->sec, func->cfunc->offset); in next_insn_same_func()
1677 insn_func(insn)->cfunc = insn_func(jump_dest); in add_jump_destinations()

Completed in 18 milliseconds