Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Drtl.c115 ? RTX_HDR_SIZE + (sizeof FORMAT - 1) * sizeof (HOST_WIDE_INT) \
116 : RTX_HDR_SIZE + (sizeof FORMAT - 1) * sizeof (rtunion)),
179 return RTX_HDR_SIZE + sizeof (struct block_symbol); in rtx_size()
197 memset (rt, 0, RTX_HDR_SIZE); in rtx_alloc_stat()
Dcselib.c752 memset (e->u.val_rtx, 0, RTX_HDR_SIZE); in new_cselib_val()
Dggc-page.c178 (RTX_HDR_SIZE + (NSLOTS) * sizeof (rtunion))
Drtl.h314 #define RTX_HDR_SIZE offsetof (struct rtx_def, u) macro
Dvarasm.c363 size = RTX_HDR_SIZE + sizeof (struct block_symbol); in create_block_symbol()