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_ABS
(Results
1 - 25
of
28
) sorted by relevance
1
2
/third_party/elfutils/libebl/
H
A
D
eblsectionname.c
49
else if (section ==
SHN_ABS
)
in ebl_section_name()
/third_party/elfutils/tests/
H
A
D
asm-tst8.c
146
if (sym->st_shndx !=
SHN_ABS
)
in main()
/third_party/elfutils/libdwfl/
H
A
D
dwfl_module_getsym.c
154
case
SHN_ABS
: /* XXX sometimes should use bias?? */
in __libdwfl_getsym()
H
A
D
relocate.c
191
case
SHN_ABS
:
in relocate_getsym()
298
if (shndx ==
SHN_ABS
) /* XXX maybe should apply bias? */
in resolve_symbol()
H
A
D
dwfl_module_addrsym.c
93
state->addr_shndx =
SHN_ABS
;
in same_section()
H
A
D
derelocate.c
274
*shndxp =
SHN_ABS
;
in dwfl_module_relocation_info()
/third_party/rust/crates/rustix/src/backend/linux_raw/
H
A
D
vdso.rs
275
|| sym.st_shndx ==
SHN_ABS
/third_party/elfio/tests/
H
A
D
ELFIOTest.cpp
265
SHN_ABS
, ELF_ST_VISIBILITY( STV_DEFAULT ) );
in TEST()
377
SHN_ABS
, ELF_ST_VISIBILITY( STV_DEFAULT ) );
in TEST()
381
SHN_ABS
, ELF_ST_VISIBILITY( STV_DEFAULT ) );
in TEST()
/third_party/elfio/c_wrapper/
H
A
D
elf_types_c_wrapper.hpp
460
#define
SHN_ABS
0xFFF1
macro
/third_party/elfutils/libasm/
H
A
D
asm_end.c
211
ndx =
SHN_ABS
;
in binary_end()
/third_party/libunwind/libunwind/src/
H
A
D
elfxx.c
133
if (sym->st_shndx !=
SHN_ABS
)
in lookup_symbol()
/third_party/libabigail/src/
H
A
D
abg-symtab-reader.cc
352
|| (sym_type == STT_OBJECT && sym->st_shndx !=
SHN_ABS
)
in load_()
H
A
D
abg-elf-helpers.cc
924
if (crc_section_index ==
SHN_ABS
)
in get_crc_for_symbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H
A
D
ELFObjectFile.h
501
if (ESym->st_shndx == ELF::
SHN_ABS
)
in getSymbolValueImpl()
521
case ELF::
SHN_ABS
:
in getSymbolAddress()
620
if (ESym->st_shndx == ELF::
SHN_ABS
)
in getSymbolFlags()
H
A
D
ELFTypes.h
216
bool isAbsolute() const { return st_shndx == ELF::
SHN_ABS
; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
ELF.h
658
SHN_ABS
= 0xfff1, // Symbol has absolute value; does not need relocation
enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
ELF.h
808
SHN_ABS
= 0xfff1, // Symbol has absolute value; does not need relocation
enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H
A
D
ELFObjectWriter.cpp
534
// This has to be in sync with when computeSymbolTable uses
SHN_ABS
or
in writeSymbol()
654
MSD.SectionIndex = ELF::
SHN_ABS
;
in computeSymbolTable()
730
ELF::
SHN_ABS
, true);
in computeSymbolTable()
/third_party/elfutils/src/
H
A
D
nm.c
884
if (sym->st_shndx ==
SHN_ABS
)
in class_type_char()
/third_party/elfio/elfio/
H
A
D
elf_types.hpp
488
constexpr Elf_Word
SHN_ABS
= 0xFFF1;
member
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
365
#define
SHN_ABS
0xfff1
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
364
#define
SHN_ABS
0xfff1
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
364
#define
SHN_ABS
0xfff1
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
364
#define
SHN_ABS
0xfff1
macro
/third_party/musl/include/
H
A
D
elf.h
365
#define
SHN_ABS
0xfff1
macro
Completed in 77 milliseconds
1
2