Function isSymtab64 [src]
Prototype
pub fn isSymtab64(self: ar_hdr) bool Parameters
self: ar_hdr Source
pub fn isSymtab64(self: ar_hdr) bool {
return mem.eql(u8, &self.ar_name, SYM64NAME);
} pub fn isSymtab64(self: ar_hdr) bool self: ar_hdr pub fn isSymtab64(self: ar_hdr) bool {
return mem.eql(u8, &self.ar_name, SYM64NAME);
}