Expand description
Library to parse stack usage information (.stack_sizes
) emitted by LLVM
Structs§
- Function
- A symbol that represents a function (subroutine)
- Functions
- Functions found after analyzing an executable
Functions§
- analyze_
executable - Parses an executable ELF file and returns a list of functions and their stack usage
- analyze_
object - Parses an input (AKA relocatable) object file (
.o
) and returns a list of symbols and their stack usage