Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dvarasm.c1858 tree patchable_function_entry_value1 = TREE_VALUE (pp_val); in assemble_start_function() local
1860 if (tree_fits_uhwi_p (patchable_function_entry_value1)) in assemble_start_function()
1861 patch_area_size = tree_to_uhwi (patchable_function_entry_value1); in assemble_start_function()