Home
last modified time | relevance | path

Searched refs:sym_list (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/gdbserver/
Dthread-db.c323 const char **sym_list = td_symbol_list (); in thread_db_look_up_symbols() local
326 for (sym_list = td_symbol_list (); *sym_list; sym_list++) in thread_db_look_up_symbols()
327 look_up_one_symbol (*sym_list, &unused); in thread_db_look_up_symbols()
/openbsd/src/gnu/llvm/libcxx/utils/libcxx/sym_check/
Dextract.py148 def process_syms(self, sym_list): argument
150 for s in sym_list:
235 def process_syms(self, sym_list): argument
237 for s in sym_list:
Ddiff.py23 def _find_by_key(sym_list, k): argument
24 for sym in sym_list:
Dutil.py42 def write_syms(sym_list, out=None, names_only=False, filter=None): argument
47 out_list = sym_list
/openbsd/src/usr.sbin/installboot/
Di386_installboot.c923 sym_set_value(struct sym_data *sym_list, char *sym, u_int32_t value) in sym_set_value() argument
927 for (p = sym_list; p->sym_name != NULL; p++) { in sym_set_value()
944 pbr_set_symbols(char *fname, char *proto, struct sym_data *sym_list) in pbr_set_symbols() argument
953 for (sym = sym_list; sym->sym_name != NULL; sym++) { in pbr_set_symbols()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-xtensa.c147 } sym_list; typedef
149 static sym_list *insn_labels = NULL;
150 static sym_list *free_insn_labels = NULL;
151 static sym_list *saved_insn_labels = NULL;
153 static sym_list *literal_syms;
3816 sym_list *l;
3818 l = (sym_list *) xmalloc (sizeof (sym_list));
3829 sym_list *l;
3832 l = (sym_list *) xmalloc (sizeof (sym_list));
3848 sym_list **pl; in xtensa_clear_insn_labels()
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-xtensa.c152 } sym_list; typedef
154 static sym_list *insn_labels = NULL;
155 static sym_list *free_insn_labels = NULL;
156 static sym_list *saved_insn_labels = NULL;
158 static sym_list *literal_syms;
919 sym_list *l; in xtensa_add_insn_label()
922 l = (sym_list *) xmalloc (sizeof (sym_list)); in xtensa_add_insn_label()
938 sym_list **pl; in xtensa_clear_insn_labels()
974 sym_list *lit; in xtensa_move_labels()
3951 sym_list *l; in xtensa_add_literal_sym()
[all …]