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:SHN_COMMON
(Results
1 - 23
of
23
) sorted by relevance
/third_party/elfutils/libdwfl/
H
A
D
relocate.c
195
case
SHN_COMMON
:
in relocate_getsym()
282
if (shndx == SHN_UNDEF || shndx ==
SHN_COMMON
in resolve_symbol()
369
if (shndx == SHN_UNDEF || shndx ==
SHN_COMMON
)
in relocate()
374
&& !(error == DWFL_E_RELUNDEF && shndx ==
SHN_COMMON
))
in relocate()
H
A
D
dwfl_module_getsym.c
156
case
SHN_COMMON
:
in __libdwfl_getsym()
/third_party/elfutils/libebl/
H
A
D
eblsectionname.c
51
else if (section ==
SHN_COMMON
)
in ebl_section_name()
/third_party/elfutils/tests/
H
A
D
asm-tst7.c
145
if (sym->st_shndx !=
SHN_COMMON
)
in main()
/third_party/elfio/c_wrapper/
H
A
D
elf_types_c_wrapper.hpp
461
#define
SHN_COMMON
0xFFF2
macro
/third_party/elfutils/libasm/
H
A
D
asm_end.c
213
ndx =
SHN_COMMON
;
in binary_end()
/third_party/libabigail/src/
H
A
D
abg-symtab-reader.cc
358
const bool sym_is_common = sym->st_shndx ==
SHN_COMMON
;
in load_()
H
A
D
abg-dwarf-reader.cc
747
symbol.st_shndx ==
SHN_COMMON
,
in lookup_symbol_from_sysv_hash_tab()
1037
symbol.st_shndx ==
SHN_COMMON
,
in lookup_symbol_from_gnu_hash_tab()
1179
bool sym_is_common = sym->st_shndx ==
SHN_COMMON
;
in lookup_symbol_from_symtab()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H
A
D
ELFObjectFile.h
519
case ELF::
SHN_COMMON
:
in getSymbolAddress()
546
if (Sym->st_shndx == ELF::
SHN_COMMON
)
in getSymbolAlignment()
650
if (ESym->getType() == ELF::STT_COMMON || ESym->st_shndx == ELF::
SHN_COMMON
)
in getSymbolFlags()
H
A
D
ELFTypes.h
219
return getType() == ELF::STT_COMMON || st_shndx == ELF::
SHN_COMMON
;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
ELF.h
659
SHN_COMMON
= 0xfff2, // FORTRAN COMMON or C external global variables
enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
ELF.h
809
SHN_COMMON
= 0xfff2, // FORTRAN COMMON or C external global variables
enumerator
1496
SHN_AMDGPU_LDS = 0xff00, // Variable in LDS; symbol encoded like
SHN_COMMON
/third_party/elfutils/src/
H
A
D
nm.c
901
else if (sym->st_shndx ==
SHN_COMMON
)
in class_type_char()
H
A
D
elflint.c
741
&& sym->st_shndx !=
SHN_COMMON
)
in check_symtab()
768
if (xndx ==
SHN_COMMON
)
in check_symtab()
/third_party/elfio/elfio/
H
A
D
elf_types.hpp
489
constexpr Elf_Word
SHN_COMMON
= 0xFFF2;
member
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
366
#define
SHN_COMMON
0xfff2
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
365
#define
SHN_COMMON
0xfff2
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
365
#define
SHN_COMMON
0xfff2
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
365
#define
SHN_COMMON
0xfff2
macro
/third_party/musl/include/
H
A
D
elf.h
366
#define
SHN_COMMON
0xfff2
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H
A
D
ELFObjectWriter.cpp
535
//
SHN_COMMON
.
in writeSymbol()
660
MSD.SectionIndex = ELF::
SHN_COMMON
;
in computeSymbolTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
ELFYAML.cpp
567
ECase(
SHN_COMMON
);
in enumeration()
/third_party/elfutils/libelf/
H
A
D
elf.h
424
#define
SHN_COMMON
0xfff2 /* Associated symbol is common */
macro
Completed in 108 milliseconds