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:jump_dest
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
check.c
221
struct instruction *dest = insn->
jump_dest
;
in __dead_end_function()
1172
insn->
jump_dest
= find_insn(file, dest_sec, dest_off);
in add_jump_destinations()
1173
if (!insn->
jump_dest
) {
in add_jump_destinations()
1206
if (insn->func && insn->
jump_dest
->func &&
in add_jump_destinations()
1207
insn->func != insn->
jump_dest
->func) {
in add_jump_destinations()
1225
strstr(insn->
jump_dest
->func->name, ".cold")) {
in add_jump_destinations()
1226
insn->func->cfunc = insn->
jump_dest
->func;
in add_jump_destinations()
1227
insn->
jump_dest
->func->pfunc = insn->func;
in add_jump_destinations()
1229
} else if (insn->
jump_dest
->func->pfunc != insn->func->pfunc &&
in add_jump_destinations()
1230
insn->
jump_dest
in add_jump_destinations()
[all...]
H
A
D
check.h
57
struct instruction *
jump_dest
;
member
/kernel/linux/linux-6.6/tools/objtool/
H
A
D
check.c
236
struct instruction *dest = insn->
jump_dest
;
in __dead_end_function()
1546
struct instruction *insn, *
jump_dest
;
in add_jump_destinations()
local
1552
if (insn->
jump_dest
) {
in add_jump_destinations()
1555
* '
jump_dest
' for some alternatives.
in add_jump_destinations()
1591
jump_dest
= find_insn(file, dest_sec, dest_off);
in add_jump_destinations()
1592
if (!
jump_dest
) {
in add_jump_destinations()
1616
if (insn_func(insn) && insn_func(
jump_dest
) &&
in add_jump_destinations()
1617
insn_func(insn) != insn_func(
jump_dest
)) {
in add_jump_destinations()
1635
strstr(insn_func(
jump_dest
)->name, ".cold")) {
in add_jump_destinations()
1636
insn_func(insn)->cfunc = insn_func(
jump_dest
);
in add_jump_destinations()
[all...]
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H
A
D
check.h
70
struct instruction *
jump_dest
;
member
Completed in 6 milliseconds