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_shndx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
module-plts.c
79
struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->
plt_shndx
].sh_addr;
in module_emit_plt_entry()
110
struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->
plt_shndx
].sh_addr;
in module_emit_veneer_for_adrp()
306
mod->arch.core.
plt_shndx
= i;
in module_frob_arch_sections()
308
mod->arch.init.
plt_shndx
= i;
in module_frob_arch_sections()
316
if (!mod->arch.core.
plt_shndx
|| !mod->arch.init.
plt_shndx
) {
in module_frob_arch_sections()
354
pltsec = sechdrs + mod->arch.core.
plt_shndx
;
in module_frob_arch_sections()
362
pltsec = sechdrs + mod->arch.init.
plt_shndx
;
in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
module-plts.c
75
struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->
plt_shndx
].sh_addr;
in module_emit_plt_entry()
106
struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->
plt_shndx
].sh_addr;
in module_emit_veneer_for_adrp()
296
mod->arch.core.
plt_shndx
= i;
in module_frob_arch_sections()
298
mod->arch.init.
plt_shndx
= i;
in module_frob_arch_sections()
306
if (!mod->arch.core.
plt_shndx
|| !mod->arch.init.
plt_shndx
) {
in module_frob_arch_sections()
344
pltsec = sechdrs + mod->arch.core.
plt_shndx
;
in module_frob_arch_sections()
352
pltsec = sechdrs + mod->arch.init.
plt_shndx
;
in module_frob_arch_sections()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
module.h
12
int
plt_shndx
;
member
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
module.h
11
int
plt_shndx
;
member
Completed in 3 milliseconds