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 - 12
of
12
) sorted by relevance
/third_party/ltp/libs/libltpvdso/
H
A
D
parse_vdso.c
245
if (
ELF64_ST_BIND
(sym->st_info) != STB_GLOBAL &&
in vdso_sym()
246
ELF64_ST_BIND
(sym->st_info) != STB_WEAK)
in vdso_sym()
/third_party/libbpf/src/
H
A
D
libbpf_internal.h
57
#define
ELF64_ST_BIND
(val) ELF_ST_BIND (val)
macro
58
#define GELF_ST_BIND(val)
ELF64_ST_BIND
(val)
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
890
if (sec_idx != obj->efile.text_shndx &&
ELF64_ST_BIND
(sym->st_info) == STB_LOCAL) {
in bpf_object__add_programs()
918
if (
ELF64_ST_BIND
(sym->st_info) != STB_LOCAL)
in bpf_object__add_programs()
1563
if (
ELF64_ST_BIND
(sym->st_info) != STB_GLOBAL &&
1564
ELF64_ST_BIND
(sym->st_info) != STB_WEAK)
3943
int bind =
ELF64_ST_BIND
(sym->st_info);
3952
int bind =
ELF64_ST_BIND
(sym->st_info);
4211
ext->is_weak =
ELF64_ST_BIND
(sym->st_info) == STB_WEAK;
/third_party/elfutils/libelf/
H
A
D
gelf.h
130
#define GELF_ST_BIND(val)
ELF64_ST_BIND
(val)
H
A
D
elf.h
579
#define
ELF64_ST_BIND
(val) ELF32_ST_BIND (val)
macro
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H
A
D
elf_mem_image.cc
52
int ElfBind(const ElfW(Sym) *symbol) { return
ELF64_ST_BIND
(symbol->st_info); }
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
494
#define
ELF64_ST_BIND
(val) ELF32_ST_BIND (val)
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
492
#define
ELF64_ST_BIND
(val) ELF32_ST_BIND (val)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
492
#define
ELF64_ST_BIND
(val) ELF32_ST_BIND (val)
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
492
#define
ELF64_ST_BIND
(val) ELF32_ST_BIND (val)
macro
/third_party/musl/include/
H
A
D
elf.h
500
#define
ELF64_ST_BIND
(val) ELF32_ST_BIND (val)
macro
Completed in 86 milliseconds