• Determine memory usage of C functions
    Hi there, I have a fixed assembly code that I am not allowed to touch. This code potentially utilizes the whole internal memory of my processor. For some reasons I now have to extend this assembly...
  • Determine memory usage of C functions
    Hi there, I have a fixed assembly code that I am not allowed to touch. This code potentially utilizes the whole internal memory of my processor. For some reasons I now have to extend this assembly...
  • how to get the actual address of `func` from func@PLT
    Hi I have a function test::Foo::bar, the function address of this function in cpp is (void *) 0x423e70 <_ZN4test3Foo3barEiPvml@plt> (gdb) disassemble 0x423e70 Dump of assembler code for function _ZN4test3Foo3barEiPvml...
  • how to get the actual address of `func` from func@PLT
    Hi I have a function test::Foo::bar, the function address of this function in cpp is (void *) 0x423e70 <_ZN4test3Foo3barEiPvml@plt> (gdb) disassemble 0x423e70 Dump of assembler code for function _ZN4test3Foo3barEiPvml...
  • What's the actual parameters for enable pac bti mte sel2 in fvp
    Hi, How to config the fvp model to enable pac bti mte sel2 in fvp I'm using the lastest fvp version Base_RevC_AEMv8A_pkg And I have read the guide in fast_models_rm_100964_1180_00_en.pdf And...