Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sh.c2297 symbolS *end_sym; in insert_loop_bounds() local
2319 end_sym = symbol_new (name, undefined_section, 0, &zero_address_frag); in insert_loop_bounds()
2322 SF_SET_LOCAL (end_sym); in insert_loop_bounds()
2324 symbol_table_insert (end_sym); in insert_loop_bounds()
2325 end_sym->sy_value = operand[1].immediate; in insert_loop_bounds()
2326 end_sym->sy_value.X_add_number += 2; in insert_loop_bounds()
2327 fix_new (frag_now, frag_now_fix (), 2, end_sym, 0, 1, BFD_RELOC_SH_LABEL); in insert_loop_bounds()
/toolchain/binutils/binutils-2.27/gas/
Ddwarf2dbg.c2029 symbolS *end_sym; in out_header() local
2039 end_sym = symbol_make (".Ldebug_line_end"); in out_header()
2045 end_sym = symbol_temp_make (); in out_header()
2050 exp->X_add_symbol = end_sym; in out_header()