Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:cfunc
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/entry/
H
A
D
entry_64.S
324
* @
cfunc
: C function to be called
327
.macro idtentry_body
cfunc
has_error_code:req
339
call \
cfunc
348
* @
cfunc
: C function to be called
354
.macro idtentry vector asmsym
cfunc
has_error_code:req
377
idtentry_body \
cfunc
\has_error_code
392
.macro idtentry_irq vector
cfunc
394
idtentry \vector asm_\
cfunc
\
cfunc
has_error_code=1
401
.macro idtentry_sysvec vector
cfunc
[all...]
H
A
D
entry_32.S
703
* @
cfunc
: C function to be called
706
.macro idtentry vector asmsym
cfunc
has_error_code:req
716
pushl $\
cfunc
722
.macro idtentry_irq vector
cfunc
724
SYM_CODE_START_LOCAL(asm_\
cfunc
)
731
call \
cfunc
733
SYM_CODE_END(asm_\
cfunc
)
736
.macro idtentry_sysvec vector
cfunc
737
idtentry \vector asm_\
cfunc
\
cfunc
has_error_cod
[all...]
/kernel/linux/linux-6.6/arch/x86/entry/
H
A
D
entry_64.S
340
* @
cfunc
: C function to be called
343
.macro idtentry_body
cfunc
has_error_code:req
366
call \
cfunc
368
/* For some configurations \
cfunc
ends up being a noreturn. */
378
* @
cfunc
: C function to be called
384
.macro idtentry vector asmsym
cfunc
has_error_code:req
416
idtentry_body \
cfunc
\has_error_code
431
.macro idtentry_irq vector
cfunc
433
idtentry \vector asm_\
cfunc
\
cfunc
has_error_cod
[all...]
H
A
D
entry_32.S
619
* @
cfunc
: C function to be called
622
.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_cod
[all...]
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
elf.h
57
struct symbol *pfunc, *
cfunc
, *alias;
member
H
A
D
elf.c
458
if (sym->
cfunc
== NULL)
in read_symbols()
459
sym->
cfunc
= sym;
in read_symbols()
483
pfunc->
cfunc
= sym;
in read_symbols()
H
A
D
check.c
73
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()
1226
insn->func->
cfunc
= insn->jump_dest->func;
in add_jump_destinations()
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H
A
D
elf.h
60
struct symbol *pfunc, *
cfunc
, *alias;
member
/kernel/linux/linux-6.6/tools/objtool/
H
A
D
elf.c
526
if (sym->
cfunc
== NULL)
in read_symbols()
527
sym->
cfunc
= sym;
in read_symbols()
551
pfunc->
cfunc
= sym;
in read_symbols()
H
A
D
check.c
76
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()
1636
insn_func(insn)->
cfunc
= insn_func(jump_dest);
in add_jump_destinations()
Completed in 15 milliseconds