Lines Matching refs:SECTION_VECTOR
56 #define SECTION_VECTOR(sym, section, addr, prevsec) \ macro
65 #define SECTION_VECTOR(section, addr) \ macro
91 SECTION_VECTOR (.WindowVectors.text, WINDOW_VECTORS_VADDR)
93 SECTION_VECTOR (.Level2InterruptVector.text, INTLEVEL2_VECTOR_VADDR)
96 SECTION_VECTOR (.Level3InterruptVector.text, INTLEVEL3_VECTOR_VADDR)
99 SECTION_VECTOR (.Level4InterruptVector.text, INTLEVEL4_VECTOR_VADDR)
102 SECTION_VECTOR (.Level5InterruptVector.text, INTLEVEL5_VECTOR_VADDR)
105 SECTION_VECTOR (.Level6InterruptVector.text, INTLEVEL6_VECTOR_VADDR)
107 SECTION_VECTOR (.DebugInterruptVector.text, DEBUG_VECTOR_VADDR)
108 SECTION_VECTOR (.KernelExceptionVector.text, KERNEL_VECTOR_VADDR)
109 SECTION_VECTOR (.UserExceptionVector.text, USER_VECTOR_VADDR)
110 SECTION_VECTOR (.DoubleExceptionVector.text, DOUBLEEXC_VECTOR_VADDR)
214 SECTION_VECTOR (_WindowVectors_text,
218 SECTION_VECTOR (_DebugInterruptVector_text,
225 SECTION_VECTOR (_Level2InterruptVector_text,
233 SECTION_VECTOR (_Level3InterruptVector_text,
241 SECTION_VECTOR (_Level4InterruptVector_text,
249 SECTION_VECTOR (_Level5InterruptVector_text,
257 SECTION_VECTOR (_Level6InterruptVector_text,
264 SECTION_VECTOR (_KernelExceptionVector_text,
269 SECTION_VECTOR (_UserExceptionVector_text,
273 SECTION_VECTOR (_DoubleExceptionVector_text,
283 SECTION_VECTOR (_SecondaryResetVector_text,