HomeSort by: relevance | last modified time | path
    Searched defs:segT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
as.h 180 typedef asection *segT;
191 COMMON segT now_seg;
195 extern segT reg_section, expr_section;
197 extern segT text_section, data_section, bss_section;
569 void subseg_change (segT, int);
570 segT subseg_new (const char *, subsegT);
571 segT subseg_force_new (const char *, subsegT);
572 void subseg_set (segT, subsegT);
573 int subseg_text_p (segT);
574 int seg_not_empty_p (segT);
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
as.h 180 typedef asection *segT;
191 COMMON segT now_seg;
195 extern segT reg_section, expr_section;
197 extern segT text_section, data_section, bss_section;
555 void subseg_change (segT, int);
556 segT subseg_new (const char *, subsegT);
557 segT subseg_force_new (const char *, subsegT);
558 void subseg_set (segT, subsegT);
559 int subseg_text_p (segT);
560 int seg_not_empty_p (segT);
    [all...]

Completed in 31 milliseconds