Searched defs:basep (Results 1 - 2 of 2) sorted by relevance

/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;
/external/strace/
H A Dfile.c2651 long basep; local
2698 if (umove(tcp, tcp->u_arg[3], &basep) < 0)
2701 tprintf(", [%lu]", basep);

Completed in 488 milliseconds