1 .text 2 bnd call 0x100040 3 bnd jmp 0x100040 4 5foo1: 6 bnd jmp foo1 7 bnd jb foo1 8 bnd call foo1 9 bnd jmp foo2 10 bnd jb foo2 11 bnd call foo2 12foo2: 13 bnd jmp foo 14 bnd jb foo 15 bnd call foo 16 bnd jmp foo@PLT 17 bnd jb foo@PLT 18 bnd call foo@plt 19