Home
last modified time | relevance | path

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

/linux/arch/x86/entry/
A Dentry_64.S335 call \cfunc
373 idtentry_body \cfunc \has_error_code
388 .macro idtentry_irq vector cfunc
390 idtentry \vector asm_\cfunc \cfunc has_error_code=1
397 .macro idtentry_sysvec vector cfunc
398 idtentry \vector asm_\cfunc \cfunc has_error_code=0
438 call \cfunc
472 .macro idtentry_vc vector asmsym cfunc
510 call kernel_\cfunc
533 .macro idtentry_df vector asmsym cfunc
[all …]
A Dentry_32.S625 .macro idtentry vector asmsym cfunc has_error_code:req
635 pushl $\cfunc
641 .macro idtentry_irq vector cfunc
643 SYM_CODE_START_LOCAL(asm_\cfunc)
650 call \cfunc
652 SYM_CODE_END(asm_\cfunc)
655 .macro idtentry_sysvec vector cfunc
656 idtentry \vector asm_\cfunc \cfunc has_error_code=0
/linux/tools/objtool/include/objtool/
A Delf.h56 struct symbol *pfunc, *cfunc, *alias; member
/linux/tools/objtool/
A Delf.c434 if (sym->cfunc == NULL) in read_symbols()
435 sym->cfunc = sym; in read_symbols()
459 pfunc->cfunc = sym; in read_symbols()
A Dcheck.c73 if (func == func->cfunc) in next_insn_same_func()
77 return find_insn(file, func->cfunc->sec, func->cfunc->offset); in next_insn_same_func()
1239 insn->func->cfunc = insn->jump_dest->func; in add_jump_destinations()

Completed in 17 milliseconds