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_OBJECT
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/symbol/
H
A
D
kallsyms.c
11
return (type == 't' || type == 'w') ? STT_FUNC :
STT_OBJECT
;
in kallsyms2elf_type()
/kernel/linux/linux-6.6/tools/lib/symbol/
H
A
D
kallsyms.c
11
return (type == 't' || type == 'w') ? STT_FUNC :
STT_OBJECT
;
in kallsyms2elf_type()
/kernel/linux/linux-5.10/include/linux/
H
A
D
linkage.h
85
#define SYM_T_OBJECT
STT_OBJECT
/kernel/linux/linux-6.6/include/linux/
H
A
D
linkage.h
85
#define SYM_T_OBJECT
STT_OBJECT
/kernel/linux/linux-5.10/scripts/
H
A
D
sorttable.h
333
if (ELF_ST_TYPE(sym->st_info) !=
STT_OBJECT
)
in do_sort()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
elf.h
128
#define
STT_OBJECT
1
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
elf.h
129
#define
STT_OBJECT
1
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
elf.h
106
#define
STT_OBJECT
1
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
elf.h
106
#define
STT_OBJECT
1
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
elf.h
92
#define
STT_OBJECT
1
macro
/kernel/linux/linux-6.6/kernel/module/
H
A
D
kallsyms.c
43
if (ELF_ST_TYPE(sym->st_info) ==
STT_OBJECT
)
in elf_type()
/kernel/linux/linux-6.6/scripts/
H
A
D
sorttable.h
432
if (ELF_ST_TYPE(sym->st_info) !=
STT_OBJECT
)
in do_sort()
/kernel/linux/linux-5.10/arch/x86/tools/
H
A
D
relocs.c
146
SYM_TYPE(
STT_OBJECT
),
in sym_type()
/kernel/linux/linux-6.6/arch/x86/tools/
H
A
D
relocs.c
157
SYM_TYPE(
STT_OBJECT
),
in sym_type()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
sort.c
375
if (sym->type ==
STT_OBJECT
) {
in _hist_entry__sym_snprintf()
1146
if (sym->type ==
STT_OBJECT
) {
in _hist_entry__addr_snprintf()
H
A
D
symbol-elf.c
130
return elf_sym__type(sym) ==
STT_OBJECT
&&
in elf_sym__is_object()
/kernel/linux/linux-5.10/scripts/mod/
H
A
D
file2alias.c
1463
if (ELF_ST_TYPE(sym->st_info) !=
STT_OBJECT
)
in handle_moddevtable()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
symbol-elf.c
140
return elf_sym__type(sym) ==
STT_OBJECT
&&
in elf_sym__is_object()
H
A
D
sort.c
315
if (sym->type ==
STT_OBJECT
) {
in _hist_entry__sym_snprintf()
/kernel/linux/linux-6.6/scripts/mod/
H
A
D
file2alias.c
1579
if (ELF_ST_TYPE(sym->st_info) !=
STT_OBJECT
)
in handle_moddevtable()
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
linker.c
2205
sym = find_sym_by_name(obj, sec->sec_idx,
STT_OBJECT
, var_name);
in linker_fixup_btf()
H
A
D
libbpf.c
1475
if (ELF64_ST_TYPE(sym->st_info) !=
STT_OBJECT
)
in find_elf_var_sym()
/kernel/linux/linux-5.10/kernel/
H
A
D
module.c
2694
if (ELF_ST_TYPE(sym->st_info) ==
STT_OBJECT
)
in elf_type()
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
libbpf.c
1278
GELF_ST_TYPE(sym.st_info) !=
STT_OBJECT
)
in bpf_object__variable_offset()
Completed in 73 milliseconds