Lines Matching full:vectors
127 * The vectors and stubs are relocatable code, and the
133 .vectors { \
134 OVERLAY_KEEP(*(.vectors)) \
136 .vectors.bhb.loop8 { \
137 OVERLAY_KEEP(*(.vectors.bhb.loop8)) \
139 .vectors.bhb.bpiall { \
140 OVERLAY_KEEP(*(.vectors.bhb.bpiall)) \
143 ARM_LMA(__vectors, .vectors); \
144 ARM_LMA(__vectors_bhb_loop8, .vectors.bhb.loop8); \
145 ARM_LMA(__vectors_bhb_bpiall, .vectors.bhb.bpiall); \
146 . = __vectors_lma + SIZEOF(.vectors) + \
147 SIZEOF(.vectors.bhb.loop8) + \
148 SIZEOF(.vectors.bhb.bpiall); \
151 .stubs ADDR(.vectors) + 0x1000 : AT(__stubs_lma) { \
157 PROVIDE(vector_fiq_offset = vector_fiq - ADDR(.vectors));