Home
last modified time | relevance | path

Searched refs:from_offs (Results 1 – 1 of 1) sorted by relevance

/tools/perf/util/
Dsymbol-elf.c1230 static int copy_bytes(int from, off_t from_offs, int to, off_t to_offs, u64 len) in copy_bytes() argument
1243 if (lseek(from, from_offs, SEEK_SET) != from_offs) in copy_bytes()