Searched refs:ptrvar (Results 1 – 2 of 2) sorted by relevance
65 #define RELOC_REF_PTR_VAR(ptrvar)\ argument66 ptrvar = (*gc_proc(gcst, reloc_ref_ptr))((const void *)(ptrvar), gcst)
411 #define RELOC_OBJ_VAR(ptrvar)\ argument412 (ptrvar = RELOC_OBJ(ptrvar))413 #define RELOC_VAR(ptrvar) /* a handy abbreviation */\ argument414 RELOC_OBJ_VAR(ptrvar)415 #define RELOC_STRING_VAR(ptrvar)\ argument416 (gc_proc(gcst, reloc_string)(&(ptrvar), gcst))417 #define RELOC_CONST_STRING_VAR(ptrvar)\ argument418 (gc_proc(gcst, reloc_const_string)(&(ptrvar), gcst))419 #define RELOC_PARAM_STRING_VAR(ptrvar)\ argument420 (gc_proc(gcst, reloc_param_string)(&(ptrvar), gcst))[all …]