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_name_off
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libbpf/src/
H
A
D
libbpf_internal.h
500
__u32
sec_name_off
;
member
H
A
D
linker.c
2447
sec_name = btf__name_by_offset(obj->btf, ext_sec->
sec_name_off
);
in linker_append_btf_ext()
2476
sec_name = btf__name_by_offset(obj->btf, ext_sec->
sec_name_off
);
in linker_append_btf_ext()
2518
sec_name = btf__name_by_offset(obj->btf, ext_sec->
sec_name_off
);
in linker_append_btf_ext()
2746
sec_info->
sec_name_off
= str_off;
in emit_btf_ext_data()
H
A
D
btf.c
5248
err = visit(&sec->
sec_name_off
, ctx);
5257
err = visit(&sec->
sec_name_off
, ctx);
5275
err = visit(&sec->
sec_name_off
, ctx);
H
A
D
libbpf.c
2996
sec_name = btf__name_by_offset(obj->btf, sec->
sec_name_off
);
6225
sec_name = btf__name_by_offset(obj->btf, sec->
sec_name_off
);
Completed in 28 milliseconds