_tag
__cptext void codepatch_control_flow(uint16_t _tag, void *_func,
__cptext void codepatch_call(uint16_t _tag, void *_func);
__cptext void codepatch_jmp(uint16_t _tag, void *_func);
typedef struct _tag TAG;
TAILQ_ENTRY(_tag) q; /* Linked list of tags. */
TAILQ_HEAD(_tagqh, _tag) tagq;
void _tag(struct n2id_labels *, u_int16_t, u_int32_t);
_tag(&rt_labels, id, tag);
void _tag(struct n2id_labels *, u_int16_t, u_int32_t);
_tag(&rt_labels, id, tag);