Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
.macro makeref,sym lw $5,%got(\sym\@)($gp) .endm .globl f2 .ent f2 f2: .rept 8000 makeref bar .endr .end f2