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

/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-common.c291 struct vki_stat64 buf64; local
292 res = VG_(do_syscall2)(__NR_fstat64, fd, (UWord)&buf64);
294 *dev = (ULong)buf64.st_dev;
295 *ino = (ULong)buf64.st_ino;
296 *mode = (UInt) buf64.st_mode;
/external/valgrind/main/coregrind/
H A Dm_libcfile.c280 { struct vki_stat64 buf64; local
281 res = VG_(do_syscall2)(__NR_stat64, (UWord)file_name, (UWord)&buf64);
285 TRANSLATE_TO_vg_stat(vgbuf, &buf64);
311 { struct vki_stat64 buf64; local
312 res = VG_(do_syscall2)(__NR_fstat64, (UWord)fd, (UWord)&buf64);
316 TRANSLATE_TO_vg_stat(vgbuf, &buf64);
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1634 UChar* buf64 = (UChar*)arg[2]; local
1636 VG_(memset)(buf64, 0, 64);
1639 ip, &buf64[0], 50, NULL, 0, NULL, &linenum
1645 if (buf64[i] == 0)
1652 VG_(sprintf)(&buf64[i], ":%u", linenum);
1654 buf64[0] = 0;
/external/v8/src/third_party/valgrind/
H A Dvalgrind.h4013 /* Map a code address to a source file name and line number. buf64
4017 #define VALGRIND_MAP_IP_TO_SRCLOC(addr, buf64) \
4020 addr, buf64, 0, 0, 0)
/external/valgrind/main/include/
H A Dvalgrind.h4023 /* Map a code address to a source file name and line number. buf64
4027 #define VALGRIND_MAP_IP_TO_SRCLOC(addr, buf64) \
4030 addr, buf64, 0, 0, 0)

Completed in 137 milliseconds