Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-coff.c1212 static symbolS *coff_last_bf; variable
1442 if (coff_last_bf != NULL) in coff_frob_symbol()
1443 SA_SET_SYM_ENDNDX (coff_last_bf, symp); in coff_frob_symbol()
1444 coff_last_bf = symp; in coff_frob_symbol()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-96975090 (coff_last_bf): New static variable.
DChangeLog-02033134 * config/obj-coff.c (coff_last_bf): Don't declare for OBJ_XCOFF.