HomeSort by relevance Sort by last modified time
    Searched full:ld_preload_len (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 124 Int ld_preload_len = VG_(strlen)( ld_preload ); local
185 if (VG_(memcmp)(*cpp, ld_preload, ld_preload_len) == 0) {
191 ld_preload, preload_string, (*cpp)+ld_preload_len);
212 Int len = ld_preload_len + preload_string_len;
initimg-linux.c 132 Int ld_preload_len = VG_(strlen)( ld_preload ); local
200 if (VG_(memcmp)(*cpp, ld_preload, ld_preload_len) == 0) {
206 ld_preload, preload_string, (*cpp)+ld_preload_len);
217 Int len = ld_preload_len + preload_string_len;
    [all...]

Completed in 59 milliseconds