__stack_<function_name>
for global
functions, and __stack_<number>_<function_name>
for static
functions. <number>
is the section id in hex. The value of
such symbols is the stack requirement for the corresponding function.
The symbol size will be zero, type STT_NOTYPE
, binding
STB_LOCAL
, and section SHN_ABS
.