Searched refs:lang_adjust_rli (Results 1 – 3 of 3) sorted by relevance
502 static void (*lang_adjust_rli) (record_layout_info) = 0; variable507 lang_adjust_rli = f; in set_lang_adjust_rli()1845 if (lang_adjust_rli) in layout_type()1846 (*lang_adjust_rli) (rli); in layout_type()
21543 (lang_adjust_rli, set_lang_adjust_rli): New.21547 (layout_type, case RECORD_TYPE): Call via lang_adjust_rli if set.
29694 * stor-layout.c (lang_adjust_rli): Make it static.