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:BTF_KIND_FWD
(Results
1 - 8
of
8
) sorted by relevance
/third_party/libbpf/include/uapi/linux/
H
A
D
btf.h
67
BTF_KIND_FWD
= 7, /* Forward */
enumerator
/third_party/libbpf/src/
H
A
D
btf.c
298
case
BTF_KIND_FWD
:
in btf_type_size()
352
case
BTF_KIND_FWD
:
in btf_bswap_type_rest()
493
case
BTF_KIND_FWD
:
in btf_validate_type()
2509
* Append new
BTF_KIND_FWD
type with:
2528
id = btf_add_ref_kind(btf,
BTF_KIND_FWD
, name, 0);
2532
t->info = btf_type_info(
BTF_KIND_FWD
, 0, fwd_kind == BTF_FWD_UNION);
3232
* have `
BTF_KIND_FWD
` type descriptor with name `B`).
3962
case
BTF_KIND_FWD
:
4065
case
BTF_KIND_FWD
:
4334
if ((cand_kind ==
BTF_KIND_FWD
|| canon_kin
[all...]
H
A
D
relo_core.c
176
case
BTF_KIND_FWD
:
in __bpf_core_types_are_compat()
434
case
BTF_KIND_FWD
:
in bpf_core_fields_are_compat()
1577
case
BTF_KIND_FWD
: {
in __bpf_core_types_match()
1611
if (targ_k !=
BTF_KIND_FWD
)
in __bpf_core_types_match()
H
A
D
btf_dump.c
325
case
BTF_KIND_FWD
:
in btf_dump_mark_referenced()
546
case
BTF_KIND_FWD
:
in btf_dump_order_type()
764
case
BTF_KIND_FWD
:
in btf_dump_emit_type()
1331
case
BTF_KIND_FWD
:
in btf_dump_emit_type_decl()
1473
case
BTF_KIND_FWD
:
in btf_dump_emit_type_chain()
2450
case
BTF_KIND_FWD
:
in btf_dump_dump_type_data()
H
A
D
btf.h
384
return btf_kind(t) ==
BTF_KIND_FWD
;
in btf_is_fwd()
H
A
D
linker.c
1351
case
BTF_KIND_FWD
:
in glob_sym_btf_matches()
1368
case
BTF_KIND_FWD
:
in glob_sym_btf_matches()
H
A
D
libbpf.c
2202
case
BTF_KIND_FWD
: return "fwd";
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H
A
D
BTFDebug.cpp
98
Kind = BTF::
BTF_KIND_FWD
;
in BTFTypeFwd()
Completed in 38 milliseconds