HomeSort by relevance Sort by last modified time
    Searched full:now_seg (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/
subsegs.c 63 now_seg = seg;
142 * Out: now_subseg, now_seg updated.
152 const char *now_seg_name = (now_seg
153 ? bfd_get_section_name (stdoutput, now_seg)
160 return now_seg;
203 if (! (secptr == now_seg && subseg == now_subseg))
ehopt.c 115 f = seg_info (now_seg)->frchainP->frch_root;
116 fix = seg_info (now_seg)->frchainP->fix_root;
122 if (strncmp (segment_name (now_seg), ".debug_frame", 12) == 0)
287 if (strncmp (segment_name (now_seg), ".eh_frame", 9) == 0
288 && segment_name (now_seg)[9] != '_')
290 else if (strncmp (segment_name (now_seg), ".debug_frame", 12) == 0)
literal.c 52 segT current_section = now_seg;
read.c 691 record_alignment (now_seg, bundle_align_p2 - OCTETS_PER_BYTE_POWER);
    [all...]
symbols.c 257 S_SET_SEGMENT (symbolP, now_seg);
286 if (now_seg == absolute_section)
338 || locsym->lsy_section != now_seg
345 locsym->lsy_section = now_seg;
384 && (now_seg == data_section
385 || now_seg == bss_section
386 || now_seg == S_GET_SEGMENT (symbolP)))
389 if (now_seg != data_section)
435 && S_GET_SEGMENT (symbolP) == now_seg))
446 symbolP = (symbolS *) local_symbol_make (sym_name, now_seg,
    [all...]
frags.c 321 if (now_seg == absolute_section)
393 if (now_seg == absolute_section)
stabs.c 97 save_seg = now_seg;
301 segT saved_seg = now_seg;
dw2gencfi.c 163 if ((bfd_get_section_flags (stdoutput, now_seg)
167 return now_seg;
177 segT save_seg = now_seg;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-rx.h 83 && subseg_text_p (now_seg)) \
obj-elf.c 573 elt->seg = now_seg;
579 previous_section = now_seg;
950 previous_section = now_seg;
1088 const char *now_group = elf_group_name (now_seg);
1092 linkonce = (now_seg->flags & SEC_LINK_ONCE) != 0;
1128 subseg_set (now_seg, new_subsection);
1140 previous_section = now_seg;
1158 previous_section = now_seg;
1176 previous_section = now_seg;
1194 previous_section = now_seg;
    [all...]
tc-d30v.c 323 d30v_current_align_seg = now_seg;
1235 && S_GET_SEGMENT (myops[j].X_add_symbol) == now_seg
    [all...]
tc-nds32.h 143 if ((N) > 1 && (subseg_text_p (now_seg) \
144 || strncmp (now_seg->name, ".gcc_except_table", sizeof(".gcc_except_table") - 1) == 0)) \
obj-coff-seh.c 92 segT save_seg = now_seg;
163 if (seh_ctx_cur->code_seg == now_seg)
166 nseg_name = bfd_get_section_name (stdoutput, now_seg);
448 seh_ctx_cur->code_seg = now_seg;
906 segT save_seg = now_seg;
977 segT save_seg = now_seg;
tc-i370.c 1009 record_alignment (now_seg, alignment);
1107 old_sec = now_seg;
    [all...]
tc-pj.c 111 : rv[nbytes][(now_seg->flags & SEC_CODE) ? 0 : 1]);
461 if (target_big_endian || now_seg->flags & SEC_CODE)
tc-aarch64.h 143 if (FILL == NULL && (N) != 0 && ! need_pass_2 && subseg_text_p (now_seg)) \
tc-tic6x.c 196 unwind = seg_info (now_seg)->tc_segment_info_data.unwind;
200 unwind = seg_info (now_seg)->tc_segment_info_data.text_unwind;
205 seg_info (now_seg)->tc_segment_info_data.unwind = unwind;
551 seg_info (now_seg)->tc_segment_info_data.nocmp = TRUE;
651 segT old_sec = now_seg;
778 seg = now_seg;
952 si = seg_info (now_seg);
1029 segment_info_type *seginfo = seg_info (now_seg);
1060 && subseg_text_p (now_seg))
    [all...]
tc-xtensa.c 304 segT now_seg; member in struct:emit_state_struct
    [all...]
tc-nds32.c     [all...]
obj-som.c 210 segT saved_seg = now_seg;
tc-i386.h 203 && subseg_text_p (now_seg)) \
tc-iq2000.c 544 hi_fixup->seg = now_seg;
569 iq2000_record_hi16 (fixP->fx_cgen.opinfo, fixP, now_seg);
828 if ((bfd_get_section_flags (stdoutput, now_seg) & SEC_CODE) != 0)
927 if ((bfd_get_section_flags (stdoutput, now_seg) & SEC_CODE) != 0)
tc-alpha.c 608 info->segment = now_seg;
    [all...]
tc-nios2.c 332 int switched_seg_p = (nios2_current_align_seg != now_seg);
348 if (subseg_text_p (now_seg) && align >= 2)
376 gas_assert (S_GET_SEGMENT (label) == now_seg);
404 record_alignment (now_seg, align);
469 else if (subseg_text_p (now_seg))
497 nios2_current_align_seg = now_seg;
508 nios2_current_align_seg = now_seg;
519 nios2_current_align_seg = now_seg;
    [all...]
tc-m32r.c 648 segT seg = now_seg;
713 seg = now_seg;
    [all...]

Completed in 1641 milliseconds

1 2 3 4