HomeSort by relevance Sort by last modified time
    Searched refs:subseg (Results 1 - 23 of 23) sorted by null

  /toolchain/binutils/binutils-2.25/gas/
subsegs.c 60 subseg_change (segT seg, int subseg)
64 now_subseg = subseg;
76 subseg_set_rest (segT seg, subsegT subseg)
91 subseg_change (seg, (int) subseg);
100 if (frcP->frch_subseg >= subseg)
103 if (frcP == NULL || frcP->frch_subseg != subseg)
108 newP->frch_subseg = subseg;
179 subseg_new (const char *segname, subsegT subseg)
184 subseg_set_rest (secptr, subseg);
191 subseg_force_new (const char *segname, subsegT subseg)
    [all...]
dwarf2dbg.c 193 subsegT subseg; member in struct:line_subseg
302 /* Find or create (if CREATE_P) an entry for SEG+SUBSEG in ALL_SEGS. */
305 get_line_subseg (segT seg, subsegT subseg, bfd_boolean create_p)
327 if (lss->subseg == subseg)
329 if (lss->subseg > subseg)
335 lss->subseg = subseg;
    [all...]
symbols.h 129 subsegT subseg; member in struct:broken_word
155 extern const segT N_TYPE_seg[]; /* subseg.c */
158 extern const short seg_N_TYPE[];/* subseg.c */
dw2gencfi.c 102 int subseg; member in struct:dwcfi_seg_list
148 alloc_debugseg_item (segT seg, int subseg, char *name)
155 r->subseg = subseg;
    [all...]
write.c     [all...]
read.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff-seh.c 27 int subseg; member in struct:seh_seg_list
75 alloc_pxdata_item (segT seg, int subseg, char *name)
82 r->subseg = subseg;
181 switch_xdata (int subseg, segT code_seg)
185 subseg_set (x_segcur->seg, subseg);
193 subseg_set (p_segcur->seg, p_segcur->subseg);
453 seh_ctx_cur->subsection = x_segcur->subseg;
454 x_segcur->subseg += 2;
tc-ppc.c 1019 subsegT subseg;
1014 subsegT subseg; member in struct:dw_subsection
1730 subsegT subseg = now_subseg; local
3947 struct dw_subsection *subseg; local
4744 subsegT subseg; local
4751 subseg_new (segment_name (data_section), subseg); local
    [all...]
tc-ppc.h 141 subsegT subseg;
140 subsegT subseg; member in struct:ppc_tc_sy
obj-elf.c 513 int subseg, prev_subseg; member in struct:section_stack
575 elt->subseg = now_subseg;
1261 subseg_set (top->seg, top->subseg);
1695 subsegT subseg = now_subseg; local
2549 subsegT subseg = now_subseg; local
    [all...]
tc-m32r.c 649 subsegT subseg = now_subseg;
655 subseg_set (seg, subseg);
691 subsegT subseg;
711 /* Save the current subseg so we can restore it [it's the default one and
714 subseg = now_subseg;
724 subseg_set (seg, subseg);
647 subsegT subseg = now_subseg; local
688 subsegT subseg; local
    [all...]
tc-d10v.c 1609 subsegT subseg; local
    [all...]
tc-xtensa.c 10353 subsegT subseg = now_subseg; local
10490 subsegT subseg; member in struct:subseg_map_struct
    [all...]
tc-d30v.c 1808 subsegT subseg; local
    [all...]
tc-msp430.c 493 int subseg; local
615 subseg = now_subseg;
643 subseg_set (seg, subseg);
    [all...]
tc-tic6x.c 758 subsegT subseg; local
776 /* Save the current subseg so we can restore it [it's the default one and
779 subseg = now_subseg;
789 subseg_set (seg, subseg);
    [all...]
tc-hppa.c     [all...]
tc-score.c 6525 subsegT subseg; local
    [all...]
tc-score7.c 6139 subsegT subseg; local
    [all...]
tc-i386.c 10201 subsegT subseg = now_subseg; local
10688 subsegT subseg = now_subseg; local
    [all...]
tc-mips.c 3687 subsegT subseg; local
5890 subsegT subseg; local
    [all...]
tc-ia64.c 11987 subsegT subseg = now_subseg; local
    [all...]
  /external/webrtc/webrtc/p2p/base/
pseudotcp.cc 1012 SSegment subseg(seg->seq + nTransmit, seg->len - nTransmit, seg->bCtrl);
1013 //subseg.tstamp = seg->tstamp;
1014 subseg.xmit = seg->xmit;
1018 m_slist.insert(++next, subseg);
    [all...]

Completed in 880 milliseconds