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:type_off
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libbpf/include/uapi/linux/
H
A
D
btf.h
18
__u32
type_off
; /* offset of type section */
member
/third_party/libbpf/src/
H
A
D
btf.c
202
static int btf_add_type_idx_entry(struct btf *btf, __u32
type_off
)
in btf_add_type_idx_entry()
argument
210
*p =
type_off
;
in btf_add_type_idx_entry()
218
h->
type_off
= bswap_32(h->
type_off
);
in btf_bswap_hdr()
259
if ((long long)hdr->
type_off
+ hdr->type_len > hdr->str_off) {
in btf_parse_hdr()
261
hdr->
type_off
, hdr->type_len, hdr->str_off, hdr->str_len);
in btf_parse_hdr()
265
if (hdr->
type_off
% 4) {
in btf_parse_hdr()
1064
btf->types_data = btf->raw_data + btf->hdr->hdr_len + btf->hdr->
type_off
;
in btf_new()
Completed in 7 milliseconds