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

  /src/external/gpl3/binutils/dist/gas/
as.h 592 typedef struct frag fragS;
598 int eh_frame_estimate_size_before_relax (fragS *);
599 int eh_frame_relax_frag (fragS *);
600 void eh_frame_convert_frag (fragS *);
605 int sframe_estimate_size_before_relax (fragS *);
606 int sframe_relax_frag (fragS *);
607 void sframe_convert_frag (fragS *);
625 #include "frags.h"
  /src/external/gpl3/binutils.old/dist/gas/
as.h 578 typedef struct frag fragS;
584 int eh_frame_estimate_size_before_relax (fragS *);
585 int eh_frame_relax_frag (fragS *);
586 void eh_frame_convert_frag (fragS *);
591 int sframe_estimate_size_before_relax (fragS *);
592 int sframe_relax_frag (fragS *);
593 void sframe_convert_frag (fragS *);
611 #include "frags.h"

Completed in 28 milliseconds