Does the System V ABI on Ubuntu place the return address within the caller function's frame or the callee function's frame?
My system : Ubuntu 22.04.3 running on x86_64. GCC version 11.4.0 I'm asking this because it seems like there are two different representations of the return address as far as the frame it is within ( caller or callee )…