1 2.*: file format .* 3 4Contents of section \.got: 5# 6# The order of the TLS entries in this GOT is: 7# 8# foo2 9# foo3 10# foo0 11# foo1 12# 13# The order and address don't matter; the important thing is that the 14# addresses match the relocs in the .r dump and that there is a separate 15# entry for each symbol. 16# 17#... 18 1c4010 00000000 0000abc8 0000abcc 0000abc0 .* 19 1c4020 0000abc4 00000000 80000000 00000000 .* 20# 21# Likewise, but the order of the entries in this GOT is: 22# 23# foo3 24# foo0 25# foo2 26# foo1 27#... 28 1d0020 00000000 00000000 00000000 0000abcc .* 29 1d0030 0000abc0 0000abc8 0000abc4 .* 30