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