Lines Matching refs:vectors
128 .vectors { \
129 *(.vectors) \
131 .vectors.bhb.loop8 { \
132 *(.vectors.bhb.loop8) \
134 .vectors.bhb.bpiall { \
135 *(.vectors.bhb.bpiall) \
138 ARM_LMA(__vectors, .vectors); \
139 ARM_LMA(__vectors_bhb_loop8, .vectors.bhb.loop8); \
140 ARM_LMA(__vectors_bhb_bpiall, .vectors.bhb.bpiall); \
141 . = __vectors_lma + SIZEOF(.vectors) + \
142 SIZEOF(.vectors.bhb.loop8) + \
143 SIZEOF(.vectors.bhb.bpiall); \
146 .stubs ADDR(.vectors) + 0x1000 : AT(__stubs_lma) { \
152 PROVIDE(vector_fiq_offset = vector_fiq - ADDR(.vectors));