Searched refs:egps (Results 1 – 3 of 3) sorted by relevance
66 * egps.h: Add flag names.76 * dmt.h, dst.h, eeom.h, egps.h, egsd.h, egst.h, egsy.h: New Files.
1127 struct vms_egps *egps = (struct vms_egps *)vms_rec; in _bfd_vms_slurp_egsd() local1131 vms_flags = bfd_getl16 (egps->flags); in _bfd_vms_slurp_egsd()1144 name = _bfd_vms_save_counted_string (&egps->namlng); in _bfd_vms_slurp_egsd()1151 section->size = bfd_getl32 (egps->alloc); in _bfd_vms_slurp_egsd()1152 section->alignment_power = egps->align; in _bfd_vms_slurp_egsd()5700 struct vms_egps *egps = (struct vms_egps *)e; in evax_bfd_print_egsd() local5701 unsigned int flags = bfd_getl16 (egps->flags); in evax_bfd_print_egsd()5705 fprintf (file, _(" alignment : 2**%u\n"), egps->align); in evax_bfd_print_egsd()5709 l = bfd_getl32 (egps->alloc); in evax_bfd_print_egsd()5712 egps->namlng, egps->name); in evax_bfd_print_egsd()
1729 * config/tc-alpha.c: Includes vms/egps.h on EVAX.1730 (s_alpha_comm): Used new EGPS macros from egps.h