• if func has $sub$func, what is the function pointer of func with armcc v5.01 for cortex-r5?
    extern void $Super$$func0(void); void $Sub$$func0(void) { sts = ftl_codebank_loadoverlay(_); $Super$$func0(); } void func0(void) { int a=0; a++; } extern void $Super$$func1(void); void...
  • func and func()
    Hi All, let a function prototype is : bit func(); Now if it is used as follows (inadvertently) then what would it do ?? Why not the complier throws an error ?? if (func) { ... ... } else...
  • func and func()
    Hi All, let a function prototype is : bit func(); Now if it is used as follows (inadvertently) then what would it do ?? Why not the complier throws an error ?? if (func) { ... ... } else...
  • 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...