Searched defs:map (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/kernel/arch-x86/asm/
H A De820.h40 struct e820entry map[E820MAX]; member in struct:e820map
/bionic/libc/kernel/arch-mips/asm/
H A Dbootinfo.h64 } map[BOOT_MEM_MAP_MAX]; member in struct:boot_mem_map
/bionic/linker/
H A Dlinker.cpp192 link_map* map = &(info->linkmap); local
193 map->l_addr = info->base;
194 map->l_name = (char*) info->name;
195 map->l_ld = (uintptr_t)info->dynamic;
203 r_debug_tail->l_next = map;
204 map->l_prev = r_debug_tail;
205 map->l_next = 0;
207 _r_debug.r_map = map;
208 map->l_prev = 0;
209 map
215 link_map* map = &(info->linkmap); local
1835 link_map* map = &(si->linkmap); local
[all...]
/bionic/libc/bionic/
H A Dpthread.c1804 * The 'tlsmap_t' type defined below implements a shared global map of
1809 * the global TLS map simply contains a bitmap of allocated keys, and
1835 #define TLSMAP_WORD(m,k) (m)->map[(k)/TLSMAP_BITS]
1847 uint32_t map[TLSMAP_WORDS]; /* bitmap of allocated keys */ member in struct:__anon14
1854 /* lock the global TLS map lock and return a handle to it */
1860 /* we need to initialize the first entry of the 'map' array
1863 * produce warnings, so do it the first time we use the map
1873 /* unlock the global TLS map */
1918 tlsmap_t* map = tlsmap_lock(); local
1919 int k = tlsmap_alloc(map, destructor_functio
1943 tlsmap_t* map; local
1988 tlsmap_t* map; local
2032 tlsmap_t* map; local
[all...]

Completed in 79 milliseconds