Lines Matching refs:stub
41 // No free stub slot is available
45 // Initialize the stub
46 unsigned char *stub = table;
47 setStubAddress(stub, addr);
49 // Increase the free stub slot pointer
53 return stub;
62 uint8_t *stub = (uint8_t *)stub_;
63 stub[0] = 0x04; // ldr pc, [pc, #-4]
64 stub[1] = 0xf0; // ldr pc, [pc, #-4]
65 stub[2] = 0x1f; // ldr pc, [pc, #-4]
66 stub[3] = 0xe5; // ldr pc, [pc, #-4]
68 void **target = (void **)(stub + 4);