mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
18 lines
286 B
ArmAsm
18 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
|