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:Elf64_Addr
(Results
1 - 25
of
34
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
elf.h
16
typedef __u64
Elf64_Addr
;
typedef
154
Elf64_Addr
d_ptr;
171
Elf64_Addr
r_offset; /* Location at which to apply the action */
182
Elf64_Addr
r_offset; /* Location at which to apply the action */
201
Elf64_Addr
st_value; /* Value of the symbol */
230
Elf64_Addr
e_entry; /* Entry point virtual address */
263
Elf64_Addr
p_vaddr; /* Segment virtual address */
264
Elf64_Addr
p_paddr; /* Segment physical address */
324
Elf64_Addr
sh_addr; /* Section virtual addr at execution */
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
elf.h
16
typedef __u64
Elf64_Addr
;
typedef
155
Elf64_Addr
d_ptr;
172
Elf64_Addr
r_offset; /* Location at which to apply the action */
183
Elf64_Addr
r_offset; /* Location at which to apply the action */
202
Elf64_Addr
st_value; /* Value of the symbol */
231
Elf64_Addr
e_entry; /* Entry point virtual address */
264
Elf64_Addr
p_vaddr; /* Segment virtual address */
265
Elf64_Addr
p_paddr; /* Segment physical address */
325
Elf64_Addr
sh_addr; /* Section virtual addr at execution */
H
A
D
elf-fdpic.h
37
Elf64_Addr
addr; /* core address to which mapped */
38
Elf64_Addr
p_vaddr; /* VMA recorded in file */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
elf.h
28
typedef __u64
Elf64_Addr
;
typedef
129
Elf64_Addr
d_ptr;
141
Elf64_Addr
r_offset;
150
Elf64_Addr
r_offset;
167
Elf64_Addr
st_value;
192
Elf64_Addr
e_entry;
220
Elf64_Addr
p_vaddr;
221
Elf64_Addr
p_paddr;
273
Elf64_Addr
sh_addr;
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
elf.h
28
typedef __u64
Elf64_Addr
;
typedef
129
Elf64_Addr
d_ptr;
141
Elf64_Addr
r_offset;
150
Elf64_Addr
r_offset;
167
Elf64_Addr
st_value;
192
Elf64_Addr
e_entry;
220
Elf64_Addr
p_vaddr;
221
Elf64_Addr
p_paddr;
273
Elf64_Addr
sh_addr;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
elf.h
15
typedef __u64
Elf64_Addr
;
typedef
115
Elf64_Addr
d_ptr;
127
Elf64_Addr
r_offset;
136
Elf64_Addr
r_offset;
153
Elf64_Addr
st_value;
178
Elf64_Addr
e_entry;
206
Elf64_Addr
p_vaddr;
207
Elf64_Addr
p_paddr;
260
Elf64_Addr
sh_addr;
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
elf.h
13
typedef unsigned long long
Elf64_Addr
;
typedef
77
Elf64_Addr
e_entry; /* Entry point virtual address */
110
Elf64_Addr
p_vaddr; /* Segment virtual address */
111
Elf64_Addr
p_paddr; /* Segment physical address */
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
elf.h
13
typedef unsigned long long
Elf64_Addr
;
typedef
77
Elf64_Addr
e_entry; /* Entry point virtual address */
110
Elf64_Addr
p_vaddr; /* Segment virtual address */
111
Elf64_Addr
p_paddr; /* Segment physical address */
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
module.h
20
Elf64_Addr
r_offset; /* Address of relocation. */
29
Elf64_Addr
r_offset; /* Address of relocation. */
60
#define Elf_Addr
Elf64_Addr
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
module.h
20
Elf64_Addr
r_offset; /* Address of relocation. */
29
Elf64_Addr
r_offset; /* Address of relocation. */
60
#define Elf_Addr
Elf64_Addr
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
relocate.c
31
Elf64_Addr
addr = rela->r_offset;
in relocate_relative()
32
Elf64_Addr
relocated_addr = rela->r_addend;
in relocate_relative()
38
relocated_addr = (
Elf64_Addr
)RELOCATED(relocated_addr);
in relocate_relative()
40
*(
Elf64_Addr
*)RELOCATED(addr) = relocated_addr;
in relocate_relative()
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
module.h
21
#define Elf_Addr
Elf64_Addr
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
module.h
21
#define Elf_Addr
Elf64_Addr
/kernel/linux/linux-5.10/arch/parisc/kernel/
H
A
D
module.c
108
Elf64_Addr
addr;
674
Elf64_Addr
val;
in apply_relocate_add()
676
Elf64_Addr
dot;
in apply_relocate_add()
697
dot = (
Elf64_Addr
)loc & ~0x03;
in apply_relocate_add()
980
unsigned long start_opd = (
Elf64_Addr
)mod->core_layout.base +
in dereference_module_function_descriptor()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H
A
D
module.c
89
Elf64_Addr
addr;
657
Elf64_Addr
val;
in apply_relocate_add()
659
Elf64_Addr
dot;
in apply_relocate_add()
680
dot = (
Elf64_Addr
)loc & ~0x03;
in apply_relocate_add()
963
unsigned long start_opd = (
Elf64_Addr
)mod->mem[MOD_TEXT].base +
in dereference_module_function_descriptor()
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
orc_dump.c
70
Elf64_Addr
orc_ip_addr = 0;
in orc_dump()
/kernel/linux/linux-6.6/scripts/mod/
H
A
D
modpost.h
42
#define Elf_Addr
Elf64_Addr
/kernel/linux/linux-5.10/arch/s390/boot/
H
A
D
startup.c
94
Elf64_Addr
loc, val;
in handle_relocs()
/kernel/linux/linux-5.10/scripts/mod/
H
A
D
modpost.h
42
#define Elf_Addr
Elf64_Addr
/kernel/linux/linux-6.6/tools/objtool/
H
A
D
orc_dump.c
74
Elf64_Addr
orc_ip_addr = 0;
in orc_dump()
/kernel/linux/linux-6.6/arch/s390/boot/
H
A
D
startup.c
105
Elf64_Addr
loc, val;
in handle_relocs()
/kernel/linux/linux-5.10/scripts/
H
A
D
sorttable.h
45
# define Elf_Addr
Elf64_Addr
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
symbol.h
253
Elf64_Addr
a64[3];
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
symbol.h
249
Elf64_Addr
a64[3];
/kernel/linux/linux-6.6/arch/riscv/mm/
H
A
D
init.c
868
Elf64_Addr
addr = (rela->r_offset - va_kernel_link_pa_offset);
in relocate_kernel()
869
Elf64_Addr
relocated_addr = rela->r_addend;
in relocate_kernel()
883
*(
Elf64_Addr
*)addr = relocated_addr;
in relocate_kernel()
Completed in 18 milliseconds
1
2