of                 62 gc/dyn_load.c   --> We only know how to find data segments of dynamic libraries for the
of                568 gc/include/gc.h #   define GC_REGISTER_FINALIZER(p, f, d, of, od) \
of                569 gc/include/gc.h 	GC_debug_register_finalizer(p, f, d, of, od)
of                570 gc/include/gc.h #   define GC_REGISTER_FINALIZER_IGNORE_SELF(p, f, d, of, od) \
of                571 gc/include/gc.h 	GC_debug_register_finalizer_ignore_self(p, f, d, of, od)
of                572 gc/include/gc.h #   define GC_REGISTER_FINALIZER_NO_ORDER(p, f, d, of, od) \
of                573 gc/include/gc.h 	GC_debug_register_finalizer_no_order(p, f, d, of, od)
of                590 gc/include/gc.h #   define GC_REGISTER_FINALIZER(p, f, d, of, od) \
of                591 gc/include/gc.h 	GC_register_finalizer(p, f, d, of, od)
of                592 gc/include/gc.h #   define GC_REGISTER_FINALIZER_IGNORE_SELF(p, f, d, of, od) \
of                593 gc/include/gc.h 	GC_register_finalizer_ignore_self(p, f, d, of, od)
of                594 gc/include/gc.h #   define GC_REGISTER_FINALIZER_NO_ORDER(p, f, d, of, od) \
of                595 gc/include/gc.h 	GC_register_finalizer_no_order(p, f, d, of, od)