Searched refs:basep (Results 1 - 4 of 4) sorted by last modified time

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c2541 unsigned int *,count, unsigned int *,basep,
2548 PRE_MEM_WRITE("getdirentriesattr(basep)", ARG6, sizeof(unsigned int));
3325 int, fd, char *, buf, int, nbytes, long *, basep);
3326 PRE_MEM_WRITE("getdirentries(basep)", ARG4, sizeof(long));
3342 int,fd, char *,buf, vki_size_t,nbytes, vki_off_t *,basep);
/external/strace/
H A Dfile.c2651 long basep; local
2698 if (umove(tcp, tcp->u_arg[3], &basep) < 0)
2701 tprintf(", [%lu]", basep);
/external/elfutils/libdw/
H A Ddwarf_ranges.c60 dwarf_ranges (Dwarf_Die *die, ptrdiff_t offset, Dwarf_Addr *basep, argument
111 if (unlikely (INTUSE(dwarf_lowpc) (&cudie, basep) != 0)
115 basep) != 0)
146 *basep = end;
156 *basep = end;
165 *startp = *basep + begin;
166 *endp = *basep + end;
H A Dlibdw.h373 ptrdiff_t offset, Dwarf_Addr *basep,

Completed in 96 milliseconds