syscall_emul.hh (11856:103e2f92c965) syscall_emul.hh (11875:8e928c0f98d1)
1/*
2 * Copyright (c) 2012-2013, 2015 ARM Limited
3 * Copyright (c) 2015 Advanced Micro Devices, Inc.
4 * All rights reserved
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

--- 216 unchanged lines hidden (view full) ---

225/// Target fchown() handler.
226SyscallReturn fchownFunc(SyscallDesc *desc, int num,
227 Process *p, ThreadContext *tc);
228
229/// Target dup() handler.
230SyscallReturn dupFunc(SyscallDesc *desc, int num,
231 Process *process, ThreadContext *tc);
232
1/*
2 * Copyright (c) 2012-2013, 2015 ARM Limited
3 * Copyright (c) 2015 Advanced Micro Devices, Inc.
4 * All rights reserved
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

--- 216 unchanged lines hidden (view full) ---

225/// Target fchown() handler.
226SyscallReturn fchownFunc(SyscallDesc *desc, int num,
227 Process *p, ThreadContext *tc);
228
229/// Target dup() handler.
230SyscallReturn dupFunc(SyscallDesc *desc, int num,
231 Process *process, ThreadContext *tc);
232
233/// Target fnctl() handler.
233/// Target fcntl() handler.
234SyscallReturn fcntlFunc(SyscallDesc *desc, int num,
235 Process *process, ThreadContext *tc);
236
237/// Target fcntl64() handler.
238SyscallReturn fcntl64Func(SyscallDesc *desc, int num,
239 Process *process, ThreadContext *tc);
240
241/// Target setuid() handler.

--- 1439 unchanged lines hidden ---
234SyscallReturn fcntlFunc(SyscallDesc *desc, int num,
235 Process *process, ThreadContext *tc);
236
237/// Target fcntl64() handler.
238SyscallReturn fcntl64Func(SyscallDesc *desc, int num,
239 Process *process, ThreadContext *tc);
240
241/// Target setuid() handler.

--- 1439 unchanged lines hidden ---