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