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_PTR
(Results
1 - 8
of
8
) sorted by relevance
/third_party/libbpf/src/
H
A
D
btf_dump.c
332
case
BTF_KIND_PTR
:
in btf_dump_mark_referenced()
442
*
BTF_KIND_PTR
type in the chain and at least one non-anonymous type
507
case
BTF_KIND_PTR
:
in btf_dump_order_type()
754
case
BTF_KIND_PTR
:
in btf_dump_emit_type()
1317
case
BTF_KIND_PTR
:
in btf_dump_emit_type_decl()
1481
case
BTF_KIND_PTR
:
in btf_dump_emit_type_chain()
1592
last_was_ptr = kind ==
BTF_KIND_PTR
;
in btf_dump_emit_type_chain()
1834
if (btf_kind(t) ==
BTF_KIND_PTR
)
in btf_dump_base_type_check_zero()
2296
case
BTF_KIND_PTR
:
in btf_dump_type_data_check_overflow()
2342
case
BTF_KIND_PTR
in btf_dump_type_data_check_zero()
[all...]
H
A
D
relo_core.c
184
case
BTF_KIND_PTR
:
in __bpf_core_types_are_compat()
431
case
BTF_KIND_PTR
:
in bpf_core_fields_are_compat()
1634
case
BTF_KIND_PTR
:
in __bpf_core_types_match()
H
A
D
btf.c
302
case
BTF_KIND_PTR
:
in btf_type_size()
356
case
BTF_KIND_PTR
:
in btf_bswap_type_rest()
496
case
BTF_KIND_PTR
:
in btf_validate_type()
787
case
BTF_KIND_PTR
:
in btf__resolve_size()
833
case
BTF_KIND_PTR
:
in btf__align_of()
2142
* Append new
BTF_KIND_PTR
type with:
2150
return btf_add_ref_kind(btf,
BTF_KIND_PTR
, NULL, ref_type_id);
3961
case
BTF_KIND_PTR
:
4018
case
BTF_KIND_PTR
:
4370
case
BTF_KIND_PTR
[all...]
H
A
D
btf.h
347
return btf_kind(t) ==
BTF_KIND_PTR
;
in btf_is_ptr()
H
A
D
linker.c
1381
case
BTF_KIND_PTR
:
in glob_sym_btf_matches()
H
A
D
libbpf.c
2197
case
BTF_KIND_PTR
: return "ptr";
5105
BTF_TYPE_ENC(0, BTF_INFO_ENC(
BTF_KIND_PTR
, 0, 0), 2), /* [3] */
/third_party/libbpf/include/uapi/linux/
H
A
D
btf.h
62
BTF_KIND_PTR
= 2, /* Pointer */
enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H
A
D
BTFDebug.cpp
48
Kind = BTF::
BTF_KIND_PTR
;
in BTFTypeDerived()
81
assert((Kind == BTF::
BTF_KIND_PTR
|| Kind == BTF::BTF_KIND_CONST ||
in completeType()
Completed in 36 milliseconds