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:section_defs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
libbpf.c
8322
static const struct bpf_sec_def
section_defs
[] = {
variable
8475
int i, n = ARRAY_SIZE(
section_defs
);
in find_sec_def()
8479
section_defs
[i].sec,
section_defs
[i].len))
in find_sec_def()
8481
return &
section_defs
[i];
in find_sec_def()
8488
int i, len = ARRAY_SIZE(
section_defs
) * MAX_TYPE_NAME_SIZE;
in libbpf_get_type_names()
8497
for (i = 0; i < ARRAY_SIZE(
section_defs
); i++) {
in libbpf_get_type_names()
8498
if (attach_type && !
section_defs
[i].is_attachable)
in libbpf_get_type_names()
8501
if (strlen(buf) + strlen(
section_defs
[i].sec) + 2 > len) {
in libbpf_get_type_names()
8506
strcat(buf,
section_defs
[
in libbpf_get_type_names()
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
libbpf.c
8774
static const struct bpf_sec_def
section_defs
[] = {
variable
8998
n = ARRAY_SIZE(
section_defs
);
in find_sec_def()
9000
sec_def = &
section_defs
[i];
in find_sec_def()
9015
int i, len = ARRAY_SIZE(
section_defs
) * MAX_TYPE_NAME_SIZE;
in libbpf_get_type_names()
9024
for (i = 0; i < ARRAY_SIZE(
section_defs
); i++) {
in libbpf_get_type_names()
9025
const struct bpf_sec_def *sec_def = &
section_defs
[i];
in libbpf_get_type_names()
9035
if (strlen(buf) + strlen(
section_defs
[i].sec) + 2 > len) {
in libbpf_get_type_names()
9040
strcat(buf,
section_defs
[i].sec);
in libbpf_get_type_names()
Completed in 28 milliseconds