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:sec_def
(Results
1 - 1
of
1
) sorted by relevance
/third_party/libbpf/src/
H
A
D
libbpf.c
361
/* stored as
sec_def
->cookie for all libbpf-supported SEC()s */
406
const struct bpf_sec_def *
sec_def
;
member
7266
/* this is called as prog->
sec_def
->prog_prepare_load_fn for libbpf-supported sec_defs */
7377
/* adjust load_attr if
sec_def
provides custom preload callback */
7378
if (prog->
sec_def
&& prog->
sec_def
->prog_prepare_load_fn) {
7379
err = prog->
sec_def
->prog_prepare_load_fn(prog, &load_attr, prog->
sec_def
->cookie);
7792
prog->
sec_def
= find_sec_def(prog->sec_name);
7793
if (!prog->
sec_def
) {
9330
struct bpf_
sec_def
*
sec_def
;
global()
local
9414
sec_def
_matches(const struct bpf_
sec_def
*
sec_def
, const char *sec_name)
global()
argument
9444
const struct bpf_
sec_def
*
sec_def
;
global()
local
9481
const struct bpf_
sec_def
*
sec_def
= §ion_defs[i];
global()
local
9505
const struct bpf_
sec_def
*
sec_def
;
global()
local
9892
const struct bpf_
sec_def
*
sec_def
;
global()
local
[all...]
Completed in 13 milliseconds