HomeSort by relevance Sort by last modified time
    Searched full:native_prot (Results 1 - 1 of 1) sorted by null

  /development/ndk/sources/android/libportable/arch-mips/
mmap.c 32 int native_prot = portable_prot; local
38 native_prot &= ~PROT_SEM_PORTABLE;
39 native_prot |= PROT_SEM;
42 ALOGV("%s: return(native_prot:0x%x); }", __func__, native_prot);
43 return native_prot;
94 int native_prot, native_flags; local
102 native_prot = mmap_prot_pton(prot);
105 ret_addr = REAL(mmap)(addr, size, native_prot, native_flags, fd, byte_offset);
117 int native_prot; local
    [all...]

Completed in 75 milliseconds