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_sym
(Results
1 - 4
of
4
) sorted by relevance
/third_party/elfutils/libdwfl/
H
A
D
dwfl_module_getdwarf.c
910
mod->
aux_sym
.address_sync = mod->main.address_sync;
in find_aux_address_sync()
916
|| unlikely (gelf_getehdr (mod->
aux_sym
.elf, &ehdr_aux) == NULL))
in find_aux_address_sync()
918
mod->
aux_sym
.address_sync += ehdr_aux.e_entry - ehdr_main.e_entry;
in find_aux_address_sync()
922
if (mod->
aux_sym
.address_sync != 0)
in find_aux_address_sync()
923
return find_prelink_address_sync (mod, &mod->
aux_sym
) == DWFL_E_NOERROR;
in find_aux_address_sync()
983
mod->
aux_sym
.elf = elf_memory (buffer, size);
in find_aux_sym()
984
if (mod->
aux_sym
.elf == NULL)
in find_aux_sym()
988
mod->
aux_sym
.fd = -1;
in find_aux_sym()
989
mod->
aux_sym
.elf->flags |= ELF_F_MALLOCED;
in find_aux_sym()
990
if (open_elf (mod, &mod->
aux_sym
) !
in find_aux_sym()
[all...]
H
A
D
dwfl_module_getsym.c
76
elf = mod->
aux_sym
.elf;
in __libdwfl_getsym()
94
elf = mod->
aux_sym
.elf;
in __libdwfl_getsym()
H
A
D
libdwflP.h
173
struct dwfl_file main, debug,
aux_sym
;
member
185
size_t aux_syments; /* sh_size / sh_entsize of
aux_sym
section. */
187
int aux_first_global; /* Index of first global of
aux_sym
table. */
189
Elf_Data *aux_symstrdata; /* Data for
aux_sym
string table. */
367
- mod->
aux_sym
.address_sync
in dwfl_adjusted_aux_sym_addr()
376
+ mod->
aux_sym
.address_sync);
in dwfl_deadjust_aux_sym_addr()
H
A
D
dwfl_module.c
113
free_file (&mod->
aux_sym
);
in __libdwfl_module_free()
Completed in 5 milliseconds