| /src/external/gpl3/gdb/dist/gdb/ |
| gdb_bfd.c | 81 void *map_addr; member in struct:gdb_bfd_section_data 629 if (sect->map_addr != NULL) 633 res = munmap (sect->map_addr, sect->map_len); 803 &descriptor->map_addr, 809 posix_madvise (descriptor->map_addr, descriptor->map_len,
|
| solib-dsbt.c | 548 CORE_ADDR map_addr; local 566 map_addr = extract_unsigned_integer (lm_buf.l_addr.map, 570 ret = target_read_memory (map_addr + 12, (gdb_byte *) &indexword, 589 loadmap = fetch_loadmap (map_addr);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gdb_bfd.c | 80 void *map_addr; member in struct:gdb_bfd_section_data 619 if (sect->map_addr != NULL) 623 res = munmap (sect->map_addr, sect->map_len); 802 &descriptor->map_addr, 808 posix_madvise (descriptor->map_addr, descriptor->map_len,
|
| solib-dsbt.c | 548 CORE_ADDR map_addr; local 566 map_addr = extract_unsigned_integer (lm_buf.l_addr.map, 570 ret = target_read_memory (map_addr + 12, (gdb_byte *) &indexword, 589 loadmap = fetch_loadmap (map_addr);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_fuchsia.cc | 334 uintptr_t map_addr = addr; local 335 uintptr_t map_end = map_addr + map_size; 336 addr = RoundUpTo(map_addr, alignment); 338 if (addr != map_addr) { 351 if (status == ZX_OK && addr != map_addr) 352 status = _zx_vmar_unmap(_zx_vmar_root_self(), map_addr, addr - map_addr);
|
| /src/external/gpl2/groff/dist/src/libs/libbib/ |
| index.cpp | 61 void *map_addr; member in class:index_search_item 112 : search_item(filename, fid), out_of_date_files(0), buffer(0), map_addr(0), 122 if (map_addr) { 123 if (unmap(map_addr, map_len) < 0) 166 map_addr = mapread(fd, size); 167 if (map_addr) { 168 addr = (char *)map_addr;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| libbfd.c | 1071 Return mmap address and size in MAP_ADDR and MAP_SIZE. Return NULL 1075 bfd_mmap_local (bfd *abfd, size_t rsize, void **map_addr, size_t *map_size) 1098 offset, map_addr, map_size); 1103 Return mmap address and size in MAP_ADDR and MAP_SIZE. Return NULL 1107 _bfd_mmap_temporary (bfd *abfd, size_t rsize, void **map_addr, 1113 void *result = bfd_mmap_local (abfd, rsize, map_addr, map_size); 1119 /* NB: Set *MAP_ADDR to MEM and *MAP_SIZE to 0 to indicate that 1121 *map_addr = mem; 1155 void *mem, *map_addr; 1157 mem = bfd_mmap_local (abfd, rsize, &map_addr, &map_size) 1152 void *mem, *map_addr; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| libbfd.c | 1071 Return mmap address and size in MAP_ADDR and MAP_SIZE. Return NULL 1075 bfd_mmap_local (bfd *abfd, size_t rsize, void **map_addr, size_t *map_size) 1098 offset, map_addr, map_size); 1103 Return mmap address and size in MAP_ADDR and MAP_SIZE. Return NULL 1107 _bfd_mmap_temporary (bfd *abfd, size_t rsize, void **map_addr, 1114 /* NB: Set *MAP_ADDR to MEM and *MAP_SIZE to 0 to indicate that 1116 *map_addr = mem; 1121 return bfd_mmap_local (abfd, rsize, map_addr, map_size); 1153 void *mem, *map_addr; 1155 mem = bfd_mmap_local (abfd, rsize, &map_addr, &map_size) 1150 void *mem, *map_addr; local [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_fuchsia.cpp | 305 uintptr_t map_addr = addr; local 306 uintptr_t map_end = map_addr + map_size; 307 addr = RoundUpTo(map_addr, alignment); 309 if (addr != map_addr) { 323 if (status == ZX_OK && addr != map_addr) 324 status = _zx_vmar_unmap(_zx_vmar_root_self(), map_addr, addr - map_addr);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_fuchsia.cpp | 323 uintptr_t map_addr = addr; local 324 uintptr_t map_end = map_addr + map_size; 325 addr = RoundUpTo(map_addr, alignment); 327 if (addr != map_addr) { 341 if (status == ZX_OK && addr != map_addr) 342 status = _zx_vmar_unmap(_zx_vmar_root_self(), map_addr, addr - map_addr);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| libbfd.c | 1071 Return mmap address and size in MAP_ADDR and MAP_SIZE. Return NULL 1075 bfd_mmap_local (bfd *abfd, size_t rsize, void **map_addr, size_t *map_size) 1098 offset, map_addr, map_size); 1103 Return mmap address and size in MAP_ADDR and MAP_SIZE. Return NULL 1107 _bfd_mmap_temporary (bfd *abfd, size_t rsize, void **map_addr, 1114 /* NB: Set *MAP_ADDR to MEM and *MAP_SIZE to 0 to indicate that 1116 *map_addr = mem; 1121 return bfd_mmap_local (abfd, rsize, map_addr, map_size); 1153 void *mem, *map_addr; 1155 mem = bfd_mmap_local (abfd, rsize, &map_addr, &map_size) 1150 void *mem, *map_addr; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| libbfd.c | 1071 Return mmap address and size in MAP_ADDR and MAP_SIZE. Return NULL 1075 bfd_mmap_local (bfd *abfd, size_t rsize, int prot, void **map_addr, 1099 map_addr, map_size); 1104 Return mmap address and size in MAP_ADDR and MAP_SIZE. Return NULL 1108 _bfd_mmap_readonly_temporary (bfd *abfd, size_t rsize, void **map_addr, 1115 /* NB: Set *MAP_ADDR to MEM and *MAP_SIZE to 0 to indicate that 1117 *map_addr = mem; 1122 return bfd_mmap_local (abfd, rsize, PROT_READ, map_addr, map_size); 1154 void *mem, *map_addr; 1156 mem = bfd_mmap_local (abfd, rsize, PROT_READ, &map_addr, &map_size) 1151 void *mem, *map_addr; local [all...] |