syscall_emul.hh (12795:6e69f6a3c0c0) syscall_emul.hh (12796:16dffc0e6c7f)
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

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

202 int index);
203SyscallReturn unlinkFunc(SyscallDesc *desc, int num,
204 Process *p, ThreadContext *tc);
205
206/// Target link() handler
207SyscallReturn linkFunc(SyscallDesc *desc, int num, Process *p,
208 ThreadContext *tc);
209
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

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

202 int index);
203SyscallReturn unlinkFunc(SyscallDesc *desc, int num,
204 Process *p, ThreadContext *tc);
205
206/// Target link() handler
207SyscallReturn linkFunc(SyscallDesc *desc, int num, Process *p,
208 ThreadContext *tc);
209
210/// Target symlink() handler.
211SyscallReturn symlinkFunc(SyscallDesc *desc, int num, Process *p,
212 ThreadContext *tc);
213
210/// Target mkdir() handler.
211SyscallReturn mkdirFunc(SyscallDesc *desc, int num,
212 Process *p, ThreadContext *tc);
213
214/// Target rename() handler.
215SyscallReturn renameFunc(SyscallDesc *desc, int num,
216 Process *p, ThreadContext *tc);
217

--- 1863 unchanged lines hidden ---
214/// Target mkdir() handler.
215SyscallReturn mkdirFunc(SyscallDesc *desc, int num,
216 Process *p, ThreadContext *tc);
217
218/// Target rename() handler.
219SyscallReturn renameFunc(SyscallDesc *desc, int num,
220 Process *p, ThreadContext *tc);
221

--- 1863 unchanged lines hidden ---