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:access_str_off
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
libbpf_internal.h
275
* -
access_str_off
- offset into corresponding .BTF string section. String
317
__u32
access_str_off
;
member
H
A
D
libbpf.c
5751
spec_str = btf__name_by_offset(local_btf, relo->
access_str_off
);
in bpf_core_apply_relo()
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
relo_core.c
274
spec_str = btf__name_by_offset(btf, relo->
access_str_off
);
in bpf_core_parse_spec()
1308
spec_str = btf__name_by_offset(local_btf, relo->
access_str_off
);
in bpf_core_calc_relo_insn()
H
A
D
linker.c
2541
s = btf__str_by_offset(obj->btf, src_rec->
access_str_off
);
in linker_append_btf_ext()
2545
dst_rec->
access_str_off
= str_off;
in linker_append_btf_ext()
H
A
D
btf.c
5018
err = visit(&rec->
access_str_off
, ctx);
in btf_ext_visit_str_offs()
H
A
D
libbpf.c
7288
.
access_str_off
= relo->core_relo->
access_str_off
,
in bpf_program_record_relos()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
bpf.h
7266
* -
access_str_off
- offset into corresponding .BTF string section. String
7308
__u32
access_str_off
;
member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
bpf.h
7266
* -
access_str_off
- offset into corresponding .BTF string section. String
7308
__u32
access_str_off
;
member
Completed in 61 milliseconds