Home
last modified time | relevance | path

Searched refs:seginfo (Results 1 – 25 of 117) sorted by relevance

12345

/netbsd/external/gpl3/gdb/dist/gas/
H A Dsubsegs.c64 if (! seginfo) in subseg_change()
78 segment_info_type *seginfo; in subseg_set_rest() local
90 seginfo = seg_info (seg); in subseg_set_rest()
148 segment_info_type *seginfo; in subseg_get() local
163 if (! seginfo) in subseg_get()
213 if (seginfo == 0) in section_symbol()
215 if (seginfo->sym) in section_symbol()
216 return seginfo->sym; in section_symbol()
252 seginfo->sym = s; in section_symbol()
277 if (!seginfo) in seg_not_empty_p()
[all …]
H A Dliteral.c53 segment_info_type *seginfo = seg_info (sec); in add_to_literal_pool() local
60 if (seginfo->frchainP) in add_to_literal_pool()
61 for (fixp = seginfo->frchainP->fix_root; in add_to_literal_pool()
88 offset = seginfo->literal_pool_size; in add_to_literal_pool()
89 seginfo->literal_pool_size += size; in add_to_literal_pool()
H A Dwrite.c552 if (seginfo && seginfo->frchainP in relax_seg()
562 segment_info_type *seginfo; in size_seg() local
568 seginfo = seg_info (sec); in size_seg()
569 if (seginfo && seginfo->frchainP) in size_seg()
588 if (size > 0 && ! seginfo->bss) in size_seg()
637 fixS *fixp = seginfo->fix_root; in dump_section_relocs()
785 if (seginfo == NULL) in adjust_reloc_syms()
1230 if (seginfo == NULL) in write_relocs()
1440 if (seginfo == NULL in compress_debug()
1602 if (seginfo == NULL in write_contents()
[all …]
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Dsubsegs.c64 if (! seginfo) in subseg_change()
78 segment_info_type *seginfo; in subseg_set_rest() local
90 seginfo = seg_info (seg); in subseg_set_rest()
148 segment_info_type *seginfo; in subseg_get() local
163 if (! seginfo) in subseg_get()
213 if (seginfo == 0) in section_symbol()
215 if (seginfo->sym) in section_symbol()
216 return seginfo->sym; in section_symbol()
252 seginfo->sym = s; in section_symbol()
277 if (!seginfo) in seg_not_empty_p()
[all …]
H A Dliteral.c53 segment_info_type *seginfo = seg_info (sec); in add_to_literal_pool() local
60 if (seginfo->frchainP) in add_to_literal_pool()
61 for (fixp = seginfo->frchainP->fix_root; in add_to_literal_pool()
88 offset = seginfo->literal_pool_size; in add_to_literal_pool()
89 seginfo->literal_pool_size += size; in add_to_literal_pool()
H A Dwrite.c552 if (seginfo && seginfo->frchainP in relax_seg()
562 segment_info_type *seginfo; in size_seg() local
568 seginfo = seg_info (sec); in size_seg()
569 if (seginfo && seginfo->frchainP) in size_seg()
588 if (size > 0 && ! seginfo->bss) in size_seg()
637 fixS *fixp = seginfo->fix_root; in dump_section_relocs()
785 if (seginfo == NULL) in adjust_reloc_syms()
1230 if (seginfo == NULL) in write_relocs()
1440 if (seginfo == NULL in compress_debug()
1602 if (seginfo == NULL in write_contents()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/
H A Dsubsegs.c64 if (! seginfo) in subseg_change()
78 segment_info_type *seginfo; in subseg_set_rest() local
90 seginfo = seg_info (seg); in subseg_set_rest()
148 segment_info_type *seginfo; in subseg_get() local
163 if (! seginfo) in subseg_get()
213 if (seginfo == 0) in section_symbol()
215 if (seginfo->sym) in section_symbol()
216 return seginfo->sym; in section_symbol()
252 seginfo->sym = s; in section_symbol()
277 if (!seginfo) in seg_not_empty_p()
[all …]
H A Dliteral.c53 segment_info_type *seginfo = seg_info (sec); in add_to_literal_pool() local
60 if (seginfo->frchainP) in add_to_literal_pool()
61 for (fixp = seginfo->frchainP->fix_root; in add_to_literal_pool()
88 offset = seginfo->literal_pool_size; in add_to_literal_pool()
89 seginfo->literal_pool_size += size; in add_to_literal_pool()
H A Dwrite.c552 if (seginfo && seginfo->frchainP in relax_seg()
562 segment_info_type *seginfo; in size_seg() local
568 seginfo = seg_info (sec); in size_seg()
569 if (seginfo && seginfo->frchainP) in size_seg()
588 if (size > 0 && ! seginfo->bss) in size_seg()
637 fixS *fixp = seginfo->fix_root; in dump_section_relocs()
785 if (seginfo == NULL) in adjust_reloc_syms()
1230 if (seginfo == NULL) in write_relocs()
1440 if (seginfo == NULL in compress_debug()
1602 if (seginfo == NULL in write_contents()
[all …]
/netbsd/external/gpl3/binutils/dist/gas/
H A Dsubsegs.c60 segment_info_type *seginfo; in alloc_seginfo() local
62 seginfo = obstack_alloc (&notes, sizeof (*seginfo)); in alloc_seginfo()
63 memset (seginfo, 0, sizeof (*seginfo)); in alloc_seginfo()
64 seginfo->bfd_section = seg; in alloc_seginfo()
105 seginfo = seg_info (seg); in subseg_set_rest()
228 if (seginfo == 0) in section_symbol()
230 if (seginfo->sym) in section_symbol()
231 return seginfo->sym; in section_symbol()
267 seginfo->sym = s; in section_symbol()
292 if (!seginfo) in seg_not_empty_p()
[all …]
H A Dliteral.c53 segment_info_type *seginfo = seg_info (sec); in add_to_literal_pool() local
60 if (seginfo->frchainP) in add_to_literal_pool()
61 for (fixp = seginfo->frchainP->fix_root; in add_to_literal_pool()
88 offset = seginfo->literal_pool_size; in add_to_literal_pool()
89 seginfo->literal_pool_size += size; in add_to_literal_pool()
H A Dwrite.c543 if (seginfo && seginfo->frchainP in relax_seg()
553 segment_info_type *seginfo; in size_seg() local
559 seginfo = seg_info (sec); in size_seg()
560 if (seginfo && seginfo->frchainP) in size_seg()
579 if (size > 0 && ! seginfo->bss) in size_seg()
628 fixS *fixp = seginfo->fix_root; in dump_section_relocs()
778 if (seginfo == NULL) in adjust_reloc_syms()
1235 if (seginfo == NULL) in write_relocs()
1479 if (seginfo == NULL in compress_debug()
1641 if (seginfo == NULL in write_contents()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dmode-switching.c70 struct seginfo struct
75 struct seginfo *next; argument
81 struct seginfo *seginfo; argument
156 static struct seginfo *
159 struct seginfo *ptr; in new_seginfo()
163 ptr = XNEW (struct seginfo); in new_seginfo()
179 struct seginfo *ptr; in add_seginfo()
181 if (head->seginfo == NULL) in add_seginfo()
182 head->seginfo = info; in add_seginfo()
185 ptr = head->seginfo; in add_seginfo()
[all …]
H A Dmode-switching.cc70 struct seginfo struct
75 struct seginfo *next; argument
81 struct seginfo *seginfo; member
156 static struct seginfo *
159 struct seginfo *ptr; in new_seginfo()
163 ptr = XNEW (struct seginfo); in new_seginfo()
179 struct seginfo *ptr; in add_seginfo()
181 if (head->seginfo == NULL) in add_seginfo()
182 head->seginfo = info; in add_seginfo()
185 ptr = head->seginfo; in add_seginfo()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dmode-switching.c70 struct seginfo struct
75 struct seginfo *next; argument
81 struct seginfo *seginfo; argument
156 static struct seginfo *
159 struct seginfo *ptr; in new_seginfo()
163 ptr = XNEW (struct seginfo); in new_seginfo()
179 struct seginfo *ptr; in add_seginfo()
181 if (head->seginfo == NULL) in add_seginfo()
182 head->seginfo = info; in add_seginfo()
185 ptr = head->seginfo; in add_seginfo()
[all …]
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dobj-evax.c138 segment_info_type *seginfo; in evax_frob_file_before_adjust() local
142 seginfo = seg_info (alpha_link_section); in evax_frob_file_before_adjust()
154 fixtail = seginfo->fix_tail; in evax_frob_file_before_adjust()
177 seginfo->fix_tail = fixtail; in evax_frob_file_before_adjust()
H A Dtc-tic6x.c1023 segment_info_type *seginfo = seg_info (now_seg); in tic6x_cons_align() local
1028 seginfo->tc_segment_info_data.label_list = NULL; in tic6x_cons_align()
1031 seginfo->tc_segment_info_data.spmask_addr = NULL; in tic6x_cons_align()
1032 seginfo->tc_segment_info_data.func_units_used = 0; in tic6x_cons_align()
3124 segment_info_type *seginfo; in md_assemble() local
3183 seginfo = seg_info (now_seg); in md_assemble()
3185 seginfo->tc_segment_info_data.label_list = NULL; in md_assemble()
3711 if (seginfo->tc_segment_info_data.sploop_ii) in md_assemble()
3717 seginfo->tc_segment_info_data.sploop_ii in md_assemble()
3725 seginfo->tc_segment_info_data.sploop_ii = 0; in md_assemble()
[all …]
H A Dtc-iq2000.c590 segment_info_type * seginfo; in iq2000_frob_file() local
608 seginfo = seg_info (l->seg); in iq2000_frob_file()
615 for (f = seginfo->fix_root; f != NULL; f = f->fx_next) in iq2000_frob_file()
630 for (pf = &seginfo->fix_root; in iq2000_frob_file()
639 seginfo->fix_root = l->fixp; in iq2000_frob_file()
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-evax.c138 segment_info_type *seginfo; in evax_frob_file_before_adjust() local
142 seginfo = seg_info (alpha_link_section); in evax_frob_file_before_adjust()
154 fixtail = seginfo->fix_tail; in evax_frob_file_before_adjust()
177 seginfo->fix_tail = fixtail; in evax_frob_file_before_adjust()
H A Dtc-tic6x.c1026 segment_info_type *seginfo = seg_info (now_seg); in tic6x_cons_align() local
1031 seginfo->tc_segment_info_data.label_list = NULL; in tic6x_cons_align()
1034 seginfo->tc_segment_info_data.spmask_addr = NULL; in tic6x_cons_align()
1035 seginfo->tc_segment_info_data.func_units_used = 0; in tic6x_cons_align()
3127 segment_info_type *seginfo; in md_assemble() local
3186 seginfo = seg_info (now_seg); in md_assemble()
3188 seginfo->tc_segment_info_data.label_list = NULL; in md_assemble()
3714 if (seginfo->tc_segment_info_data.sploop_ii) in md_assemble()
3720 seginfo->tc_segment_info_data.sploop_ii in md_assemble()
3728 seginfo->tc_segment_info_data.sploop_ii = 0; in md_assemble()
[all …]
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dobj-evax.c138 segment_info_type *seginfo; in evax_frob_file_before_adjust() local
142 seginfo = seg_info (alpha_link_section); in evax_frob_file_before_adjust()
154 fixtail = seginfo->fix_tail; in evax_frob_file_before_adjust()
177 seginfo->fix_tail = fixtail; in evax_frob_file_before_adjust()
H A Dtc-tic6x.c1021 segment_info_type *seginfo = seg_info (now_seg); in tic6x_cons_align() local
1026 seginfo->tc_segment_info_data.label_list = NULL; in tic6x_cons_align()
1029 seginfo->tc_segment_info_data.spmask_addr = NULL; in tic6x_cons_align()
1030 seginfo->tc_segment_info_data.func_units_used = 0; in tic6x_cons_align()
3122 segment_info_type *seginfo; in md_assemble() local
3180 seginfo = seg_info (now_seg); in md_assemble()
3182 seginfo->tc_segment_info_data.label_list = NULL; in md_assemble()
3708 if (seginfo->tc_segment_info_data.sploop_ii) in md_assemble()
3714 seginfo->tc_segment_info_data.sploop_ii in md_assemble()
3722 seginfo->tc_segment_info_data.sploop_ii = 0; in md_assemble()
[all …]
H A Dtc-iq2000.c590 segment_info_type * seginfo; in iq2000_frob_file() local
608 seginfo = seg_info (l->seg); in iq2000_frob_file()
615 for (f = seginfo->fix_root; f != NULL; f = f->fx_next) in iq2000_frob_file()
630 for (pf = &seginfo->fix_root; in iq2000_frob_file()
639 seginfo->fix_root = l->fixp; in iq2000_frob_file()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dobj-evax.c138 segment_info_type *seginfo; in evax_frob_file_before_adjust() local
142 seginfo = seg_info (alpha_link_section); in evax_frob_file_before_adjust()
154 fixtail = seginfo->fix_tail; in evax_frob_file_before_adjust()
177 seginfo->fix_tail = fixtail; in evax_frob_file_before_adjust()
H A Dtc-tic6x.c1023 segment_info_type *seginfo = seg_info (now_seg); in tic6x_cons_align() local
1028 seginfo->tc_segment_info_data.label_list = NULL; in tic6x_cons_align()
1031 seginfo->tc_segment_info_data.spmask_addr = NULL; in tic6x_cons_align()
1032 seginfo->tc_segment_info_data.func_units_used = 0; in tic6x_cons_align()
3124 segment_info_type *seginfo; in md_assemble() local
3183 seginfo = seg_info (now_seg); in md_assemble()
3185 seginfo->tc_segment_info_data.label_list = NULL; in md_assemble()
3711 if (seginfo->tc_segment_info_data.sploop_ii) in md_assemble()
3717 seginfo->tc_segment_info_data.sploop_ii in md_assemble()
3725 seginfo->tc_segment_info_data.sploop_ii = 0; in md_assemble()
[all …]

12345