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:aux_symdata
(Results
1 - 3
of
3
) sorted by relevance
/third_party/elfutils/libdwfl/
H
A
D
dwfl_module_getsym.c
62
if (mod->
aux_symdata
== NULL
in __libdwfl_getsym()
77
symdata = mod->
aux_symdata
;
in __libdwfl_getsym()
95
symdata = mod->
aux_symdata
;
in __libdwfl_getsym()
H
A
D
dwfl_module_getdwarf.c
1054
if (mod->symdata != NULL || mod->
aux_symdata
!= NULL /* Already done. */
in find_symtab()
1286
mod->
aux_symdata
= elf_getdata (aux_symscn, NULL);
in find_symtab()
1287
if (mod->
aux_symdata
== NULL || mod->
aux_symdata
->d_buf == NULL)
in find_symtab()
1292
if (mod->aux_syments > mod->
aux_symdata
->d_size / shdr->sh_entsize
in find_symtab()
H
A
D
libdwflP.h
183
Elf_Data *
aux_symdata
; /* Data in the auxiliary ELF symbol table. */
member
Completed in 7 milliseconds