mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-22 05:37:44 +01:00
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29024 a95241bf-73f2-0310-859d-f6bbb57e9c96
31 lines
451 B
Makefile
31 lines
451 B
Makefile
#name: objdump -p print 64-bit values
|
|
#source: dyn-sec64.s
|
|
#as: -mips3 -EB -64
|
|
#ld: -Tdyn-sec64.ld -shared -melf64btsmip
|
|
#objdump: -p
|
|
|
|
.*: .* file format .*
|
|
|
|
Program Header:
|
|
.* LOAD .*
|
|
.*
|
|
.* LOAD .*
|
|
.*
|
|
.* DYNAMIC .*
|
|
.*
|
|
.* NULL .*
|
|
.*
|
|
|
|
Dynamic Section:
|
|
|
|
INIT .* 0x0001234000003000
|
|
FINI .* 0x0001234000004000
|
|
HASH .* 0x0001234000001000
|
|
STRTAB .*
|
|
SYMTAB .*
|
|
STRSZ .*
|
|
SYMENT .*
|
|
PLTGOT .* 0x0001235000000000
|
|
REL .* 0x0001234000002000
|
|
#pass
|