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:symbol_section
(Results
1 - 2
of
2
) sorted by relevance
/third_party/elfio/elfio/
H
A
D
elfio_symbols.hpp
34
S*
symbol_section
)
in symbol_section_accessor_template()
35
: elf_file( elf_file ),
symbol_section
(
symbol_section
)
in symbol_section_accessor_template()
57
if (
symbol_section
->get_entry_size() >= minimum_symbol_size &&
in get_symbols_num()
58
symbol_section
->get_size() <=
symbol_section
->get_stream_size() ) {
in get_symbols_num()
60
symbol_section
->get_size() /
symbol_section
->get_entry_size();
in get_symbols_num()
183
if (
symbol_section
->get_size() == 0 ) {
in add_symbol()
269
if ( sec->get_link() ==
symbol_section
in find_hash_section()
551
S*
symbol_section
;
global()
member in ELFIO::symbol_section_accessor_template
[all...]
/third_party/libabigail/src/
H
A
D
abg-elf-helpers.cc
1325
Elf_Scn*
symbol_section
= elf_getscn(elf_handle, sym->st_shndx);
in maybe_adjust_et_rel_sym_addr_to_abs_addr()
local
1328
if (!
symbol_section
)
in maybe_adjust_et_rel_sym_addr_to_abs_addr()
1339
if (!gelf_getshdr(
symbol_section
, §ion_header))
in maybe_adjust_et_rel_sym_addr_to_abs_addr()
Completed in 5 milliseconds