Searched refs:EH_FRAME_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
45 #ifndef EH_FRAME_ALIGNMENT46 # define EH_FRAME_ALIGNMENT (bfd_get_arch_size (stdoutput) == 64 ? 3 : 2) macro1326 record_alignment (cfi_seg, EH_FRAME_ALIGNMENT); in cfi_finish()1344 output_fde (fde, cie, first, fde->next == NULL ? EH_FRAME_ALIGNMENT : 2); in cfi_finish()
1576 * dw2gencfi.c (EH_FRAME_ALIGNMENT): Define if not defined.1579 (cfi_finish): Set .eh_frame alignment to EH_FRAME_ALIGNMENT.1580 Pad just last FDE to EH_FRAME_ALIGNMENT.