• Indirect function calls in banking and LONG_MACRO
    Hi, I have not seen this problem addressed and I have been searching a long time. Perhaps I have just not used the right search terms. I have 8 banks and have regular inter-bank and intra-bank...
  • Indirect function calls in banking and LONG_MACRO
    Hi, I have not seen this problem addressed and I have been searching a long time. Perhaps I have just not used the right search terms. I have 8 banks and have regular inter-bank and intra-bank...
  • 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...