Home
last modified time | relevance | path

Searched refs:mapinfo (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
H A Dplatform-qnx.cc94 procfs_mapinfo *mapinfos = nullptr, *mapinfo; in GetSharedLibraryAddresses() local
132 mapinfo = mapinfos + i; in GetSharedLibraryAddresses()
133 if (mapinfo->flags & MAP_ELF) { in GetSharedLibraryAddresses()
134 map.info.vaddr = mapinfo->vaddr; in GetSharedLibraryAddresses()
138 result.push_back(SharedLibraryAddress(map.info.path, mapinfo->vaddr, in GetSharedLibraryAddresses()
139 mapinfo->vaddr + mapinfo->size)); in GetSharedLibraryAddresses()
/third_party/musl/src/malloc/mallocng/
H A Dfree.c7 struct mapinfo { struct
12 static struct mapinfo nontrivial_free(struct meta *, int);
14 static struct mapinfo free_group(struct meta *g) in free_group()
16 struct mapinfo mi = { 0 }; in free_group()
72 static struct mapinfo nontrivial_free(struct meta *g, int i) in nontrivial_free()
98 return (struct mapinfo){ 0 }; in nontrivial_free()
144 struct mapinfo mi = nontrivial_free(g, idx); in free()
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_get_mapinfo_linux.c37 * Following the header are @count mapinfo structures. The mapinfo structure consists of
42 * Following the array of mapinfo structures is a block of null-terminated C strings
78 linux_mapinfo_hdr_t *mapinfo = (linux_mapinfo_hdr_t *)desc; in _handle_file_note() local
80 char *strings = (char *)(desc + mapinfo_offset + sizeof(linux_mapinfo_t)*mapinfo->count); in _handle_file_note()
81 for (unsigned long i = 0; i < mapinfo->count; ++i) in _handle_file_note()
108 * If there is a mapinfo not in the core file, map its contents to the phdrs.
110 * Since there may or may not be any mapinfo notes it's OK for this function to

Completed in 3 milliseconds