Home
last modified time | relevance | path

Searched refs:next_sym (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddictionary.c708 struct symbol *sym, *next_sym; in expand_hashtable() local
713 for (next_sym = sym->hash_next; in expand_hashtable()
714 next_sym != NULL; in expand_hashtable()
715 next_sym = sym->hash_next) in expand_hashtable()
718 sym = next_sym; in expand_hashtable()
/netbsd/src/external/cddl/osnet/dist/tools/ctf/dump/
Ddump.c243 next_sym(const ctf_data_t *cd, const int symidx, const uchar_t matchtype, in next_sym() function
299 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, in read_data()
354 if (cd->cd_symdata == NULL || (nextsym = next_sym(cd, symidx, in read_funcs()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dobjdump.c3706 next_sym in disassemble_section() enumerator
3890 case next_sym: in disassemble_section()
3947 loop_until = next_sym; in disassemble_section()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20003806 (struct pool_constant): Add next_sym and label members.