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

/freebsd-11.0-release/contrib/gcc/
H A Drtl.c116 ? RTX_HDR_SIZE + (sizeof FORMAT - 1) * sizeof (HOST_WIDE_INT) \
117 : RTX_HDR_SIZE + (sizeof FORMAT - 1) * sizeof (rtunion)),
181 return RTX_HDR_SIZE + sizeof (struct block_symbol);
199 memset (rt, 0, RTX_HDR_SIZE);
H A Dcselib.c753 memset (e->u.val_rtx, 0, RTX_HDR_SIZE);
H A Dggc-page.c180 (RTX_HDR_SIZE + (NSLOTS) * sizeof (rtunion))
H A Drtl.h320 #define RTX_HDR_SIZE offsetof (struct rtx_def, u)
319 #define RTX_HDR_SIZE macro
H A Dvarasm.c364 size = RTX_HDR_SIZE + sizeof (struct block_symbol);

Completed in 92 milliseconds