Function isZerofill [src]
Prototype
pub fn isZerofill(sect: section_64) bool Parameters
sect: section_64 Source
pub fn isZerofill(sect: section_64) bool {
const tt = sect.type();
return tt == S_ZEROFILL or tt == S_GB_ZEROFILL or tt == S_THREAD_LOCAL_ZEROFILL;
}