template <>
struct AbiTraits
Defined at line 26 of file ../../src/lib/elfldltl/include/lib/elfldltl/machine.h
This is the prototypical specialization that serves to document the
AbiTraits API. It does not correspond to an actual machine ABI per se, but
does provide a common base class for specializations defined below.
Public Methods
template <typename SizeType>
SizeType InitialStackPointer (SizeType base, SizeType size)
Given the base address and size of a machine stack block, compute the
initial SP value for using a psABI C function as an entry point address.
Defined at line 36 of file ../../src/lib/elfldltl/include/lib/elfldltl/machine.h