Home
last modified time | relevance | path

Searched refs:str_map (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_mock_dynlink.c43 munmap(task->str_map, task->str_map_len); in free_task()
44 task->str_map = NULL; in free_task()
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink_rand.c173 munmap(task->str_map, task->str_map_len); in free_task()
174 task->str_map = NULL; in free_task()
H A Ddynlink_rand.h67 void *str_map; member
H A Ddynlink.c4816 task->str_map = mmap(0, task->str_map_len, PROT_READ, MAP_PRIVATE, task->fd, off_start + task->file_offset); in map_library_header()
4817 if (task->str_map == MAP_FAILED) { in map_library_header()
4822 task->str_addr = (char *)task->str_map + sh->sh_offset - off_start; in map_library_header()
5536 munmap(task->str_map, task->str_map_len); in unmap_preloaded_sections()
5537 task->str_map = NULL; in unmap_preloaded_sections()
/third_party/musl/ldso/linux/
H A Ddynlink_rand.c177 munmap(task->str_map, task->str_map_len); in free_task()
178 task->str_map = NULL; in free_task()
H A Ddynlink_rand.h67 void *str_map; member
H A Ddynlink.c5182 task->str_map = mmap(0, task->str_map_len, PROT_READ, MAP_PRIVATE, task->fd, off_start + task->file_offset); in map_library_header()
5183 if (task->str_map == MAP_FAILED) { in map_library_header()
5188 task->str_addr = (char *)task->str_map + sh->sh_offset - off_start; in map_library_header()
5927 munmap(task->str_map, task->str_map_len); in unmap_preloaded_sections()
5928 task->str_map = NULL; in unmap_preloaded_sections()
/third_party/python/Lib/test/
H A Dtest_compile.py357 class str_map(object): class
368 d = str_map()

Completed in 20 milliseconds