Searched refs:munmap (Results 1 – 17 of 17) sorted by relevance
| /rk3399_rockchip-uboot/tools/ |
| H A D | fit_check_sign.c | 95 (void) munmap((void *)fit_blob, fsbuf.st_size); in main() 96 (void) munmap((void *)key_blob, ksbuf.st_size); in main()
|
| H A D | mingw_support.h | 42 int munmap(void *, size_t);
|
| H A D | mingw_support.c | 63 int munmap(void *addr, size_t len) in munmap() function
|
| H A D | ubsha1.c | 79 (void) munmap((void *)ptr, len); in main()
|
| H A D | fit_info.c | 106 (void) munmap((void *)fit_blob, fsbuf.st_size); in main()
|
| H A D | fit_image.c | 128 munmap(dest_blob, destfd_size); in fit_add_file_data() 133 munmap(ptr, sbuf.st_size); in fit_add_file_data() 534 munmap(fdt, sbuf.st_size); in fit_extract_data() 570 munmap(fdt, sbuf.st_size); in fit_extract_data() 668 munmap(old_fdt, sbuf.st_size); in fit_import_data()
|
| H A D | dumpimage.c | 184 (void)munmap((void *)ptr, sbuf.st_size); in main()
|
| H A D | mkimage.c | 423 (void) munmap((void *)ptr, sbuf.st_size); in main() 616 (void) munmap((void *)ptr, sbuf.st_size); in main() 740 (void) munmap((void *)ptr, sbuf.st_size); in copy_file()
|
| H A D | rkcommon.c | 664 munmap((void *)ptr, sbuf.st_size); in copy_file() 669 munmap((void *)ptr, sbuf.st_size); in copy_file()
|
| H A D | kwboot.c | 596 munmap(img, st.st_size); in kwboot_mmap_image() 854 munmap(img, size); in main()
|
| H A D | aisimage.c | 248 (void) munmap((void *)ptr, sbuf.st_size); in ais_copy_image()
|
| H A D | mips-relocs.c | 428 munmap(elf, st.st_size); in main()
|
| H A D | imximage.c | 589 (void) munmap((void *)ptr, sbuf.st_size); in copy_plugin_code()
|
| /rk3399_rockchip-uboot/scripts/basic/ |
| H A D | fixdep.c | 324 munmap(map, st.st_size); in do_config_file() 445 munmap(map, st.st_size); in print_deps()
|
| /rk3399_rockchip-uboot/arch/sandbox/cpu/ |
| H A D | os.c | 161 munmap(hdr, hdr->length + sizeof(*hdr)); in os_free()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | dlmalloc.src | 664 sbrk, mmap, and munmap otherwise degrade performance, the default 1264 serviced via calls to mmap, and then later released via munmap. 1868 ret = munmap((char *)p - p->prev_size, size + p->prev_size); 1870 /* munmap returns non-zero on failure */ 2348 2. If the chunk was allocated via mmap, it is release via munmap(). 3084 current if malloc_trim and/or munmap got called), the maximum
|
| H A D | dlmalloc.c | 1003 ret = munmap((char *)p - p->prev_size, size + p->prev_size);
|