/external/strace/ |
native_printer_defs.h | 7 .fetch_struct_flock64 = fetch_struct_flock64,
|
m32_printer_defs.h | 7 .fetch_struct_flock64 = m32_fetch_struct_flock64,
|
mx32_printer_defs.h | 7 .fetch_struct_flock64 = mx32_fetch_struct_flock64,
|
fetch_struct_flock.c | 74 MPERS_PRINTER_DECL(bool, fetch_struct_flock64, struct tcb *const tcp,
|
printers.h | 18 _Bool (*fetch_struct_flock64)(struct tcb *const tcp, const kernel_ulong_t addr, void *const p); member in struct:__anon30501 19 #define fetch_struct_flock64 MPERS_PRINTER_NAME(fetch_struct_flock64) macro
|
native_printer_decls.h | 7 extern _Bool fetch_struct_flock64(struct tcb *const tcp, const kernel_ulong_t addr, void *const p);
|
fcntl.c | 61 if (fetch_struct_flock64(tcp, addr, &fl))
|