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 698 if ((*key) > elem->aMax) 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
726 Addr aMax,
736 vg_assert(aMin <= aMax);
738 if (0) VG_(printf)("add_var_to_arange: %#lx .. %#lx\n", aMin, aMax);
749 vg_assert(first->aMin <= first->aMax);
750 vg_assert(first->aMin <= aMin && aMin <= first->aMax);
    [all...]
d3basics.c     [all...]
priv_storage.h 387 Addr aMax;
837 Addr aMax,
    [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
542 that aMax is 1 less than the corresponding value in a DWARF3
543 location list. Zero length ranges, with aMax == aMin-1, are not
571 /* t-bias aMax */
592 + sizeof(UWord) /*aMin*/ + sizeof(UWord) /*aMax*/
605 p = ML_(write_Addr)(p, ~0); /*aMax*/
733 /* Denotes an address range. Both aMin and aMax are included in the
737 struct { Addr aMin; Addr aMax; }
    [all...]
debuginfo.c     [all...]
readelf.c     [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 267 milliseconds