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

  /external/valgrind/coregrind/m_initimg/
initimg-darwin.c 119 const HChar* ld_preload = "DYLD_INSERT_LIBRARIES="; local
123 Int ld_preload_len = VG_(strlen)( ld_preload );
181 if (VG_(memcmp)(*cpp, ld_preload, ld_preload_len) == 0) {
186 ld_preload, preload_string, (*cpp)+ld_preload_len);
209 VG_(snprintf)(cp, len, "%s%s", ld_preload, preload_string);
initimg-linux.c 114 LD_PRELOAD=$VALGRIND_LIB/vgpreload_core-PLATFORM.so:
116 $LD_PRELOAD
132 const HChar* ld_preload = "LD_PRELOAD="; local
134 Int ld_preload_len = VG_(strlen)( ld_preload );
196 if (VG_(memcmp)(*cpp, ld_preload, ld_preload_len) == 0) {
201 ld_preload, preload_string, (*cpp)+ld_preload_len);
215 VG_(snprintf)(cp, len, "%s%s", ld_preload, preload_string);
774 be careful about LD_PRELOAD, etc. However, since
776 never be SUID, and we need LD_PRELOAD to work for th
    [all...]

Completed in 1216 milliseconds