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:lookup_addr
(Results
1 - 4
of
4
) sorted by relevance
/third_party/elfutils/libdwfl/
H
A
D
segment.c
56
bool need_start = (i == 0 || dwfl->
lookup_addr
[i - 1] != start);
in insert()
58
|| dwfl->
lookup_addr
[i + 1] != end);
in insert()
66
GElf_Addr *naddr = realloc (dwfl->
lookup_addr
, sizeof naddr[0] * n);
in insert()
72
if (naddr != dwfl->
lookup_addr
)
in insert()
77
dwfl->
lookup_addr
= naddr;
in insert()
97
memmove (&dwfl->
lookup_addr
[i + need], &dwfl->
lookup_addr
[i],
in insert()
98
move * sizeof dwfl->
lookup_addr
[0]);
in insert()
108
dwfl->
lookup_addr
[i] = start;
in insert()
119
dwfl->
lookup_addr
[
in insert()
[all...]
H
A
D
dwfl_end.c
48
free (dwfl->
lookup_addr
);
in dwfl_end()
H
A
D
dwfl_segment_report_module.c
85
while (dwfl->
lookup_addr
[segment] < addr);
in addr_segndx()
315
GElf_Addr start = dwfl->
lookup_addr
[segment];
in dwfl_segment_report_module()
H
A
D
libdwflP.h
135
GElf_Addr *
lookup_addr
; /* Start address of segment. */
member
Completed in 4 milliseconds