Searched refs:segT (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-10.1-release/contrib/binutils/gas/
H A Dtc.h34 void md_apply_fix (fixS *, valueT *, segT);
60 int md_estimate_size_before_relax (fragS * fragP, segT);
63 valueT md_section_align (segT, valueT);
70 void md_convert_frag (bfd *, segT, fragS *);
H A Dwrite.h168 extern void record_alignment (segT seg, int align);
169 extern int get_recorded_alignment (segT seg);
172 extern long relax_frag (segT, fragS *, long);
173 extern int relax_segment (struct frag *, segT, int);
H A Dsubsegs.c62 subseg_change (register segT seg, register int subseg)
78 subseg_set_rest (segT seg, subsegT subseg)
135 * subseg_set(segT, subsegT)
139 * In: segT, subsegT code for new subsegment.
149 segT
152 segT secptr;
180 segT
183 segT secptr;
192 segT
195 segT secpt
[all...]
H A Das.h283 typedef asection *segT;
294 COMMON segT now_seg;
298 extern segT reg_section, expr_section;
300 extern segT text_section, data_section, bss_section;
564 void subseg_change (segT, int);
565 segT subseg_new (const char *, subsegT);
566 segT subseg_force_new (const char *, subsegT);
567 void subseg_set (segT, subsegT);
568 int subseg_text_p (segT);
569 int seg_not_empty_p (segT);
280 typedef asection *segT; typedef
[all...]
H A Decoff.h84 extern void ecoff_stab (segT sec, int what, const char *string,
H A Dliteral.c48 segT sec;
51 segT current_section = now_seg;
H A Dobj.h64 void (*process_stab) (segT, int, const char *, int, int, int);
66 void (*init_stab_section) (segT);
H A Dsymbols.h48 symbolS *symbol_new (const char *name, segT segment, valueT value,
50 symbolS *symbol_create (const char *name, segT segment, valueT value,
56 symbolS *symbol_temp_new (segT, valueT, fragS *);
67 int snapshot_symbol (symbolS **, valueT *, segT *, fragS **);
102 extern segT S_GET_SEGMENT (symbolS *);
103 extern void S_SET_SEGMENT (symbolS *, segT);
124 segT seg;
151 extern const segT N_TYPE_seg[]; /* subseg.c */
H A Dcgen.h84 extern void gas_cgen_md_apply_fix (fixS *, valueT *, segT);
H A Dsubsegs.h115 extern symbolS *section_symbol (segT);
H A Ddwarf2dbg.c150 segT seg;
192 static struct line_subseg *get_line_subseg (segT, subsegT);
194 static struct frag *first_frag_for_seg (segT);
195 static struct frag *last_frag_for_seg (segT);
203 static offsetT get_frag_fix (fragS *, segT);
210 static void process_entries (segT, struct line_entry *);
212 static void out_debug_line (segT);
213 static void out_debug_aranges (segT, segT);
214 static void out_debug_abbrev (segT);
[all...]
H A Dexpr.h172 extern segT expr (int, expressionS *, enum expr_mode);
H A Dstruc-symbol.h117 segT lsy_section;
H A Dstabs.c87 segT save_seg;
89 segT seg;
299 segT saved_seg = now_seg;
303 segT seg;
307 static segT cached_sec;
H A Das.c109 segT reg_section;
110 segT expr_section;
111 segT text_section;
112 segT data_section;
113 segT bss_section;
1041 segT s;
1189 segT gnustack;
H A Dwrite.c339 segT seg,
352 get_recorded_alignment (segT seg)
372 chain_frchains_together_1 (segT section, struct frchain *frchp)
399 segT section,
417 cvt_frag_to_fill (segT sec ATTRIBUTE_UNUSED, fragS *fragP)
852 fixup_segment (fixS *fixP, segT this_segment)
857 segT add_symbol_segment = absolute_section;
909 segT sub_symbol_segment;
1864 relax_frag (segT segment, fragS *fragP, long stretch)
1989 relax_segment (struct frag *segment_frag_root, segT segmen
[all...]
H A Dexpr.c43 static segT operand (expressionS *, enum expr_mode);
716 static segT
722 segT segment;
1634 segT
1640 segT retval;
1660 segT rightseg;
1903 segT seg_left, seg_right;
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-mep.h53 extern void mep_apply_fix (struct fix *, valueT *, segT);
57 extern long md_pcrel_from_section (struct fix *, segT);
H A Dtc-s390.h78 extern long md_pcrel_from_section PARAMS ((struct fix *, segT));
H A Dobj-coff.h403 extern void coff_frob_section (segT);
414 extern segT obj_coff_add_segment (const char *);
417 extern segT s_get_segment (symbolS *);
422 extern void obj_coff_init_stab_section (segT);
H A Dobj-elf.h206 extern void obj_elf_init_stab_section (segT);
H A Dtc-mep.c105 segT seg; /* The section this fixup is in. */
1070 md_section_align (segT segment, valueT size)
1212 md_estimate_size_before_relax (fragS * fragP, segT segment)
1281 segT sec ATTRIBUTE_UNUSED,
1433 mep_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
1456 md_pcrel_from_section (fixS *fixP, segT sec)
1792 static segT
1795 static segT vtext_section;
H A Dobj-coff.c178 static segT
181 static segT debug_section;
485 segT current_seg = now_seg;
490 segT sec;
1653 coff_frob_section (segT sec)
1655 segT strsec;
1736 obj_coff_init_stab_section (segT seg)
H A Dtc-ppc.h228 extern long md_pcrel_from_section (struct fix *, segT);
H A Dobj-elf.c482 static segT previous_section;
488 segT seg, prev_seg;
534 segT sec;
1123 segT new_section;
1602 static segT comment_section;
1603 segT old_section = now_seg;
1630 obj_elf_init_stab_section (segT seg)
2232 elf_init_stab_section (segT seg)

Completed in 177 milliseconds

12