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:got_offset
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
module.h
13
unsigned long
got_offset
;
member
22
unsigned long
got_offset
;
member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
module.h
12
unsigned long
got_offset
;
member
20
unsigned long
got_offset
;
member
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
module.c
111
if (info->
got_offset
== -1UL) {
in check_rela()
112
info->
got_offset
= me->arch.got_size;
in check_rela()
179
me->arch.syminfo[i].
got_offset
= -1UL;
in module_frob_arch_sections()
200
me->arch.
got_offset
= mod_mem->size;
in module_frob_arch_sections()
331
me->arch.
got_offset
+
in apply_rela()
332
info->
got_offset
;
in apply_rela()
337
val = info->
got_offset
+ rela->r_addend;
in apply_rela()
356
me->arch.
got_offset
- loc;
in apply_rela()
395
val = me->arch.plt_offset - me->arch.
got_offset
+
in apply_rela()
424
((Elf_Addr) me->mem[MOD_TEXT].base + me->arch.
got_offset
);
in apply_rela()
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
module.c
79
if (info->
got_offset
== -1UL) {
in check_rela()
80
info->
got_offset
= me->arch.got_size;
in check_rela()
146
me->arch.syminfo[i].
got_offset
= -1UL;
in module_frob_arch_sections()
166
me->arch.
got_offset
= me->core_layout.size;
in module_frob_arch_sections()
297
me->arch.
got_offset
+
in apply_rela()
298
info->
got_offset
;
in apply_rela()
303
val = info->
got_offset
+ rela->r_addend;
in apply_rela()
360
val = me->arch.plt_offset - me->arch.
got_offset
+
in apply_rela()
389
((Elf_Addr) me->core_layout.base + me->arch.
got_offset
);
in apply_rela()
399
val = (Elf_Addr) me->core_layout.base + me->arch.
got_offset
in apply_rela()
[all...]
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
module.c
25
int
got_offset
;
member
42
if (g->
got_offset
== 0) {
in process_reloc_for_got()
43
g->
got_offset
= *poffset;
in process_reloc_for_got()
52
g->
got_offset
= *poffset;
in process_reloc_for_got()
60
rela->r_info |= g->
got_offset
<< 8;
in process_reloc_for_got()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
module.c
25
int
got_offset
;
member
42
if (g->
got_offset
== 0) {
in process_reloc_for_got()
43
g->
got_offset
= *poffset;
in process_reloc_for_got()
52
g->
got_offset
= *poffset;
in process_reloc_for_got()
60
rela->r_info |= g->
got_offset
<< 8;
in process_reloc_for_got()
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H
A
D
module.h
15
unsigned long
got_offset
, got_count, got_max;
member
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H
A
D
module.h
15
unsigned long
got_offset
, got_count, got_max;
member
/kernel/linux/linux-5.10/arch/parisc/kernel/
H
A
D
module.c
351
me->arch.
got_offset
= me->core_layout.size;
in module_frob_arch_sections()
374
got = me->core_layout.base + me->arch.
got_offset
;
in get_got()
410
fdesc->gp = (Elf_Addr)me->core_layout.base + me->arch.
got_offset
;
in get_fdesc()
842
gp = (Elf_Addr)me->core_layout.base + me->arch.
got_offset
;
in register_unwind_table()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H
A
D
module.c
334
me->arch.
got_offset
= mod_mem->size;
in module_frob_arch_sections()
357
got = me->mem[MOD_TEXT].base + me->arch.
got_offset
;
in get_got()
393
fdesc->gp = (Elf_Addr)me->mem[MOD_TEXT].base + me->arch.
got_offset
;
in get_fdesc()
825
gp = (Elf_Addr)me->mem[MOD_TEXT].base + me->arch.
got_offset
;
in register_unwind_table()
Completed in 6 milliseconds