Home
last modified time | relevance | path

Searched refs:str_map (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/libc-test/src/functionalext/unittest/
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/
Ddynlink_rand.c173 munmap(task->str_map, task->str_map_len); in free_task()
174 task->str_map = NULL; in free_task()
Ddynlink_rand.h63 void *str_map; member
Ddynlink.c4600 …task->str_map = mmap(0, task->str_map_len, PROT_READ, MAP_PRIVATE, task->fd, off_start + task->fil… in map_library_header()
4601 if (task->str_map == MAP_FAILED) { in map_library_header()
4605 task->str_addr = (char *)task->str_map + str_table - off_start; in map_library_header()
5246 munmap(task->str_map, task->str_map_len); in unmap_preloaded_sections()
5247 task->str_map = NULL; in unmap_preloaded_sections()
/third_party/iowow/src/json/tests/
Djbl_test_binn1.c623 char *str_map = "test map"; in _test2() local
705 CU_ASSERT(binn_map_set_str(map, 1004, str_map) == TRUE); in _test2()
876 CU_ASSERT(value.size == strlen(str_map)); in _test2()
877 CU_ASSERT(strcmp(value.ptr, str_map) == 0); in _test2()
974 CU_ASSERT(strcmp(pstr, str_map) == 0); in _test2()
1030 CU_ASSERT(strcmp(pstr, str_map) == 0); in _test2()
/third_party/python/Lib/test/
Dtest_compile.py351 class str_map(object): class
362 d = str_map()