Searched refs:find_nsegment_idx (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c346 static Int find_nsegment_idx ( Addr a );
898 iLo = find_nsegment_idx( addr );
899 iHi = find_nsegment_idx( addr + len - 1 );
901 /* These 5 should be guaranteed by find_nsegment_idx. */
1035 iLo = find_nsegment_idx( addr );
1036 iHi = find_nsegment_idx( addr + len - 1 );
1038 /* These 5 should be guaranteed by find_nsegment_idx. */
1135 /* Don't call find_nsegment_idx_WRK; use find_nsegment_idx instead. */
1147 ML_(am_barf)("find_nsegment_idx: not found");
1161 inline static Int find_nsegment_idx ( Add function
[all...]

Completed in 71 milliseconds