Lines Matching full:vectors
127 * The vectors and stubs are relocatable code, and the
133 .vectors { \
134 *(.vectors) \
136 .vectors.bhb.loop8 { \
137 *(.vectors.bhb.loop8) \
139 .vectors.bhb.bpiall { \
140 *(.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) { \