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:elf_brk
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
binfmt_elf.c
828
unsigned long elf_bss,
elf_brk
;
in load_elf_binary()
local
1021
elf_brk
= 0;
in load_elf_binary()
1064
if (unlikely (
elf_brk
> elf_bss)) {
in load_elf_binary()
1071
elf_brk
+ load_bias,
in load_elf_binary()
1078
if (nbyte >
elf_brk
- elf_bss)
in load_elf_binary()
1079
nbyte =
elf_brk
- elf_bss;
in load_elf_binary()
1219
if (k >
elf_brk
) {
in load_elf_binary()
1221
elf_brk
= k;
in load_elf_binary()
1228
elf_brk
+= load_bias;
in load_elf_binary()
1239
retval = set_brk(elf_bss,
elf_brk
, bss_pro
in load_elf_binary()
[all...]
/kernel/linux/linux-6.6/fs/
H
A
D
binfmt_elf.c
831
unsigned long elf_bss,
elf_brk
;
in load_elf_binary()
local
1024
elf_brk
= 0;
in load_elf_binary()
1043
if (unlikely (
elf_brk
> elf_bss)) {
in load_elf_binary()
1050
elf_brk
+ load_bias,
in load_elf_binary()
1057
if (nbyte >
elf_brk
- elf_bss)
in load_elf_binary()
1058
nbyte =
elf_brk
- elf_bss;
in load_elf_binary()
1220
if (k >
elf_brk
) {
in load_elf_binary()
1222
elf_brk
= k;
in load_elf_binary()
1229
elf_brk
+= load_bias;
in load_elf_binary()
1240
retval = set_brk(elf_bss,
elf_brk
, bss_pro
in load_elf_binary()
[all...]
Completed in 5 milliseconds