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:loc_base
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/hexagon/kernel/
H
A
D
module.c
79
void *
loc_base
= (void *) sechdrs[sym_info].sh_addr;
in apply_relocate_add()
local
82
relsec, sym_info,
loc_base
);
in apply_relocate_add()
90
location =
loc_base
+ rela[i].r_offset;
in apply_relocate_add()
/kernel/linux/linux-6.6/arch/hexagon/kernel/
H
A
D
module.c
79
void *
loc_base
= (void *) sechdrs[sym_info].sh_addr;
in apply_relocate_add()
local
82
relsec, sym_info,
loc_base
);
in apply_relocate_add()
90
location =
loc_base
+ rela[i].r_offset;
in apply_relocate_add()
/kernel/linux/linux-5.10/arch/powerpc/kexec/
H
A
D
file_load_64.c
471
u64
loc_base
, loc_end;
in add_usable_mem()
local
477
loc_base
= um_info->ranges[i].start;
in add_usable_mem()
479
if (
loc_base
>= base && loc_end <= end)
in add_usable_mem()
481
else if (base < loc_end && end >
loc_base
) {
in add_usable_mem()
482
if (
loc_base
< base)
in add_usable_mem()
483
loc_base
= base;
in add_usable_mem()
493
um_info->buf[um_info->idx++] = cpu_to_be64(
loc_base
);
in add_usable_mem()
495
cpu_to_be64(loc_end -
loc_base
+ 1);
in add_usable_mem()
/kernel/linux/linux-6.6/arch/powerpc/kexec/
H
A
D
file_load_64.c
476
u64
loc_base
, loc_end;
in add_usable_mem()
local
482
loc_base
= um_info->ranges[i].start;
in add_usable_mem()
484
if (
loc_base
>= base && loc_end <= end)
in add_usable_mem()
486
else if (base < loc_end && end >
loc_base
) {
in add_usable_mem()
487
if (
loc_base
< base)
in add_usable_mem()
488
loc_base
= base;
in add_usable_mem()
498
um_info->buf[um_info->idx++] = cpu_to_be64(
loc_base
);
in add_usable_mem()
500
cpu_to_be64(loc_end -
loc_base
+ 1);
in add_usable_mem()
Completed in 4 milliseconds