Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/private/
DWriteProtected.h48 WriteProtectedContents<T> contents; variable
57 memset(&contents, 0, sizeof(contents)); in initialize()
59 if (mprotect(&contents, PAGE_SIZE, PROT_READ)) { in initialize()
65 return &contents.value;
69 return contents.value;
74 if (mprotect(&contents, PAGE_SIZE, PROT_READ | PROT_WRITE) != 0) { in mutate()
78 mutator(&contents.value); in mutate()
79 if (mprotect(&contents, PAGE_SIZE, PROT_READ) != 0) { in mutate()
/bionic/libc/bionic/
Dmalloc_info.cpp45 void contents(const char* fmt, ...) { in contents() function in Elem
73 Elem(fp, "allocated-large").contents("%zu", mi.ordblks); in malloc_info()
74 Elem(fp, "allocated-huge").contents("%zu", mi.uordblks); in malloc_info()
75 Elem(fp, "allocated-bins").contents("%zu", mi.fsmblks); in malloc_info()
82 Elem(fp, "allocated").contents("%zu", mi.ordblks); in malloc_info()
83 Elem(fp, "nmalloc").contents("%zu", mi.uordblks); in malloc_info()
84 Elem(fp, "ndalloc").contents("%zu", mi.fordblks); in malloc_info()
88 Elem(fp, "bins-total").contents("%zu", total); in malloc_info()
/bionic/libc/kernel/uapi/asm-x86/asm/
Dldt.h31 unsigned int contents : 2; member
/bionic/libc/arch-x86/bionic/
D__set_tls.c53 result->contents = MODIFY_LDT_CONTENTS_DATA; in __init_user_desc()
/bionic/
DREADME.md168 contents for external/kernel-headers/.
/bionic/libc/malloc_debug/
DREADME.md163 checked to make sure that none of the contents have been modified since
/bionic/libc/kernel/tools/
Dcpp.py254 ctypes.POINTER(clang.cindex.Token * count)).contents