Constant goblin::pe::symbol::IMAGE_SYM_CLASS_FUNCTION [−][src]
pub const IMAGE_SYM_CLASS_FUNCTION: u8 = 101;
A value that Microsoft tools use for symbol records that define the extent of a function.
Records may be begin function (.bf ), end function ( .ef ), and lines in function ( .lf ).
For .lf records, the value
field gives the number of source lines in the function.
For .ef records, the value
field gives the size of the function code.