17 lines
286 B
ArmAsm
17 lines
286 B
ArmAsm
.text
|
|
.type bar, %function
|
|
bar:
|
|
.section __patchable_function_entries,"awo",%progbits,bar
|
|
.dc.a .LPFE1
|
|
.text
|
|
.LPFE1:
|
|
.byte 0
|
|
.text
|
|
.globl _start
|
|
.type _start, %function
|
|
_start:
|
|
.section __patchable_function_entries,"awo",%progbits,_start
|
|
.dc.a .LPFE2
|
|
.text
|
|
.LPFE2:
|
|
.byte 0
|