memory_patcher_syscall  138 opal/mca/memory/patcher/memory_patcher_component.c         result = (void*)(intptr_t) memory_patcher_syscall(SYS_mmap, start, length, prot, flags, fd, offset);
memory_patcher_syscall  166 opal/mca/memory/patcher/memory_patcher_component.c         result = memory_patcher_syscall(SYS_munmap, start, length);
memory_patcher_syscall  215 opal/mca/memory/patcher/memory_patcher_component.c         result = (void *)(intptr_t) memory_patcher_syscall (SYS_mremap, start, oldlen, newlen, flags, new_address);
memory_patcher_syscall  221 opal/mca/memory/patcher/memory_patcher_component.c         result = (void *)(intptr_t) memory_patcher_syscall (SYS_mremap, start, oldlen, new_address, newlen, flags);
memory_patcher_syscall  268 opal/mca/memory/patcher/memory_patcher_component.c         result = memory_patcher_syscall(SYS_madvise, start, length, advice);
memory_patcher_syscall  306 opal/mca/memory/patcher/memory_patcher_component.c         new_addr = (void *) (intptr_t) memory_patcher_syscall(SYS_brk, addr);
memory_patcher_syscall  420 opal/mca/memory/patcher/memory_patcher_component.c         result = memory_patcher_syscall (SYS_shmdt, shmaddr);