1.global foo
2.weak __wrap_foo
3.protected __wrap_foo
4.global __real_foo
5foo = 0x11000
6__wrap_foo = 0x11010
7__real_foo = 0x11020
8