When I compile the same code in two machines, it produces different symol table in bin.
I need some symbols appear in dynsym, but when I use another machine, the symbols disappered.
I have compiled them in the same version rustc 1.48.0, same in x86, so what causes this?
It really confuses me.