HomeSort by: relevance | last modified time | path
    Searched defs:now_seg (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
as.h 191 COMMON segT now_seg;
188 COMMON segT now_seg; variable
  /src/external/gpl3/binutils.old/dist/gas/
as.h 191 COMMON segT now_seg;
188 COMMON segT now_seg; variable
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 297 segT now_seg; member in struct:emit_state_struct
1573 record_alignment (now_seg, 2);
1655 set_subseg_freq (now_seg, now_subseg, target_f + fall_through_f, target_f);
4248 record_alignment (now_seg, litalign);
4277 frag_now->tc_frag_data.literal_frag = get_literal_pool_location (now_seg);
4278 frag_now->fr_symbol = xtensa_create_literal_symbol (now_seg, frag_now);
4302 record_alignment (now_seg, litalign);
4307 frag_now->tc_frag_data.literal_frag = get_literal_pool_location (now_seg);
4308 frag_now->fr_symbol = xtensa_create_literal_symbol (now_seg, frag_now);
4840 frag_now->tc_frag_data.lit_seg = now_seg;
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 297 segT now_seg; member in struct:emit_state_struct
1573 record_alignment (now_seg, 2);
1655 set_subseg_freq (now_seg, now_subseg, target_f + fall_through_f, target_f);
4248 record_alignment (now_seg, litalign);
4277 frag_now->tc_frag_data.literal_frag = get_literal_pool_location (now_seg);
4278 frag_now->fr_symbol = xtensa_create_literal_symbol (now_seg, frag_now);
4302 record_alignment (now_seg, litalign);
4307 frag_now->tc_frag_data.literal_frag = get_literal_pool_location (now_seg);
4308 frag_now->fr_symbol = xtensa_create_literal_symbol (now_seg, frag_now);
4840 frag_now->tc_frag_data.lit_seg = now_seg;
    [all...]

Completed in 35 milliseconds