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:notesize
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
binfmt_elf.c
1466
static int
notesize
(struct memelfnote *en)
in notesize()
function
1785
*total +=
notesize
(&t->notes[0]);
in fill_thread_core_info()
1817
*total +=
notesize
(&t->notes[i]);
in fill_thread_core_info()
1904
info->size +=
notesize
(&info->psinfo);
in fill_note_info()
1907
info->size +=
notesize
(&info->signote);
in fill_note_info()
1910
info->size +=
notesize
(&info->auxv);
in fill_note_info()
1913
info->size +=
notesize
(&info->files);
in fill_note_info()
2007
sz +=
notesize
(&t->notes[0]);
in elf_dump_thread_status()
2014
sz +=
notesize
(&t->notes[1]);
in elf_dump_thread_status()
2121
sz +=
notesize
(inf
in get_note_info_size()
[all...]
H
A
D
binfmt_elf_fdpic.c
1227
static int
notesize
(struct memelfnote *en)
in notesize()
function
1415
*sz +=
notesize
(&t->notes[0]);
in elf_dump_thread_status()
1433
*sz +=
notesize
(&t->notes[1]);
in elf_dump_thread_status()
1546
thread_status_size +=
notesize
(&psinfo_note);
in elf_fdpic_core_dump()
1554
thread_status_size +=
notesize
(&auxv_note);
in elf_fdpic_core_dump()
/kernel/linux/linux-6.6/fs/
H
A
D
binfmt_elf.c
1467
static int
notesize
(struct memelfnote *en)
in notesize()
function
1785
info->size +=
notesize
(&t->notes[0]);
in fill_thread_core_info()
1820
info->size +=
notesize
(&t->notes[note_iter]);
in fill_thread_core_info()
1839
info->size +=
notesize
(&t->notes[0]);
in fill_thread_core_info()
1849
info->size +=
notesize
(&t->notes[1]);
in fill_thread_core_info()
1935
info->size +=
notesize
(&info->psinfo);
in fill_note_info()
1938
info->size +=
notesize
(&info->signote);
in fill_note_info()
1941
info->size +=
notesize
(&info->auxv);
in fill_note_info()
1944
info->size +=
notesize
(&info->files);
in fill_note_info()
H
A
D
binfmt_elf_fdpic.c
1208
static int
notesize
(struct memelfnote *en)
in notesize()
function
1397
*sz +=
notesize
(&t->notes[0]);
in elf_dump_thread_status()
1415
*sz +=
notesize
(&t->notes[1]);
in elf_dump_thread_status()
1528
thread_status_size +=
notesize
(&psinfo_note);
in elf_fdpic_core_dump()
1536
thread_status_size +=
notesize
(&auxv_note);
in elf_fdpic_core_dump()
Completed in 12 milliseconds