_real_lseek        20 native_client_sdk/src/libraries/nacl_io/kernel_wrap_real.h int _real_lseek(int fd, int64_t offset, int whence, int64_t* new_offset);
_real_lseek        37 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc     int err = _real_lseek(real_fd_, attr.offs, 0, &new_offset);
_real_lseek        57 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc     int err = _real_lseek(real_fd_, attr.offs, 0, &new_offset);