1 .text 2 ldr x1, .Lgot 3 adr x2, .Lgot 4 add x1, x2, x1 5 6 ldr x0, [x1, #:gotoff_lo15:globala] 7 ldr x0, [x1, #:gotoff_lo15:globalb] 8 ldr x0, [x1, #:gotoff_lo15:globalc] 9 10.Lgot: 11 .dword _GLOBAL_OFFSET_TABLE_ - . 12