14 lines
202 B
D
14 lines
202 B
D
|
#name: TLS with PIE
|
||
|
#as: --32
|
||
|
#ld: -melf_i386 -pie
|
||
|
#objdump: -dw
|
||
|
|
||
|
.*: +file format .*
|
||
|
|
||
|
|
||
|
Disassembly of section .text:
|
||
|
|
||
|
0+188 <_start>:
|
||
|
[ ]*[a-f0-9]+: 8d 05 fc ff ff ff lea 0xfffffffc,%eax
|
||
|
#pass
|