Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dequiv.c225 ffestorag_set_symbol (st, root_sym); /* Assume this will be the root until in ffeequiv_layout_local_()
251 ffestorag_set_symbol (root_st, root_sym); in ffeequiv_layout_local_()
433 ffestorag_set_symbol (st, item_sym); in ffeequiv_layout_local_()
447 ffestorag_set_symbol (st, item_sym); in ffeequiv_layout_local_()
469 ffestorag_set_symbol (item_st, item_sym); in ffeequiv_layout_local_()
1142 ffestorag_set_symbol (vst, sv); in ffeequiv_layout_cblock()
H A Dstorag.h152 #define ffestorag_set_symbol(s,sy) ((s)->symbol = (sy)) macro