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_sz
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
linker.c
115
int
sec_sz
;
member
275
size_t sym_cnt = symtab->
sec_sz
/ sizeof(*sym);
in add_new_sym()
285
symtab->
sec_sz
+= sizeof(*sym);
in add_new_sym()
376
sec->shdr->sh_size = sec->
sec_sz
= 0;
in init_output_elf()
985
dst_sec->
sec_sz
= 0;
in init_sec()
1072
if (dst_sec->
sec_sz
!= src_sec->shdr->sh_size)
in sec_content_is_same()
1074
if (memcmp(dst_sec->raw_data, src_sec->data->d_buf, dst_sec->
sec_sz
) != 0)
in sec_content_is_same()
1111
dst_align_sz = (dst->
sec_sz
+ dst_align - 1) / dst_align * dst_align;
in extend_sec()
1135
memset(dst->raw_data + dst->
sec_sz
, 0, dst_align_sz - dst->
sec_sz
);
in extend_sec()
[all...]
H
A
D
libbpf.c
814
size_t
sec_sz
= sec_data->d_size, sec_off, prog_sz, nr_syms;
in bpf_object__add_programs()
local
841
if (sec_off + prog_sz >
sec_sz
) {
in bpf_object__add_programs()
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
libbpf.c
614
size_t
sec_sz
= sec_data->d_size, sec_off, prog_sz;
in bpf_object__add_programs()
local
623
while (sec_off <
sec_sz
) {
in bpf_object__add_programs()
639
if (sec_off + prog_sz >
sec_sz
) {
in bpf_object__add_programs()
Completed in 50 milliseconds