Function sect [src]
Prototype
pub fn sect(sym: nlist_64) bool
Parameters
sym: nlist_64
Source
pub fn sect(sym: nlist_64) bool {
const type_ = N_TYPE & sym.n_type;
return type_ == N_SECT;
}
pub fn sect(sym: nlist_64) bool
sym: nlist_64
pub fn sect(sym: nlist_64) bool {
const type_ = N_TYPE & sym.n_type;
return type_ == N_SECT;
}