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:ELF64_ST_BIND
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H
A
D
relocs_64.c
15
#define ELF_ST_BIND(o)
ELF64_ST_BIND
(o)
/kernel/linux/linux-5.10/arch/x86/tools/
H
A
D
relocs_64.c
15
#define ELF_ST_BIND(o)
ELF64_ST_BIND
(o)
/kernel/linux/linux-6.6/arch/x86/tools/
H
A
D
relocs_64.c
15
#define ELF_ST_BIND(o)
ELF64_ST_BIND
(o)
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H
A
D
relocs_64.c
28
#define ELF_ST_BIND(o)
ELF64_ST_BIND
(o)
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H
A
D
relocs_64.c
28
#define ELF_ST_BIND(o)
ELF64_ST_BIND
(o)
/kernel/linux/linux-5.10/tools/testing/selftests/vDSO/
H
A
D
parse_vdso.c
215
if (
ELF64_ST_BIND
(sym->st_info) != STB_GLOBAL &&
in vdso_sym()
216
ELF64_ST_BIND
(sym->st_info) != STB_WEAK)
in vdso_sym()
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/
H
A
D
parse_vdso.c
215
if (
ELF64_ST_BIND
(sym->st_info) != STB_GLOBAL &&
in vdso_sym()
216
ELF64_ST_BIND
(sym->st_info) != STB_WEAK)
in vdso_sym()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
genelf.h
63
#define ELF_ST_BIND(a)
ELF64_ST_BIND
(a)
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
genelf.h
68
#define ELF_ST_BIND(a)
ELF64_ST_BIND
(a)
/kernel/linux/linux-6.6/scripts/mod/
H
A
D
modpost.h
44
#define ELF_ST_BIND
ELF64_ST_BIND
/kernel/linux/linux-5.10/scripts/mod/
H
A
D
modpost.h
45
#define ELF_ST_BIND
ELF64_ST_BIND
/kernel/linux/linux-5.10/scripts/
H
A
D
sorttable.h
55
# define ELF_ST_BIND
ELF64_ST_BIND
H
A
D
recordmcount.h
88
# define ELF_ST_BIND
ELF64_ST_BIND
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
elf.h
139
#define
ELF64_ST_BIND
(x) ELF_ST_BIND(x)
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
elf.h
140
#define
ELF64_ST_BIND
(x) ELF_ST_BIND(x)
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
elf.h
116
#define
ELF64_ST_BIND
(x) ELF_ST_BIND(x)
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
elf.h
116
#define
ELF64_ST_BIND
(x) ELF_ST_BIND(x)
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
elf.h
102
#define
ELF64_ST_BIND
(x) ELF_ST_BIND(x)
macro
/kernel/linux/linux-6.6/scripts/
H
A
D
sorttable.h
61
# define ELF_ST_BIND
ELF64_ST_BIND
H
A
D
recordmcount.h
88
# define ELF_ST_BIND
ELF64_ST_BIND
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
linker.c
790
int sym_bind =
ELF64_ST_BIND
(sym->st_info);
in linker_sanity_check_elf_symtab()
1799
sym->st_info = ELF64_ST_INFO(
ELF64_ST_BIND
(sym->st_info), sym_type);
in sym_update_type()
1824
sym_bind =
ELF64_ST_BIND
(sym->st_info);
in linker_append_elf_sym()
H
A
D
libbpf.c
847
if (sec_idx != obj->efile.text_shndx &&
ELF64_ST_BIND
(sym->st_info) == STB_LOCAL) {
in bpf_object__add_programs()
880
if (
ELF64_ST_BIND
(sym->st_info) != STB_LOCAL
in bpf_object__add_programs()
1478
if (
ELF64_ST_BIND
(sym->st_info) != STB_GLOBAL &&
in find_elf_var_sym()
1479
ELF64_ST_BIND
(sym->st_info) != STB_WEAK)
in find_elf_var_sym()
3568
int bind =
ELF64_ST_BIND
(sym->st_info);
in sym_is_extern()
3577
int bind =
ELF64_ST_BIND
(sym->st_info);
in sym_is_subprog()
3827
ext->is_weak =
ELF64_ST_BIND
(sym->st_info) == STB_WEAK;
in bpf_object__collect_externs()
Completed in 37 milliseconds