mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-19 12:51:22 +01:00
6809759e16
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15075 a95241bf-73f2-0310-859d-f6bbb57e9c96
25 lines
597 B
Makefile
25 lines
597 B
Makefile
|
|
tmpdir/arm-static-app: file format elf32-(little|big)arm
|
|
architecture: arm, flags 0x00000112:
|
|
EXEC_P, HAS_SYMS, D_PAGED
|
|
start address 0x.*
|
|
|
|
Disassembly of section .text:
|
|
|
|
.* <_start>:
|
|
.*: e1a0c00d mov ip, sp
|
|
.*: e92dd800 stmdb sp!, {fp, ip, lr, pc}
|
|
.*: eb000001 bl .* <app_func>
|
|
.*: e89d6800 ldmia sp, {fp, sp, lr}
|
|
.*: e12fff1e bx lr
|
|
|
|
.* <app_func>:
|
|
.*: e1a0c00d mov ip, sp
|
|
.*: e92dd800 stmdb sp!, {fp, ip, lr, pc}
|
|
.*: eb000001 bl .* <app_func2>
|
|
.*: e89d6800 ldmia sp, {fp, sp, lr}
|
|
.*: e12fff1e bx lr
|
|
|
|
.* <app_func2>:
|
|
.*: e12fff1e bx lr
|