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:get_main_symbol
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libabigail/tests/
H
A
D
test-symtab.cc
287
corpus->lookup_function_symbol("exported_function")->
get_main_symbol
();
299
CHECK(main_symbol->
get_main_symbol
() == main_symbol);
310
corpus->lookup_variable_symbol("exported_variable")->
get_main_symbol
();
322
CHECK(main_symbol->
get_main_symbol
() == main_symbol);
/third_party/libabigail/src/
H
A
D
abg-symtab-reader.cc
572
result.first->second->
get_main_symbol
()->add_alias(symbol_sptr);
638
// it->second->
get_main_symbol
()
651
it->second->
get_main_symbol
()->does_alias(*symbol_sptr);
H
A
D
abg-ir.cc
2176
elf_symbol::
get_main_symbol
() const
in get_main_symbol()
function in abigail::ir::elf_symbol
2183
elf_symbol::
get_main_symbol
()
in get_main_symbol()
function in abigail::ir::elf_symbol
2191
{return
get_main_symbol
().get() == this;}
in is_main_symbol()
2217
a && a.get() !=
get_main_symbol
().get();
in get_number_of_aliases()
2257
alias->priv_->next_alias_ =
get_main_symbol
();
in add_alias()
2258
alias->priv_->main_symbol_ =
get_main_symbol
();
in add_alias()
2279
return
get_main_symbol
();
in update_main_symbol()
2293
return
get_main_symbol
();
in update_main_symbol()
2363
c && (c.get() !=
get_main_symbol
().get());
in add_common_instance()
2366
if (c->get_next_common_instance().get() ==
get_main_symbol
()
in add_common_instance()
[all...]
H
A
D
abg-writer.cc
1735
const elf_symbol* main = sym.
get_main_symbol
().get();
in write_elf_symbol_reference()
H
A
D
abg-reader.cc
3252
x->second->
get_main_symbol
()->add_alias(i->second);
in build_elf_symbol_db()
/third_party/libabigail/include/
H
A
D
abg-ir.h
1049
get_main_symbol
() const;
1052
get_main_symbol
();
Completed in 33 milliseconds