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_elts
(Results
1 - 6
of
6
) sorted by relevance
/third_party/elfutils/libdwfl/
H
A
D
segment.c
57
bool need_end = (i + 1 >= dwfl->
lookup_elts
in insert()
63
if (dwfl->lookup_alloc - dwfl->
lookup_elts
< need)
in insert()
94
if (unlikely (i < dwfl->
lookup_elts
))
in insert()
96
const size_t move = dwfl->
lookup_elts
- i;
in insert()
125
dwfl->
lookup_elts
+= need;
in insert()
135
&& ((size_t) hint + 1 == dwfl->
lookup_elts
in lookup()
140
size_t l = 0, u = dwfl->
lookup_elts
;
in lookup()
149
if (l == dwfl->
lookup_elts
|| address < dwfl->lookup_addr[l])
in lookup()
198
if ((size_t) idx + 1 < dwfl->
lookup_elts
in reify_segments()
222
while ((size_t) idx < dwfl->
lookup_elts
in reify_segments()
[all...]
H
A
D
dwfl_getmodules.c
68
if ((size_t) offset - 1 == dwfl->
lookup_elts
)
in dwfl_getmodules()
71
if (unlikely ((size_t) offset - 1 > dwfl->
lookup_elts
))
in dwfl_getmodules()
91
: (((m == NULL ? (ptrdiff_t) dwfl->
lookup_elts
+ 1
in dwfl_getmodules()
H
A
D
dwfl_segment_report_module.c
82
if (++segment >= dwfl->
lookup_elts
- 1)
in addr_segndx()
90
if (++segment >= dwfl->
lookup_elts
- 1)
in addr_segndx()
303
if (segment >= dwfl->
lookup_elts
)
in dwfl_segment_report_module()
304
segment = dwfl->
lookup_elts
- 1;
in dwfl_segment_report_module()
312
if (++segment == dwfl->
lookup_elts
)
in dwfl_segment_report_module()
H
A
D
dwfl_module.c
138
dwfl->
lookup_elts
= 0;
in INTDEF()
H
A
D
libdwflP.h
133
size_t
lookup_elts
; /* Elements in use. */
member
H
A
D
link_map.c
336
segments. DWFL->
lookup_elts
is probably twice that number, so it
in report_r_debug()
340
while (next != 0 && ++iterations < dwfl->
lookup_elts
)
in report_r_debug()
Completed in 9 milliseconds