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:symbols_shndx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/
H
A
D
main.c
98
int
symbols_shndx
;
member
368
obj->efile.
symbols_shndx
= idx;
in elf_collect()
390
scn = elf_getscn(obj->efile.elf, obj->efile.
symbols_shndx
);
in symbols_collect()
679
.
symbols_shndx
= -1,
in main()
713
obj.efile.
symbols_shndx
== -1) {
in main()
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/
H
A
D
main.c
124
int
symbols_shndx
;
member
406
obj->efile.
symbols_shndx
= idx;
in elf_collect()
428
scn = elf_getscn(obj->efile.elf, obj->efile.
symbols_shndx
);
in symbols_collect()
769
.
symbols_shndx
= -1,
in main()
803
obj.efile.
symbols_shndx
== -1) {
in main()
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
libbpf.c
451
int
symbols_shndx
;
member
1737
obj->efile.
symbols_shndx
,
in bpf_object__init_kconfig_map()
2832
obj->efile.
symbols_shndx
= elf_ndxscn(scn);
in bpf_object__elf_collect()
3099
scn = elf_sec_by_idx(obj, obj->efile.
symbols_shndx
);
in bpf_object__collect_externs()
3329
else if (shndx == obj->efile.
symbols_shndx
)
in bpf_object__section_to_libbpf_map_type()
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
libbpf.c
625
int
symbols_shndx
;
member
2054
".kconfig", obj->efile.
symbols_shndx
,
in bpf_object__init_kconfig_map()
3434
obj->efile.
symbols_shndx
= idx;
in bpf_object__elf_collect()
3786
scn = elf_sec_by_idx(obj, obj->efile.
symbols_shndx
);
in bpf_object__collect_externs()
4033
if (shndx == obj->efile.
symbols_shndx
)
in bpf_object__section_to_libbpf_map_type()
Completed in 31 milliseconds