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:plt_size
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
module.c
92
info->plt_offset = me->arch.
plt_size
;
in check_rela()
93
me->arch.
plt_size
+= PLT_ENTRY_SIZE;
in check_rela()
153
me->arch.got_size = me->arch.
plt_size
= 0;
in module_frob_arch_sections()
169
if (me->arch.
plt_size
) {
in module_frob_arch_sections()
171
me->arch.
plt_size
+= PLT_ENTRY_SIZE;
in module_frob_arch_sections()
172
me->core_layout.size += me->arch.
plt_size
;
in module_frob_arch_sections()
344
jump_r1 = plt_base + me->arch.
plt_size
-
in apply_rela()
477
!nospec_disable && me->arch.
plt_size
) {
in module_finalize()
481
me->arch.
plt_size
- PLT_ENTRY_SIZE;
in module_finalize()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
module.c
124
info->plt_offset = me->arch.
plt_size
;
in check_rela()
125
me->arch.
plt_size
+= PLT_ENTRY_SIZE;
in check_rela()
186
me->arch.got_size = me->arch.
plt_size
= 0;
in module_frob_arch_sections()
203
if (me->arch.
plt_size
) {
in module_frob_arch_sections()
205
me->arch.
plt_size
+= PLT_ENTRY_SIZE;
in module_frob_arch_sections()
206
mod_mem->size += me->arch.
plt_size
;
in module_frob_arch_sections()
379
jump_r1 = plt_base + me->arch.
plt_size
-
in apply_rela()
539
!nospec_disable && me->arch.
plt_size
) {
in module_finalize()
543
me->arch.
plt_size
- PLT_ENTRY_SIZE;
in module_finalize()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
module.h
28
unsigned long
plt_size
;
member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
module.h
26
unsigned long
plt_size
;
member
/kernel/linux/linux-5.10/scripts/gdb/linux/
H
A
D
symbols.py
124
plt_size
= int(module_arch['
plt_size
'])
125
module_addr = hex(int(module_addr, 0) + plt_offset +
plt_size
)
/kernel/linux/linux-6.6/scripts/gdb/linux/
H
A
D
symbols.py
128
plt_size
= int(module_arch['
plt_size
'])
129
module_addr = hex(int(module_addr, 0) + plt_offset +
plt_size
)
Completed in 3 milliseconds