• Indirect function calls with code banking
    Hi, Im having some problems with code banking, regarding to passing functions adresses as parameters. for example: void func ( void(*ret_func1)(void), void(*ret_func2)(void)) { . . . if(x...
  • Indirect function calls with code banking
    Hi, Im having some problems with code banking, regarding to passing functions adresses as parameters. for example: void func ( void(*ret_func1)(void), void(*ret_func2)(void)) { . . . if(x...
  • ARM: Specifying callers of indirect function calls for --callgraph option
    Good day, I would like to use the --callgraph linker option [0] to make sure that I'm using a sane stack size. Unfortunately I have quite a few indirect function calls that aren't included in the...
  • ARM: Specifying callers of indirect function calls for --callgraph option
    Good day, I would like to use the --callgraph linker option [0] to make sure that I'm using a sane stack size. Unfortunately I have quite a few indirect function calls that aren't included in the...
  • indirect call
    Hello I have a function like this : static int yaffs_WriteChunkToNAND(struct yaffs_DeviceStruct *dev,int chunkInNAND, const __u8 *data, yaffs_Spare *spare) { . . . return dev->writeChunkToNAN...