Function tentative [src]
Prototype
pub fn tentative(sym: nlist_64) bool
Parameters
sym: nlist_64
Source
pub fn tentative(sym: nlist_64) bool {
if (!sym.undf()) return false;
return sym.n_value != 0;
}
pub fn tentative(sym: nlist_64) bool
sym: nlist_64
pub fn tentative(sym: nlist_64) bool {
if (!sym.undf()) return false;
return sym.n_value != 0;
}