Searched refs:mri_common_symbol (Results 1 – 6 of 6) sorted by relevance
82 mri_common_symbol = NULL; in subseg_set_rest()204 mri_common_symbol = NULL; in subseg_set()
52 if (mri_common_symbol != NULL) in frag_alloc_check()55 mri_common_symbol = NULL; in frag_alloc_check()
194 symbolS *mri_common_symbol; variable1599 mri_common_symbol = sym; in s_mri_common()3094 else if (mri_common_symbol != NULL) in s_space()3098 val = S_GET_VALUE (mri_common_symbol); in s_space()3101 S_SET_VALUE (mri_common_symbol, val + 1); in s_space()3108 know (symexp->X_add_symbol == mri_common_symbol); in s_space()3161 if (now_seg == absolute_section || mri_common_symbol != NULL) in s_space()3191 if (mri_common_symbol != NULL) in s_space()3193 S_SET_VALUE (mri_common_symbol, in s_space()3194 S_GET_VALUE (mri_common_symbol) + repeat); in s_space()[all …]
80 extern symbolS *mri_common_symbol;
455 if (mri_common_symbol != NULL) in colon()462 symbolP->sy_value.X_add_symbol = mri_common_symbol; in colon()463 symbolP->sy_value.X_add_number = S_GET_VALUE (mri_common_symbol); in colon()
1757 (mri_common_symbol): New global variable.1762 (s_space): Handle mri_common_symbol.1764 and return new symbol. If mri_common_symbol is set, attach the1768 * subsegs.c (subseg_set_rest): Clear mri_common_symbol.1770 * frags.c (frag_more): Warn if mri_common_symbol is not NULL.