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:STT_SECTION
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/arch/x86/
H
A
D
special.c
104
if (!text_reloc || text_reloc->sym->type !=
STT_SECTION
||
in arch_find_switch_table()
/kernel/linux/linux-6.6/tools/objtool/arch/x86/
H
A
D
special.c
98
if (!text_reloc || text_reloc->sym->type !=
STT_SECTION
||
in arch_find_switch_table()
H
A
D
decode.c
629
if (disp->sym->type ==
STT_SECTION
)
in arch_decode_instruction()
/kernel/linux/linux-5.10/arch/arc/kernel/
H
A
D
module.c
85
if (sym_entry->st_name == 0 && ELF_ST_TYPE (sym_entry->st_info) ==
STT_SECTION
) {
in apply_relocate_add()
/kernel/linux/linux-6.6/arch/arc/kernel/
H
A
D
module.c
85
if (sym_entry->st_name == 0 && ELF_ST_TYPE (sym_entry->st_info) ==
STT_SECTION
) {
in apply_relocate_add()
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
orc_dump.c
166
if (GELF_ST_TYPE(sym.st_info) ==
STT_SECTION
) {
in orc_dump()
H
A
D
check.c
464
if (reloc->sym->type !=
STT_SECTION
) {
in add_dead_ends()
499
if (reloc->sym->type !=
STT_SECTION
) {
in add_dead_ends()
727
case
STT_SECTION
:
in add_ignores()
932
if (reloc->sym->type !=
STT_SECTION
) {
in add_ignore_alternatives()
1150
} else if (reloc->sym->type ==
STT_SECTION
) {
in add_jump_destinations()
1286
} else if (reloc->sym->type ==
STT_SECTION
) {
in add_call_destinations()
1847
if (reloc->sym->type !=
STT_SECTION
) {
in read_retpoline_hints()
1884
if (reloc->sym->type !=
STT_SECTION
) {
in read_instr_hints()
1903
if (reloc->sym->type !=
STT_SECTION
) {
in read_instr_hints()
1933
if (reloc->sym->type !=
STT_SECTION
) {
in read_intra_function_calls()
[all...]
H
A
D
elf.c
171
if (s->offset == offset && s->type !=
STT_SECTION
)
in find_symbol_by_offset()
199
if (s->type !=
STT_SECTION
)
in find_symbol_containing()
434
if (GELF_ST_TYPE(sym->sym.st_info) ==
STT_SECTION
) {
in read_symbols()
716
sym->sym.st_info = GELF_ST_INFO(STB_LOCAL,
STT_SECTION
);
in elf_create_section_symbol()
/kernel/linux/linux-6.6/tools/objtool/
H
A
D
elf.c
124
if (s->type !=
STT_SECTION
)
in symbol_hole_by_offset()
175
if (iter->offset == offset && iter->type !=
STT_SECTION
)
in find_symbol_by_offset()
201
if (iter->type !=
STT_SECTION
)
in find_symbol_containing()
500
if (GELF_ST_TYPE(sym->sym.st_info) ==
STT_SECTION
) {
in read_symbols()
807
sym->sym.st_info = GELF_ST_INFO(STB_LOCAL,
STT_SECTION
);
in elf_create_section_symbol()
H
A
D
orc_dump.c
177
if (GELF_ST_TYPE(sym.st_info) ==
STT_SECTION
) {
in orc_dump()
H
A
D
check.c
511
if (func->type ==
STT_SECTION
)
in add_pv_ops()
598
if (reloc->sym->type !=
STT_SECTION
) {
in add_dead_ends()
637
if (reloc->sym->type !=
STT_SECTION
) {
in add_dead_ends()
1038
case
STT_SECTION
:
in add_ignores()
1274
if (reloc->sym->type !=
STT_SECTION
) {
in add_ignore_alternatives()
1566
} else if (reloc->sym->type ==
STT_SECTION
) {
in add_jump_destinations()
1644
*
STT_SECTION
reloc.
in add_jump_destinations()
1701
} else if (reloc->sym->type ==
STT_SECTION
) {
in add_call_destinations()
2330
if (reloc->sym->type !=
STT_SECTION
) {
in read_retpoline_hints()
2366
if (reloc->sym->type !=
STT_SECTION
) {
in read_instr_hints()
[all...]
/kernel/linux/linux-5.10/arch/alpha/kernel/
H
A
D
module.c
258
if (ELF64_ST_TYPE (sym->st_info) ==
STT_SECTION
)
in apply_relocate_add()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H
A
D
module.c
258
if (ELF64_ST_TYPE (sym->st_info) ==
STT_SECTION
)
in apply_relocate_add()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
elf.h
130
#define
STT_SECTION
3
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
elf.h
131
#define
STT_SECTION
3
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
elf.h
108
#define
STT_SECTION
3
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
elf.h
108
#define
STT_SECTION
3
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
elf.h
94
#define
STT_SECTION
3
macro
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
linker.c
119
/* corresponding
STT_SECTION
symbol index in SYMTAB */
827
if (sym_type ==
STT_SECTION
) {
in linker_sanity_check_elf_symtab()
1839
/* allow only one
STT_SECTION
symbol per section */
in linker_append_elf_sym()
1840
if (sym_type ==
STT_SECTION
&& dst_sec->sec_sym_idx) {
in linker_append_elf_sym()
1981
if (sym_type ==
STT_SECTION
&& dst_sym) {
in linker_append_elf_sym()
2071
if (ELF64_ST_TYPE(src_sym->st_info) ==
STT_SECTION
) {
in linker_append_elf_relos()
2091
pr_warn("relocation against
STT_SECTION
in non-exec section is not supported!\n");
in linker_append_elf_relos()
H
A
D
libbpf.c
3585
if (bind == STB_LOCAL && type ==
STT_SECTION
)
in sym_is_subprog()
4297
* in such case, symbol will be
STT_SECTION
and sym.st_name
in bpf_object__collect_prog_relos()
4301
if (ELF64_ST_TYPE(sym->st_info) ==
STT_SECTION
&& sym->st_name == 0)
in bpf_object__collect_prog_relos()
6278
* relocation is against
STT_SECTION
and insn->imm
in bpf_object__reloc_code()
/kernel/linux/linux-5.10/arch/x86/tools/
H
A
D
relocs.c
148
SYM_TYPE(
STT_SECTION
),
in sym_type()
/kernel/linux/linux-6.6/arch/x86/tools/
H
A
D
relocs.c
159
SYM_TYPE(
STT_SECTION
),
in sym_type()
/kernel/linux/linux-5.10/scripts/mod/
H
A
D
modpost.c
1316
if (ELF_ST_TYPE(sym->st_info) ==
STT_SECTION
)
in find_elf_symbol()
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
libbpf.c
3546
* in such case, symbol will be
STT_SECTION
and sym.st_name
in bpf_object__collect_prog_relos()
3550
if (GELF_ST_TYPE(sym.st_info) ==
STT_SECTION
&& sym.st_name == 0)
in bpf_object__collect_prog_relos()
6242
* relocation is against
STT_SECTION
and insn->imm
in bpf_object__reloc_code()
Completed in 56 milliseconds