Even on x86, Go's internal linker does not write .dynsym / .symtab entries as expected.
In particular, functions imported from libraries such as libc.so (e.g. via loadcgo) when written to .dynsym / .symtab are listed as OBJT (STT_OBJECT) instead of as FUNC (STT_FUNC).
Unknown what effect this is having at this time.