Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/
Dsubsegs.c80 mri_common_symbol = NULL; in subseg_set_rest()
202 mri_common_symbol = NULL; in subseg_set()
Dfrags.c64 if (mri_common_symbol != NULL) in frag_alloc_check()
67 mri_common_symbol = NULL; in frag_alloc_check()
Dread.h88 extern symbolS *mri_common_symbol;
Dread.c194 symbolS *mri_common_symbol; variable
1883 mri_common_symbol = sym; in s_mri_common()
3338 else if (mri_common_symbol != NULL) in s_space()
3342 mri_val = S_GET_VALUE (mri_common_symbol); in s_space()
3345 S_SET_VALUE (mri_common_symbol, mri_val + 1); in s_space()
3352 know (symexp->X_add_symbol == mri_common_symbol); in s_space()
3406 if (now_seg == absolute_section || mri_common_symbol != NULL) in s_space()
3438 if (mri_common_symbol != NULL) in s_space()
3440 S_SET_VALUE (mri_common_symbol, in s_space()
3441 S_GET_VALUE (mri_common_symbol) + repeat); in s_space()
[all …]
Dsymbols.c456 if (mri_common_symbol != NULL) in colon()
463 symbolP->sy_value.X_add_symbol = mri_common_symbol; in colon()
464 symbolP->sy_value.X_add_number = S_GET_VALUE (mri_common_symbol); in colon()
DChangeLog-92951757 (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 the
1768 * subsegs.c (subseg_set_rest): Clear mri_common_symbol.
1770 * frags.c (frag_more): Warn if mri_common_symbol is not NULL.