Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Dsymbols.c47 symbolS dot_symbol; variable
560 gas_assert (orgsymP != &dot_symbol); in symbol_clone()
664 if (symbolP != &dot_symbol) in symbol_clone_if_forward_ref()
2791 dot_symbol.bsym = bfd_make_empty_symbol (stdoutput); in dot_symbol_init()
2792 if (dot_symbol.bsym == NULL) in dot_symbol_init()
2794 dot_symbol.bsym->name = "."; in dot_symbol_init()
2795 dot_symbol.sy_flags.sy_forward_ref = 1; in dot_symbol_init()
2796 dot_symbol.sy_value.X_op = O_constant; in dot_symbol_init()
Dsymbols.h30 extern symbolS dot_symbol;
DChangeLog-2010197 * symbols.h (dot_symbol): New declaration.
199 * symbols.c (dot_symbol): New variable.
200 (symbol_clone): Assert it's not dot_symbol being cloned.
203 when trying to clone dot_symbol.
204 * expr.c (current_location): Refer to dot_symbol instead of
206 * read.c (read_a_source_file): Update dot_symbol as we go.
Dexpr.c707 expressionp->X_add_symbol = &dot_symbol; in current_location()
Dread.c784 symbol_set_value_now (&dot_symbol); in read_a_source_file()
1283 symbol_set_value_now (&dot_symbol); in read_a_source_file()
DChangeLog-20111672 Move "quit" label before set of dot_symbol.