Searched refs:next_sym (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddictionary.c699 struct symbol *sym, *next_sym; local
704 for (next_sym = sym->hash_next;
705 next_sym != NULL;
706 next_sym = sym->hash_next)
709 sym = next_sym;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddictionary.c698 struct symbol *sym, *next_sym; local
703 for (next_sym = sym->hash_next;
704 next_sym != NULL;
705 next_sym = sym->hash_next)
708 sym = next_sym;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dintrinsic.c41 static gfc_intrinsic_sym *functions, *subroutines, *conversion, *next_sym; variable
342 next_sym->name = gfc_get_string ("%s", name);
346 next_sym->lib_name = gfc_get_string ("%s", buf);
348 next_sym->pure = (cl != CLASS_IMPURE);
349 next_sym->elemental = (cl == CLASS_ELEMENTAL);
350 next_sym->inquiry = (cl == CLASS_INQUIRY);
351 next_sym->transformational = (cl == CLASS_TRANSFORMATIONAL);
352 next_sym->actual_ok = actual_ok;
353 next_sym->ts.type = type;
354 next_sym
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dintrinsic.cc41 static gfc_intrinsic_sym *functions, *subroutines, *conversion, *next_sym; variable
401 next_sym->name = gfc_get_string ("%s", name);
405 next_sym->lib_name = gfc_get_string ("%s", buf);
407 next_sym->pure = (cl != CLASS_IMPURE);
408 next_sym->elemental = (cl == CLASS_ELEMENTAL);
409 next_sym->inquiry = (cl == CLASS_INQUIRY);
410 next_sym->transformational = (cl == CLASS_TRANSFORMATIONAL);
411 next_sym->actual_ok = actual_ok;
412 next_sym->ts.type = type;
413 next_sym
[all...]
/netbsd-current/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c236 next_sym(const ctf_data_t *cd, const int symidx, const uchar_t matchtype, function
292 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd,
342 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, symidx,
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dobjdump.c2992 next_sym
3166 case next_sym:
3216 loop_until = next_sym;
2987 next_sym enumerator in enum:loop_control
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dobjdump.c3461 next_sym
3636 case next_sym:
3686 loop_until = next_sym;
3456 next_sym enumerator in enum:loop_control
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dobjdump.c3062 next_sym
3237 case next_sym:
3287 loop_until = next_sym;
3057 next_sym enumerator in enum:loop_control

Completed in 246 milliseconds