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 f3 .ent f3 f3: .rept 8000 makeref frob .endr .end f3