Searched refs:LINK_TO_FLAGS (Results 1 – 4 of 4) sorted by relevance
251 flag_t *fptr = LINK_TO_FLAGS(linkp); in get_name()289 fptr = LINK_TO_FLAGS(dptr); in header()297 fptr = LINK_TO_FLAGS(dptr); in header()
142 *LINK_TO_FLAGS(ACF_TO_LINK(acf)) |= FLAG_DEBUG; in add_debug_acf()335 flagp = LINK_TO_FLAGS(ACF_TO_LINK(acf)); in undebug()388 flagp = LINK_TO_FLAGS(ACF_TO_LINK(acf)); in is_debug_word()504 flag = LINK_TO_FLAGS(link); in unbug()
2230 flags = LINK_TO_FLAGS(ACF_TO_LINK(TOS)); in interpret()
280 #define LINK_TO_FLAGS(x) (((flag_t *)(x))-1) macro