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

  /external/valgrind/main/coregrind/m_debuginfo/
storage.c 682 *key, elem->aMin);
683 if ((*key) < elem->aMin) 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
711 Addr aMin,
722 vg_assert(aMin <= aMax);
724 if (0) VG_(printf)("add_var_to_arange: %#lx .. %#lx\n", aMin, aMax);
727 /* See if the lower end of the range (aMin) falls exactly on a
    [all...]
d3basics.c     [all...]
priv_storage.h 370 Addr aMin;
825 Addr aMin,
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
464 location list. Zero length ranges, with aMax == aMin-1, are not
488 /* t-bias aMin */
513 + sizeof(UWord) /*aMin*/ + sizeof(UWord) /*aMax*/
525 p = ML_(write_Addr)(p, 0); /*aMin*/
654 /* Denotes an address range. Both aMin and aMax are included in the
658 struct { Addr aMin; Addr aMax; }
675 if (rng1->aMin < rng2->aMin) return -1
    [all...]
debuginfo.c     [all...]
readelf.c     [all...]

Completed in 50 milliseconds