Searched refs:EH_FRAME_HDR_SIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-eh-frame.c28 #define EH_FRAME_HDR_SIZE 8 macro
1011 sec->size = EH_FRAME_HDR_SIZE;
1547 size = EH_FRAME_HDR_SIZE;
1561 memset (contents, 0, EH_FRAME_HDR_SIZE);
1583 bfd_put_32 (abfd, hdr_info->fde_count, contents + EH_FRAME_HDR_SIZE);
1591 contents + EH_FRAME_HDR_SIZE + i * 8 + 4);
1594 contents + EH_FRAME_HDR_SIZE + i * 8 + 8);

Completed in 77 milliseconds