Function isCode [src]
Prototype
pub fn isCode(self: SectionHeader) bool
Parameters
self: SectionHeader
Source
pub fn isCode(self: SectionHeader) bool {
return self.flags.CNT_CODE == 0b1;
}
pub fn isCode(self: SectionHeader) bool
self: SectionHeader
pub fn isCode(self: SectionHeader) bool {
return self.flags.CNT_CODE == 0b1;
}