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:loadmap
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
binfmt_elf_fdpic.c
475
kfree(exec_params.
loadmap
);
in load_elf_fdpic_binary()
477
kfree(interp_params.
loadmap
);
in load_elf_fdpic_binary()
562
len += sizeof(struct elf32_fdpic_loadseg) * exec_params->
loadmap
->nsegs;
in create_elf_fdpic_tables()
566
if (copy_to_user((void __user *) sp, exec_params->
loadmap
, len) != 0)
in create_elf_fdpic_tables()
571
if (interp_params->
loadmap
) {
in create_elf_fdpic_tables()
574
interp_params->
loadmap
->nsegs;
in create_elf_fdpic_tables()
578
if (copy_to_user((void __user *) sp, interp_params->
loadmap
,
in create_elf_fdpic_tables()
739
struct elf32_fdpic_loadmap *
loadmap
;
in elf_fdpic_map_file()
local
759
size = sizeof(*
loadmap
) + nloads * sizeof(*seg);
in elf_fdpic_map_file()
760
loadmap
in elf_fdpic_map_file()
[all...]
/kernel/linux/linux-6.6/fs/
H
A
D
binfmt_elf_fdpic.c
475
kfree(exec_params.
loadmap
);
in load_elf_fdpic_binary()
477
kfree(interp_params.
loadmap
);
in load_elf_fdpic_binary()
563
len += sizeof(struct elf_fdpic_loadseg) * exec_params->
loadmap
->nsegs;
in create_elf_fdpic_tables()
567
if (copy_to_user((void __user *) sp, exec_params->
loadmap
, len) != 0)
in create_elf_fdpic_tables()
572
if (interp_params->
loadmap
) {
in create_elf_fdpic_tables()
575
interp_params->
loadmap
->nsegs;
in create_elf_fdpic_tables()
579
if (copy_to_user((void __user *) sp, interp_params->
loadmap
,
in create_elf_fdpic_tables()
742
struct elf_fdpic_loadmap *
loadmap
;
in elf_fdpic_map_file()
local
762
loadmap
= kzalloc(struct_size(
loadmap
, seg
in elf_fdpic_map_file()
[all...]
/kernel/linux/linux-5.10/arch/arm/boot/
H
A
D
install.sh
62
if [ -x /sbin/
loadmap
]; then
63
/sbin/
loadmap
/kernel/linux/linux-5.10/include/linux/
H
A
D
elf-fdpic.h
19
struct elf32_fdpic_loadmap *
loadmap
; /*
loadmap
to be passed to userspace */
member
22
unsigned long map_addr; /* mapped
loadmap
user address */
/kernel/linux/linux-6.6/include/linux/
H
A
D
elf-fdpic.h
31
struct elf_fdpic_loadmap *
loadmap
; /*
loadmap
to be passed to userspace */
member
34
unsigned long map_addr; /* mapped
loadmap
user address */
Completed in 4 milliseconds