Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c381 void *read_only_data_head; member
3108 *(void**)result = common->read_only_data_head; in allocate_read_only_data()
3109 common->read_only_data_head = (void *)result; in allocate_read_only_data()
13511 common->read_only_data_head = NULL; in jit_compile()
13780 PRIV(jit_free_rodata)(common->read_only_data_head, allocator_data); in jit_compile()
13836 PRIV(jit_free_rodata)(common->read_only_data_head, allocator_data); in jit_compile()
13925 PRIV(jit_free_rodata)(common->read_only_data_head, allocator_data); in jit_compile()
14072 PRIV(jit_free_rodata)(common->read_only_data_head, allocator_data); in jit_compile()
14087 PRIV(jit_free_rodata)(common->read_only_data_head, allocator_data); in jit_compile()
14104 functions->read_only_data_heads[mode] = common->read_only_data_head; in jit_compile()