1 2 .*: file format .* 3 4 # 5 # The GOT layout is: 6 # 7 # - 2 reserved entries 8 # - 5 local page entries 9 # - 1 global entry for "undef" 10 # - 4 TLS entries 11 # 12 # The order of the TLS entries is: 13 # 14 # foo3 (offset 0x20) 15 # foo1 (offset 0x24) 16 # foo2 (offset 0x28) 17 # foo0 (offset 0x2c) 18 # 19 # Any order would be acceptable, but it must match the .d dump. 20 # 21 Contents of section \.got: 22 90000 00000000 80000000 00000000 0000abcc .* 23 90010 0000abc4 0000abc8 0000abc0 .* 24