reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
68 prot_arg = PROT_NONE; 70 prot_arg = 0; 72 prot_arg |= PROT_EXEC; 74 prot_arg |= PROT_READ; 76 prot_arg |= PROT_WRITE; 95 arch, addr, length, prot_arg, flags, fd, offset);