Function weakDef [src]
Prototype
pub fn weakDef(sym: nlist_64) bool Parameters
sym: nlist_64 Source
pub fn weakDef(sym: nlist_64) bool {
return sym.n_desc & N_WEAK_DEF != 0;
} pub fn weakDef(sym: nlist_64) bool sym: nlist_64 pub fn weakDef(sym: nlist_64) bool {
return sym.n_desc & N_WEAK_DEF != 0;
}