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:elferr
(Results
1 - 4
of
4
) sorted by relevance
/third_party/elfutils/libdwfl/
H
A
D
dwfl_module_getdwarf.c
184
mod->
elferr
= INTUSE(dwfl_errno) ();
in mod_verify_build_id()
189
mod->
elferr
= DWFL_E_WRONG_ID_ELF;
in mod_verify_build_id()
213
|| mod->
elferr
!= DWFL_E_NOERROR) /* Cached failure. */
in __libdwfl_getelf()
220
mod->
elferr
= open_elf (mod, &mod->main);
in __libdwfl_getelf()
221
if (mod->
elferr
!= DWFL_E_NOERROR)
in __libdwfl_getelf()
1059
mod->symerr = mod->
elferr
;
in find_symtab()
1133
elferr
:
in find_symtab()
1149
goto
elferr
;
in find_symtab()
1154
goto
elferr
;
in find_symtab()
1158
goto
elferr
;
in find_symtab()
[all...]
H
A
D
dwfl_module_eh_cfi.c
49
if (mod->
elferr
!= DWFL_E_NOERROR)
in dwfl_module_eh_cfi()
51
__libdwfl_seterrno (mod->
elferr
);
in dwfl_module_eh_cfi()
H
A
D
dwfl_module_getelf.c
42
if (mod->
elferr
== DWFL_E_NOERROR)
in dwfl_module_getelf()
68
__libdwfl_seterrno (mod->
elferr
);
in dwfl_module_getelf()
H
A
D
libdwflP.h
177
Dwfl_Error
elferr
; /* Previous failure to open main file. */
member
469
/* Find the main ELF file, update MOD->
elferr
and/or MOD->main.elf. */
Completed in 4 milliseconds