Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-hppa.c607 static label_symbol_struct *label_symbols_rootp = NULL; variable
1119 for (label_chain = label_symbols_rootp; in pa_get_label()
1159 if (label_symbols_rootp) in pa_define_label()
1160 label_chain->lss_next = label_symbols_rootp; in pa_define_label()
1162 label_symbols_rootp = label_chain; in pa_define_label()
1179 for (label_chain = label_symbols_rootp; in pa_undefine_label()
1196 label_symbols_rootp = label_chain->lss_next; in pa_undefine_label()