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:call_dest
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
check.c
142
/* add_jump_destinations() sets insn->
call_dest
for sibling calls. */
in is_sibling_call()
143
return (is_static_jump(insn) && insn->
call_dest
);
in is_sibling_call()
269
* not correctly determine insn->
call_dest
->sec (external symbols do
in init_insn_state()
567
key_name = strdup(insn->
call_dest
->name);
in create_static_call_sections()
598
key_sym = insn->
call_dest
;
in create_static_call_sections()
1009
struct symbol *sym = insn->
call_dest
;
in annotate_call_site()
1068
insn->
call_dest
= dest;
in add_call_dest()
1242
struct symbol *
call_dest
;
in find_call_destination()
local
1244
call_dest
= find_func_by_offset(sec, offset);
in find_call_destination()
1245
if (!
call_dest
)
in find_call_destination()
[all...]
H
A
D
check.h
56
struct symbol *
call_dest
;
member
/kernel/linux/linux-6.6/tools/objtool/
H
A
D
check.c
1658
struct symbol *
call_dest
;
in find_call_destination()
local
1660
call_dest
= find_func_by_offset(sec, offset);
in find_call_destination()
1661
if (!
call_dest
)
in find_call_destination()
1662
call_dest
= find_symbol_by_offset(sec, offset);
in find_call_destination()
1664
return
call_dest
;
in find_call_destination()
4504
struct symbol *
call_dest
= insn_call_dest(insn);
in ignore_noreturn_call()
local
4522
if (!strcmp(
call_dest
->name, "exc_double_fault")) {
in ignore_noreturn_call()
4534
struct symbol *
call_dest
;
in validate_reachable_instructions()
local
4546
call_dest
= insn_call_dest(prev_insn);
in validate_reachable_instructions()
4547
if (
call_dest
in validate_reachable_instructions()
[all...]
Completed in 10 milliseconds