Lines Matching defs:result
154 int result = walk_children (state);
156 if (result != DWARF_CB_OK)
157 return result;
169 int result = (*state->previsit) (state->depth + 1, &state->child, state->arg);
170 if (result != DWARF_CB_OK)
171 return result;
176 result = __libdw_visit_scopes (state->depth + 1, &state->child, state->imports,
178 if (result != DWARF_CB_OK)
179 return result;
184 result = (*state->postvisit) (state->depth + 1, &state->child, state->arg);
185 if (result != DWARF_CB_OK)
186 return result;