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_entries
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
module.h
24
#define PLT_ENT_SIZE (sizeof(struct
plt_entries
) / PLT_ENT_COUNT)
26
struct
plt_entries
{
struct
33
struct
plt_entries
*plt_ent;
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
module.h
14
#define PLT_ENT_SIZE (sizeof(struct
plt_entries
) / PLT_ENT_COUNT)
16
struct
plt_entries
{
struct
23
struct
plt_entries
*plt_ent;
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
module-plts.c
36
static void prealloc_fixed(struct mod_plt_sec *pltsec, struct
plt_entries
*plt)
in prealloc_fixed()
55
struct
plt_entries
*plt;
in get_module_plt()
60
pltsec->plt_ent = (struct
plt_entries
*)pltsec->plt->sh_addr;
in get_module_plt()
92
*plt = (struct
plt_entries
){
in get_module_plt()
271
sizeof(struct
plt_entries
));
in module_frob_arch_sections()
279
sizeof(struct
plt_entries
));
in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
module-plts.c
31
static void prealloc_fixed(struct mod_plt_sec *pltsec, struct
plt_entries
*plt)
in prealloc_fixed()
50
struct
plt_entries
*plt;
in get_module_plt()
55
pltsec->plt_ent = (struct
plt_entries
*)pltsec->plt->sh_addr;
in get_module_plt()
87
*plt = (struct
plt_entries
){
in get_module_plt()
266
sizeof(struct
plt_entries
));
in module_frob_arch_sections()
274
sizeof(struct
plt_entries
));
in module_frob_arch_sections()
Completed in 2 milliseconds