Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dplugin.cc1416 Symbol* start_sym = this->symtab_->lookup(parameters->entry()); in run() local
1417 if (start_sym != NULL) in run()
1418 start_sym->set_in_real_elf(); in run()
/toolchain/binutils/binutils-2.25/gas/
Ddwarf2dbg.c2036 symbolS *start_sym; in out_header() local
2040 start_sym = symbol_temp_new_now (); in out_header()
2046 exp->X_op_symbol = start_sym; in out_header()