• 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 branch and function attributes
    Hi to everyone, i am trying to use pointer functions to do indirect branch in C code, i am working with an NXP ARM LPC2478 This is my code: // in internal flash unsigned char* MD5BuffSE...