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; }