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_SYMTAB
(Results
1 - 25
of
55
) sorted by relevance
1
2
3
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
elf.c
168
int i, sh_types[2] = { SHT_DYNSYM,
SHT_SYMTAB
};
in elf_find_func_offset()
186
/* Search SHT_DYNSYM,
SHT_SYMTAB
for symbol. This search order is used because if
in elf_find_func_offset()
293
int sh_types[2] = { SHT_DYNSYM,
SHT_SYMTAB
};
in elf_resolve_syms_offsets()
389
int sh_types[2] = {
SHT_SYMTAB
, SHT_DYNSYM };
in elf_resolve_pattern_offsets()
/kernel/linux/linux-5.10/arch/mips/vdso/
H
A
D
genvdso.h
76
if (swap_uint32(shdr->sh_type) ==
SHT_SYMTAB
)
in get_symbols()
/kernel/linux/linux-6.6/arch/mips/vdso/
H
A
D
genvdso.h
76
if (swap_uint32(shdr->sh_type) ==
SHT_SYMTAB
)
in get_symbols()
/kernel/linux/linux-5.10/arch/sparc/vdso/
H
A
D
vdso2c.h
68
if (GET_BE(&sh->sh_type) ==
SHT_SYMTAB
)
in go()
/kernel/linux/linux-6.6/arch/sparc/vdso/
H
A
D
vdso2c.h
68
if (GET_BE(&sh->sh_type) ==
SHT_SYMTAB
)
in go()
/kernel/linux/linux-5.10/arch/x86/tools/
H
A
D
relocs.c
283
if (sec->shdr.sh_type !=
SHT_SYMTAB
)
in sym_lookup()
473
if (sec->shdr.sh_type !=
SHT_SYMTAB
) {
in read_symtabs()
552
if (sec->shdr.sh_type !=
SHT_SYMTAB
) {
in print_absolute_symbols()
/kernel/linux/linux-6.6/arch/x86/tools/
H
A
D
relocs.c
294
if (sec->shdr.sh_type !=
SHT_SYMTAB
)
in sym_lookup()
523
case
SHT_SYMTAB
:
in read_symtabs()
609
if (sec->shdr.sh_type !=
SHT_SYMTAB
) {
in print_absolute_symbols()
/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/
H
A
D
vma_map.c
174
if (shdr.sh_type !=
SHT_SYMTAB
)
in create_vma_map()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
module.c
65
for (symidx = 0; sechdrs[symidx].sh_type !=
SHT_SYMTAB
; symidx++) {
in module_frob_arch_sections()
/kernel/linux/linux-5.10/arch/x86/entry/vdso/
H
A
D
vdso2c.h
74
if (GET_LE(&sh->sh_type) ==
SHT_SYMTAB
)
in go()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
module.c
65
for (symidx = 0; sechdrs[symidx].sh_type !=
SHT_SYMTAB
; symidx++) {
in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
vpe.c
633
if (sechdrs[i].sh_type ==
SHT_SYMTAB
) {
in vpe_elfload()
713
if (sechdrs[i].sh_type ==
SHT_SYMTAB
) {
in vpe_elfload()
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
module-plts.c
231
else if (s->sh_type ==
SHT_SYMTAB
)
in module_frob_arch_sections()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
module.c
79
if (s->sh_type ==
SHT_SYMTAB
)
in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
module-plts.c
226
else if (s->sh_type ==
SHT_SYMTAB
)
in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
module.c
79
if (s->sh_type ==
SHT_SYMTAB
)
in module_frob_arch_sections()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
elf.h
273
#define
SHT_SYMTAB
2
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
elf.h
274
#define
SHT_SYMTAB
2
macro
/kernel/linux/linux-6.6/arch/x86/entry/vdso/
H
A
D
vdso2c.h
109
if (GET_LE(&sh->sh_type) ==
SHT_SYMTAB
)
in go()
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/
H
A
D
load.c
150
if (sections[i].sh_type ==
SHT_SYMTAB
) {
in encl_get_entry()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
elf.h
228
#define
SHT_SYMTAB
2
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
elf.h
228
#define
SHT_SYMTAB
2
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
elf.h
214
#define
SHT_SYMTAB
2
macro
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
vpe.c
634
if (sechdrs[i].sh_type ==
SHT_SYMTAB
) {
in vpe_elfload()
714
if (sechdrs[i].sh_type ==
SHT_SYMTAB
) {
in vpe_elfload()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
module_64.c
297
if (sechdrs[i].sh_type ==
SHT_SYMTAB
) {
in get_got_size()
432
if (sechdrs[i].sh_type ==
SHT_SYMTAB
)
in module_frob_arch_sections()
Completed in 19 milliseconds
1
2
3