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:has_aliases
(Results
1 - 8
of
8
) sorted by relevance
/third_party/libabigail/tests/
H
A
D
test-symtab.cc
297
CHECK(main_symbol->
has_aliases
());
320
CHECK(main_symbol->
has_aliases
());
/third_party/libabigail/src/
H
A
D
abg-suppression.cc
2539
if (sym->
has_aliases
() && sym->get_alias_from_name(fname))
in suppresses_function()
2573
if (sym->
has_aliases
())
in suppresses_function()
2604
if (sym->
has_aliases
())
in suppresses_function()
2657
if (sym->
has_aliases
())
in suppresses_function()
2684
if (sym->
has_aliases
())
in suppresses_function()
H
A
D
abg-leaf-reporter.cc
1145
if ((fn->get_symbol()->
has_aliases
()
in report()
H
A
D
abg-default-reporter.cc
1850
(fn->get_symbol()->
has_aliases
()
in report()
H
A
D
abg-ir.cc
2205
elf_symbol::
has_aliases
() const
in has_aliases()
function in abigail::ir::elf_symbol
2234
ABG_ASSERT(!alias->
has_aliases
());
in add_alias()
2237
if (
has_aliases
())
in add_alias()
2278
if (!
has_aliases
() || get_name() == name)
in update_main_symbol()
20626
if (s->
has_aliases
())
in get_id()
H
A
D
abg-writer.cc
1687
if (!sym.is_main_symbol() || !sym.
has_aliases
())
in write_elf_symbol_aliases()
H
A
D
abg-dwarf-reader.cc
14480
if (symbol->
has_aliases
())
14651
if (symbol->
has_aliases
())
/third_party/libabigail/include/
H
A
D
abg-ir.h
1064
has_aliases
() const;
Completed in 66 milliseconds