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:ELF_R_SYM
(Results
1 - 25
of
35
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
module.h
29
#define
ELF_R_SYM
(X) ELF64_R_SYM(X)
macro
46
#define
ELF_R_SYM
(X) ELF32_R_SYM(X)
macro
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
module.h
29
#define
ELF_R_SYM
(X) ELF64_R_SYM(X)
macro
46
#define
ELF_R_SYM
(X) ELF32_R_SYM(X)
macro
/kernel/linux/linux-6.6/scripts/mod/
H
A
D
modpost.h
20
#undef
ELF_R_SYM
macro
35
#define
ELF_R_SYM
ELF32_R_SYM
macro
49
#define
ELF_R_SYM
ELF64_R_SYM
macro
/kernel/linux/linux-5.10/scripts/mod/
H
A
D
modpost.h
19
#undef
ELF_R_SYM
macro
35
#define
ELF_R_SYM
ELF32_R_SYM
macro
50
#define
ELF_R_SYM
ELF64_R_SYM
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
module.h
46
#define
ELF_R_SYM
(X) ELF32_R_SYM(X)
macro
64
#define
ELF_R_SYM
(X) ELF64_R_SYM(X)
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
module.h
46
#define
ELF_R_SYM
(X) ELF32_R_SYM(X)
macro
64
#define
ELF_R_SYM
(X) ELF64_R_SYM(X)
macro
/kernel/linux/linux-5.10/arch/x86/tools/
H
A
D
relocs_32.c
12
#define
ELF_R_SYM
(val) ELF32_R_SYM(val)
macro
H
A
D
relocs_64.c
12
#define
ELF_R_SYM
(val) ELF64_R_SYM(val)
macro
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H
A
D
relocs_32.c
12
#define
ELF_R_SYM
(val) ELF32_R_SYM(val)
macro
H
A
D
relocs_64.c
12
#define
ELF_R_SYM
(val) ELF64_R_SYM(val)
macro
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H
A
D
relocs_32.c
12
#define
ELF_R_SYM
(val) ELF32_R_SYM(val)
macro
H
A
D
relocs_64.c
25
#define
ELF_R_SYM
(val) (((Elf64_Mips_Rela *)(&val))->fields.r_sym)
macro
H
A
D
relocs.c
398
ELF_R_SYM
(rel->r_info) = elf32_to_cpu(
ELF_R_SYM
(rel->r_info));
in read_relocs()
492
Elf_Sym *sym = &sh_symtab[
ELF_R_SYM
(rel->r_info)];
in walk_relocs()
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H
A
D
relocs_32.c
12
#define
ELF_R_SYM
(val) ELF32_R_SYM(val)
macro
H
A
D
relocs_64.c
25
#define
ELF_R_SYM
(val) (((Elf64_Mips_Rela *)(&val))->fields.r_sym)
macro
H
A
D
relocs.c
398
ELF_R_SYM
(rel->r_info) = elf32_to_cpu(
ELF_R_SYM
(rel->r_info));
in read_relocs()
492
Elf_Sym *sym = &sh_symtab[
ELF_R_SYM
(rel->r_info)];
in walk_relocs()
/kernel/linux/linux-6.6/arch/x86/tools/
H
A
D
relocs_64.c
12
#define
ELF_R_SYM
(val) ELF64_R_SYM(val)
macro
H
A
D
relocs_32.c
12
#define
ELF_R_SYM
(val) ELF32_R_SYM(val)
macro
/kernel/linux/linux-5.10/scripts/
H
A
D
sorttable.h
29
#undef
ELF_R_SYM
macro
51
# define
ELF_R_SYM
ELF64_R_SYM
macro
72
# define
ELF_R_SYM
ELF32_R_SYM
macro
H
A
D
recordmcount.h
45
#undef
ELF_R_SYM
macro
84
# define
ELF_R_SYM
ELF64_R_SYM
macro
122
# define
ELF_R_SYM
ELF32_R_SYM
macro
145
return
ELF_R_SYM
(_w(rp->r_info));
in fn_ELF_R_SYM()
/kernel/linux/linux-6.6/scripts/
H
A
D
recordmcount.h
45
#undef
ELF_R_SYM
macro
84
# define
ELF_R_SYM
ELF64_R_SYM
macro
122
# define
ELF_R_SYM
ELF32_R_SYM
macro
145
return
ELF_R_SYM
(_w(rp->r_info));
in fn_ELF_R_SYM()
H
A
D
sorttable.h
32
#undef
ELF_R_SYM
macro
57
# define
ELF_R_SYM
ELF64_R_SYM
macro
81
# define
ELF_R_SYM
ELF32_R_SYM
macro
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
module.c
110
+
ELF_R_SYM
(rel[i].r_info);
in apply_relocate_add()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
module.c
110
+
ELF_R_SYM
(rel[i].r_info);
in apply_relocate_add()
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
module.c
65
info = me->arch.syminfo +
ELF_R_SYM
(rela->r_info);
in check_rela()
237
r_sym =
ELF_R_SYM
(rela->r_info);
in apply_rela()
Completed in 11 milliseconds
1
2