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:SHT_RELA
(Results
1 - 25
of
53
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H
A
D
relocs_32.c
8
#define SHT_REL_TYPE
SHT_RELA
H
A
D
relocs_64.c
8
#define SHT_REL_TYPE
SHT_RELA
/kernel/linux/linux-5.10/arch/x86/tools/
H
A
D
relocs_64.c
8
#define SHT_REL_TYPE
SHT_RELA
/kernel/linux/linux-6.6/arch/x86/tools/
H
A
D
relocs_64.c
8
#define SHT_REL_TYPE
SHT_RELA
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H
A
D
relocs_64.c
8
#define SHT_REL_TYPE
SHT_RELA
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H
A
D
relocs_64.c
8
#define SHT_REL_TYPE
SHT_RELA
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
elf.c
517
if (!sec->reloc && !elf_create_reloc_section(elf, sec,
SHT_RELA
))
in elf_add_reloc()
819
if ((sec->sh.sh_type !=
SHT_RELA
) &&
in read_relocs()
845
case
SHT_RELA
:
in read_relocs()
1112
sec->sh.sh_type =
SHT_RELA
;
in elf_create_rela_reloc_section()
1127
case
SHT_RELA
: return elf_create_rela_reloc_section(elf, base);
in elf_create_reloc_section()
1202
case
SHT_RELA
: return elf_rebuild_rela_reloc_section(sec, nr);
in elf_rebuild_reloc_section()
/kernel/linux/linux-5.10/arch/mips/vdso/
H
A
D
genvdso.h
33
case
SHT_RELA
:
in patch_vdso()
/kernel/linux/linux-6.6/arch/mips/vdso/
H
A
D
genvdso.h
33
case
SHT_RELA
:
in patch_vdso()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
module-sections.c
143
if (sechdrs[i].sh_type !=
SHT_RELA
)
in module_frob_arch_sections()
/kernel/linux/linux-5.10/arch/riscv/kernel/
H
A
D
module-sections.c
128
if (sechdrs[i].sh_type !=
SHT_RELA
)
in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
module-sections.c
143
if (sechdrs[i].sh_type !=
SHT_RELA
)
in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/riscv/kernel/
H
A
D
module-sections.c
128
if (sechdrs[i].sh_type !=
SHT_RELA
)
in module_frob_arch_sections()
/kernel/linux/linux-5.10/scripts/
H
A
D
recordmcount.h
323
? w(
SHT_RELA
)
in append_func()
578
if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) !=
SHT_RELA
)
in has_rel_mcount()
H
A
D
sorttable.h
247
r(&s->sh_type) ==
SHT_RELA
) &&
in do_sort()
/kernel/linux/linux-6.6/scripts/
H
A
D
recordmcount.h
323
? w(
SHT_RELA
)
in append_func()
578
if (w(relhdr->sh_type) != SHT_REL && w(relhdr->sh_type) !=
SHT_RELA
)
in has_rel_mcount()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
module_32.c
93
if (sechdrs[i].sh_type ==
SHT_RELA
) {
in get_plt_size()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
module.c
111
if (s->sh_type ==
SHT_RELA
) {
in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
gen-hyprel.c
435
case
SHT_RELA
:
in emit_all_relocs()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
module.c
111
if (s->sh_type ==
SHT_RELA
) {
in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
module_32.c
94
if (sechdrs[i].sh_type ==
SHT_RELA
) {
in get_plt_size()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
elf.h
275
#define
SHT_RELA
4
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
elf.h
276
#define
SHT_RELA
4
macro
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H
A
D
elf.h
178
return sec->sh.sh_type ==
SHT_RELA
|| sec->sh.sh_type == SHT_REL;
in is_reloc_sec()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
elf.h
230
#define
SHT_RELA
4
macro
Completed in 15 milliseconds
1
2
3