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

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c359 static Int find_nsegment_idx ( Addr a );
911 iLo = find_nsegment_idx( addr );
912 iHi = find_nsegment_idx( addr + len - 1 );
914 /* These 5 should be guaranteed by find_nsegment_idx. */
1048 iLo = find_nsegment_idx( addr );
1049 iHi = find_nsegment_idx( addr + len - 1 );
1051 /* These 5 should be guaranteed by find_nsegment_idx. */
1148 /* Don't call find_nsegment_idx_WRK; use find_nsegment_idx instead. */
1160 ML_(am_barf)("find_nsegment_idx: not found");
1174 inline static Int find_nsegment_idx ( Add function
[all...]

Completed in 79 milliseconds