Home
last modified time | relevance | path

Searched refs:EH_FRAME_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/
Ddw2gencfi.c45 #ifndef EH_FRAME_ALIGNMENT
46 # define EH_FRAME_ALIGNMENT (bfd_get_arch_size (stdoutput) == 64 ? 3 : 2) macro
1326 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()
DChangeLog-02031576 * 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.