¡@

Home 

2014/10/15 ¤U¤È 10:10:59

iphone Programming Glossary: ldr

objc_msgsend in iPhone disassembly

http://stackoverflow.com/questions/7461029/objc-msgsend-in-iphone-disassembly

being configured 00042e48 f64731bc movw r1 0x7bbc 00042e4c f2c0011f movt r1 0x1f 00042e50 4479 add r1 pc 00042e52 6809 ldr r1 r1 #0 00042e54 f1c2e84a blx 0x204eec @ symbol stub for _objc_msgSend From my understanding of this the first two lines..

iPhone assembly, compilation error with LDR parameters

http://stackoverflow.com/questions/9735169/iphone-assembly-compilation-error-with-ldr-parameters

code as part of Theora library using XCode 4.2 and Apple LLVM compiller 3.0 no thumb but there are some errors in ldr ne instructions .text .set DEC_OPB 0xC944 ldrne r2 258014 @ ERROR Unsupported relocation on symbol L0. ERROR Undefined local.. 4.2 and Apple LLVM compiller 3.0 no thumb but there are some errors in ldr ne instructions .text .set DEC_OPB 0xC944 ldrne r2 258014 @ ERROR Unsupported relocation on symbol L0. ERROR Undefined local symbol 0 0f or 0b ldr r6 0x00800080 @ ERROR.. DEC_OPB 0xC944 ldrne r2 258014 @ ERROR Unsupported relocation on symbol L0. ERROR Undefined local symbol 0 0f or 0b ldr r6 0x00800080 @ ERROR Unsupported relocation on symbol L0. ldr r5 DEC_OPB @ ERROR Unsupported relocation on symbol L0. ERROR..