Lines Matching defs:__start
6 .global __start7 .ent __start8 __start:11 jal __start + 0x4 # CHECK: instruction: [jal, Imm<__start+4>]12 jal __start + (-0x10) # CHECK: instruction: [jal, Imm<__start-16>]13 jal (__start + (-0x10)) # CHECK: instruction: [jal, Imm<__start-16>]14 .end __start