Go to the documentation of this file.
30 #ifndef YASM_VALPARAM_H
31 #define YASM_VALPARAM_H
183 #define yasm_vps_initialize(headp) STAILQ_INIT(headp)
200 #define yasm_vps_append(headp, vp) do { \
202 STAILQ_INSERT_TAIL(headp, vp, link); \
213 #define yasm_vps_first(headp) STAILQ_FIRST(headp)
222 #define yasm_vps_next(cur) STAILQ_NEXT(cur, link)
231 #define yasm_vps_foreach(iter, headp) STAILQ_FOREACH(iter, headp, link)
261 void *data, uintptr_t
arg);
297 int (*helper_valparam) (
void *
object,
314 void *data, uintptr_t arg);
328 void *data, uintptr_t arg);
342 void *data, uintptr_t arg);
360 void *data, uintptr_t arg);
378 void *data, uintptr_t arg);
395 void *data, uintptr_t arg);
407 unsigned long line,
void *data);