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

  /toolchain/binutils/binutils-2.27/gas/
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 108 int subseg; member in struct:dwcfi_seg_list
267 alloc_debugseg_item (segT seg, int subseg, char *name)
274 r->subseg = subseg;
1334 subseg_set (cseg, l->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...]
  /toolchain/binutils/binutils-2.27/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);
451 seh_ctx_cur->subsection = x_segcur->subseg;
452 x_segcur->subseg += 2;
tc-ppc.h 143 subsegT subseg;
142 subsegT subseg; member in struct:ppc_tc_sy
tc-d10v.c 1609 subsegT subseg; local
    [all...]
obj-elf.c 515 int subseg, prev_subseg; member in struct:section_stack
577 elt->subseg = now_subseg;
1324 subseg_set (top->seg, top->subseg);
1755 subsegT subseg = now_subseg; local
2603 subsegT subseg = now_subseg; local
    [all...]
tc-d30v.c 1808 subsegT subseg; local
    [all...]
tc-m32r.c 646 subsegT subseg = now_subseg;
652 subseg_set (seg, subseg);
688 subsegT subseg;
708 /* Save the current subseg so we can restore it [it's the default one and
711 subseg = now_subseg;
721 subseg_set (seg, subseg);
644 subsegT subseg = now_subseg; local
685 subsegT subseg; local
    [all...]
tc-msp430.c 490 int subseg; local
612 subseg = now_subseg;
640 subseg_set (seg, subseg);
    [all...]
tc-ppc.c 1023 subsegT subseg;
1018 subsegT subseg; member in struct:dw_subsection
1732 subsegT subseg = now_subseg; local
3968 struct dw_subsection *subseg; local
4755 subsegT subseg; local
4762 subseg_new (segment_name (data_section), subseg); local
    [all...]
tc-score7.c 6138 subsegT subseg; local
    [all...]
tc-tic6x.c 755 subsegT subseg; local
773 /* Save the current subseg so we can restore it [it's the default one and
776 subseg = now_subseg;
786 subseg_set (seg, subseg);
    [all...]
tc-score.c 6524 subsegT subseg; local
    [all...]
tc-i386.c 11055 subsegT subseg = now_subseg; local
    [all...]
tc-ia64.c 11937 subsegT subseg = now_subseg; local
    [all...]
tc-mips.c 3661 subsegT subseg; local
5790 subsegT subseg; local
    [all...]
tc-xtensa.c 10763 subsegT subseg = now_subseg; local
10900 subsegT subseg; member in struct:subseg_map_struct
    [all...]

Completed in 1178 milliseconds