MCPcopy Create free account
hub / github.com/GJDuck/e9patch / mmap

Function mmap

examples/stdlib.c:1200–1204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1198}
1199
1200static void *mmap(void *addr, size_t length, int prot, int flags, int fd,
1201 off_t offset)
1202{
1203 return (void *)syscall(SYS_mmap, addr, length, prot, flags, fd, offset);
1204}
1205
1206static int mprotect(void *addr, size_t len, int prot)
1207{

Callers 12

read_fileFunction · 0.85
_mmapFunction · 0.85
targetAnalysisFunction · 0.85
InstrSetMethod · 0.85
allocMethod · 0.85
e9load_mapsFunction · 0.85
parseBinaryFunction · 0.85
parseELFMethod · 0.85
parsePEMethod · 0.85
pool_createFunction · 0.85
pool_initFunction · 0.85
malloc_mem_growFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected