Lines Matching refs:vectors
127 .vectors { \
128 *(.vectors) \
130 .vectors.bhb.loop8 { \
131 *(.vectors.bhb.loop8) \
133 .vectors.bhb.bpiall { \
134 *(.vectors.bhb.bpiall) \
137 ARM_LMA(__vectors, .vectors); \
138 ARM_LMA(__vectors_bhb_loop8, .vectors.bhb.loop8); \
139 ARM_LMA(__vectors_bhb_bpiall, .vectors.bhb.bpiall); \
140 . = __vectors_lma + SIZEOF(.vectors) + \
141 SIZEOF(.vectors.bhb.loop8) + \
142 SIZEOF(.vectors.bhb.bpiall); \
145 .stubs ADDR(.vectors) + 0x1000 : AT(__stubs_lma) { \
151 PROVIDE(vector_fiq_offset = vector_fiq - ADDR(.vectors));