OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aMin
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/coregrind/m_debuginfo/
storage.c
696
*key, elem->
aMin
);
697
if ((*key) < elem->
aMin
) return -1;
711
VG_(printf)(" %#lx .. %#lx: %lu vars\n", range->
aMin
, range->aMax,
717
/* Add the variable 'var' to 'scope' for the address range [
aMin
,aMax]
718
(inclusive of
aMin
and aMax). Split existing ranges as required if
719
aMin
or aMax or both don't match existing range boundaries, and add
725
Addr
aMin
,
736
vg_assert(
aMin
<= aMax);
738
if (0) VG_(printf)("add_var_to_arange: %#lx .. %#lx\n",
aMin
, aMax);
741
/* See if the lower end of the range (
aMin
) falls exactly on a
[
all
...]
d3basics.c
[
all
...]
priv_storage.h
386
Addr
aMin
;
836
Addr
aMin
,
[
all
...]
readdwarf3.c
527
(Addr
aMin
; Addr aMax; UShort nbytes; ..bytes..; UChar isEnd)
530
valid when
aMin
<= pc <= aMax (possibly after suitable biasing).
537
biasMe is 1 if the
aMin
/aMax fields need this DebugInfo's
543
location list. Zero length ranges, with aMax ==
aMin
-1, are not
567
/* t-bias
aMin
*/
592
+ sizeof(UWord) /*
aMin
*/ + sizeof(UWord) /*aMax*/
604
p = ML_(write_Addr)(p, 0); /*
aMin
*/
733
/* Denotes an address range. Both
aMin
and aMax are included in the
737
struct { Addr
aMin
; Addr aMax; }
754
if (rng1->
aMin
< rng2->aMin) return -1
[
all
...]
debuginfo.c
[
all
...]
readelf.c
[
all
...]
Completed in 5754 milliseconds