HomeSort by relevance Sort by last modified time
    Searched refs:aMax (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 684 if ((*key) > elem->aMax) return 1;
697 VG_(printf)(" %#lx .. %#lx: %lu vars\n", range->aMin, range->aMax,
703 /* Add the variable 'var' to 'scope' for the address range [aMin,aMax]
704 (inclusive of aMin and aMax). Split existing ranges as required if
705 aMin or aMax or both don't match existing range boundaries, and add
712 Addr aMax,
722 vg_assert(aMin <= aMax);
724 if (0) VG_(printf)("add_var_to_arange: %#lx .. %#lx\n", aMin, aMax);
735 vg_assert(first->aMin <= first->aMax);
736 vg_assert(first->aMin <= aMin && aMin <= first->aMax);
    [all...]
d3basics.c     [all...]
priv_storage.h 371 Addr aMax;
826 Addr aMax,
readdwarf3.c 448 (Addr aMin; Addr aMax; UShort nbytes; ..bytes..; UChar isEnd)
451 valid when aMin <= pc <= aMax (possibly after suitable biasing).
458 biasMe is 1 if the aMin/aMax fields need this DebugInfo's
463 that aMax is 1 less than the corresponding value in a DWARF3
464 location list. Zero length ranges, with aMax == aMin-1, are not
492 /* t-bias aMax */
513 + sizeof(UWord) /*aMin*/ + sizeof(UWord) /*aMax*/
526 p = ML_(write_Addr)(p, ~0); /*aMax*/
654 /* Denotes an address range. Both aMin and aMax are included in the
658 struct { Addr aMin; Addr aMax; }
    [all...]
debuginfo.c     [all...]
readelf.c     [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterLogic.java 786 Archive aMax = null;
    [all...]

Completed in 69 milliseconds