Home
last modified time | relevance | path

Searched refs:START_OPERATOR_RELOCATION (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dcmpgc.h51 #ifndef START_OPERATOR_RELOCATION
52 # define START_OPERATOR_RELOCATION(scan, reference) do {} while (false) macro
H A Dgcloop.c696 START_OPERATOR_RELOCATION (scan, ref); in DEFINE_GC_HANDLER()
H A Dcmpint.c900 START_OPERATOR_RELOCATION (scan, ref); in link_section()
902 START_OPERATOR_RELOCATION (scan1, ref); in link_section()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/cmpintmd/
H A Dx86-64.h156 #define START_OPERATOR_RELOCATION(scan, ref) do {} while (0) macro
H A Di386.h228 #define START_OPERATOR_RELOCATION(scan, ref) do \ macro