| /third_party/ulib/musl/src/network/ |
| A D | if_nameindex.c | 26 struct ifnamemap* map; in netlink_msg_to_nameindex() local 54 map = &ctx->list[i - 1]; in netlink_msg_to_nameindex() 55 if (map->index == index && map->namelen == namelen && in netlink_msg_to_nameindex() 58 i = map->hash_next; in netlink_msg_to_nameindex() 63 if (a > SIZE_MAX / sizeof *map) in netlink_msg_to_nameindex() 65 map = realloc(ctx->list, a * sizeof *map); in netlink_msg_to_nameindex() 66 if (!map) in netlink_msg_to_nameindex() 68 ctx->list = map; in netlink_msg_to_nameindex() 71 map = &ctx->list[ctx->num]; in netlink_msg_to_nameindex() 72 map->index = index; in netlink_msg_to_nameindex() [all …]
|
| /third_party/ulib/musl/src/time/ |
| A D | __map_file.c | 10 const unsigned char* map = MAP_FAILED; in __map_file() local 15 map = __mmap(0, st.st_size, PROT_READ, MAP_SHARED, fd, 0); in __map_file() 19 return map == MAP_FAILED ? 0 : map; in __map_file()
|
| A D | __tz.c | 132 const unsigned char* map = 0; in do_tzset() 172 map = __map_file(s, &map_size); in do_tzset() 178 for (try = search; !map && *try; try += l + 1) { in do_tzset() 181 map = __map_file(pathname - l, &map_size); in do_tzset() 185 if (!map) in do_tzset() 188 if (map && (map_size < 44 || memcmp(map, "TZif", 4))) { in do_tzset() 189 __munmap((void*)map, map_size); in do_tzset() 190 map = 0; in do_tzset() 194 zi = map; in do_tzset() 195 if (map) { in do_tzset() [all …]
|
| /third_party/ulib/musl/src/locale/ |
| A D | locale_map.c | 9 trans = __mo_lookup(lm->map, lm->map_size, msg); in __lctrans() 74 const void* map = __map_file(buf, &map_size); in __get_locale() local 75 if (map) { in __get_locale() 78 __munmap((void*)map, map_size); in __get_locale() 81 new->map = map; in __get_locale() 96 new->map = __c_dot_utf8.map; in __get_locale()
|
| A D | c_locale.c | 7 .map = empty_mo, .map_size = sizeof empty_mo, .name = "C.UTF-8"};
|
| A D | iconv.c | 155 const unsigned char* map = charmaps + from + 1; in iconv() local 162 unsigned char type = map[-1]; in iconv() 416 c = legacy_chars[map[c * 5 / 4] >> 2 * c % 8 | in iconv() 417 (map[c * 5 / 4 + 1] << (8 - 2 * c % 8) & 1023)]; in iconv()
|
| /third_party/ulib/backtrace/ |
| A D | mmapio.c | 61 void *map; in backtrace_get_view() local 70 map = mmap (NULL, size, PROT_READ, MAP_PRIVATE, descriptor, pageoff); in backtrace_get_view() 71 if (map == MAP_FAILED) in backtrace_get_view() 77 view->data = (char *) map + inpage; in backtrace_get_view() 78 view->base = map; in backtrace_get_view()
|
| /third_party/ulib/musl/src/internal/ |
| A D | fdpic_crt.h | 3 __attribute__((__visibility__("hidden"))) void* __fdpic_fixup(void* map, uintptr_t* a, in __fdpic_fixup() argument 8 if (!map) in __fdpic_fixup() 16 }* lm = map; in __fdpic_fixup()
|
| A D | locale_impl.h | 11 const void* map; member
|
| /third_party/ulib/musl/src/string/ |
| A D | strsignal.c | 17 static const char map[] = {[SIGHUP] = 1, [SIGINT] = 2, [SIGQUIT] = 3, [SIGILL] = 4, variable 26 #define sigmap(x) ((x) >= sizeof map ? (x) : map[(x)])
|
| /third_party/ulib/jemalloc/bin/ |
| A D | jeprof.in | 1391 my $map = ""; 3359 my $map = {}; 3385 return $map; 3998 my $map = ''; 4028 my $map = ""; 4032 $map .= $_; 4034 return $map; 4039 my $map = ""; 4052 $map .= $_; 4054 return $map; [all …]
|
| /third_party/ulib/musl/ldso/ |
| A D | dynlink.c | 82 unsigned char* map; member 583 if (dso->map && dso->map_len) { in unmap_library() 584 munmap(dso->map, dso->map_len); in unmap_library() 870 unsigned char *map = MAP_FAILED, *base; in map_library() local 975 dso->map = map = (void*)vmar_base; in map_library() 977 base = map - addr_min; in map_library() 1081 if (map != MAP_FAILED) in map_library() 1269 pid, seqno, p->l_map.l_addr, p->map, p->map + p->map_len); in trace_load() 1530 p->map = laddr(p, min_addr); in kernel_mapped_dso() 1964 const Ehdr* ehdr = (void*)app.map; in dls3() [all …]
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | jemalloc_internal_defs.h.in | 209 * of mmap()/munmap() calls will cause virtual memory map holes. 213 /* TLS is used to map arenas and magazine caches to threads. */
|
| /third_party/ulib/jemalloc/ |
| A D | INSTALL | 46 --with-mangling=<map> 47 Mangle public symbols specified in <map> which is a comma-separated list of 165 memory allocation algorithm that causes semi-permanent VM map holes under
|
| A D | ChangeLog | 80 during purging, which resolves permanent virtual memory map fragmentation 94 - Fix potential VM map fragmentation regression. (@jasone) 395 - Split the arena chunk map into two separate arrays, in order to increase 745 - Fix large calloc() zeroing bugs due to dropping chunk map unzeroed flags.
|
| A D | configure.ac | 736 [AS_HELP_STRING([--with-mangling=<map>], [Mangle symbols in <map>])],
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 502 iASL: Fixed a regression where the device map file feature no longer 1282 initialization when it may not be possible to map the entire table in 7889 operation region. Simply map the operation region memory, instead of 8454 the current release, the mutex interfaces are defined as macros to map 13565 Use ACPI fix map region instead of IOAPIC region, since it is 14154 IA64: Fixed memory map functions (JI Lee) 14409 an attempt was made to map memory beyond the end of the region. 15245 symbols grouped together in a kernel map, and avoids conflicts
|