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:stack_ops
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
check.h
63
struct list_head
stack_ops
;
member
H
A
D
check.c
383
INIT_LIST_HEAD(&insn->
stack_ops
);
in decode_instructions()
392
&insn->
stack_ops
);
in decode_instructions()
999
list_for_each_entry_safe(op, tmp, &insn->
stack_ops
, list) {
in remove_insn_ops()
1076
* Annotated intra-function calls retain the
stack_ops
but
in add_call_dest()
1110
* Annotated intra-function calls retain the
stack_ops
but
in add_retpoline_call()
1370
INIT_LIST_HEAD(&nop->
stack_ops
);
in handle_group_alt()
1953
* See add_call_destinations(), which strips
stack_ops
from
in read_intra_function_calls()
2641
list_for_each_entry(op, &insn->
stack_ops
, list) {
in handle_insn_ops()
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H
A
D
check.h
78
struct stack_op *
stack_ops
;
member
/kernel/linux/linux-6.6/tools/objtool/arch/x86/
H
A
D
decode.c
151
struct stack_op **ops_list = &insn->
stack_ops
;
in arch_decode_instruction()
/kernel/linux/linux-6.6/tools/objtool/
H
A
D
check.c
1342
for (op = insn->
stack_ops
; op; op = next) {
in remove_insn_ops()
1346
insn->
stack_ops
= NULL;
in remove_insn_ops()
1442
* Annotated intra-function calls retain the
stack_ops
but
in add_call_dest()
1476
* Annotated intra-function calls retain the
stack_ops
but
in add_retpoline_call()
2462
* See add_call_destinations(), which strips
stack_ops
from
in read_intra_function_calls()
3263
for (op = insn->
stack_ops
; op; op = op->next) {
in handle_insn_ops()
Completed in 9 milliseconds