| /netbsd/src/external/gpl3/binutils/dist/gprof/ |
| D | symtab.h | 37 typedef struct sym struct 47 const char *name; /* Name of function this sym is from. */ argument 48 Source_File *file; /* Source file symbol comes from. */ argument 52 is_static:1, /* Is this a local (static) symbol? */ argument 54 mapped:1, /* This symbol was mapped to another name. */ argument 55 has_been_placed:1; /* Have we placed this symbol? */ argument 57 int nuses; /* How many times this symbol appears in argument 61 struct sym *next; /* For building chains of syms. */ argument 62 struct sym *prev; /* For building chains of syms. */ argument 68 { [all …]
|
| D | sym_ids.c | 37 Sym sym; member 118 parse_spec (char *spec, Sym *sym) in parse_spec() 222 match (Sym *pattern, Sym *sym) in match() 241 extend_match (struct match *m, Sym *sym, Sym_Table *tab, bool second_pass) in extend_match() 278 Sym *sym, *left, *right; in sym_id_parse() local 377 Sym *sym; in sym_id_arc_is_present() local
|
| D | symtab.c | 37 sym_init (Sym *sym) in sym_init() 181 Sym *sym; in dbg_sym_lookup() local 221 Sym *sym; in sym_lookup() local
|
| /netbsd/src/sys/sys/ |
| D | cdefs_aout.h | 21 #define __indr_reference(sym,alias) /* nada, since we do weak refs */ argument 25 #define __strong_alias(alias,sym) \ argument 28 #define __weak_alias(alias,sym) \ argument 33 #define __weak_extern(sym) \ argument 37 #define __weak_reference(sym) __attribute__((__weakref__)) argument 39 #define __weak_reference(sym) ; __asm(".weak " _C_LABEL_STRING(#sym)) argument 42 #define __warn_references(sym,msg) \ argument 46 #define __weak_alias(alias,sym) ___weak_alias(_/**/alias,_/**/sym) argument 47 #define ___weak_alias(alias,sym) \ argument 50 #define __weak_extern(sym) ___weak_extern(_/**/sym) argument [all …]
|
| D | cdefs_elf.h | 52 #define __indr_reference(sym,alias) /* nada, since we do weak refs */ argument 55 #define __strong_alias(alias,sym) \ argument 59 #define __weak_alias(alias,sym) \ argument 64 #define __weak_extern(sym) \ argument 74 #define __weak_reference(sym) __attribute__((__weakref__(#sym))) argument 76 #define __weak_reference(sym) ; __asm(".weak " _C_LABEL_STRING(#sym)) argument 85 #define __warn_references(sym,msg) \ argument 93 #define __weak_alias(alias,sym) ___weak_alias(_/**/alias,_/**/sym) argument 94 #define ___weak_alias(alias,sym) \ argument 97 #define __weak_alias(alias,sym) \ argument [all …]
|
| /netbsd/src/usr.sbin/tprof/ |
| D | ksyms.h | 32 struct sym { struct 38 struct sym **ksymload(size_t *); argument
|
| D | ksyms.c | 115 struct sym *sym; in ksymload() local 158 const struct sym *sym = syms[mid]; in ksymlookup() local 171 const struct sym *sym = syms[i]; in ksymlookup() local
|
| /netbsd/src/usr.bin/error/ |
| D | error.h | 230 #define DECL_STR(sym, num, str) static char sym##_##num[] = str argument 232 #define DECL_S1(sym, s, ...) __VA_ARGS__ DECL_STR(sym, 0, s) argument 233 #define DECL_S2(sym, s, ...) DECL_STR(sym, 1, s); DECL_S1(sym, __VA_ARGS__) argument 234 #define DECL_S3(sym, s, ...) DECL_STR(sym, 2, s); DECL_S2(sym, __VA_ARGS__) argument 235 #define DECL_S4(sym, s, ...) DECL_STR(sym, 3, s); DECL_S3(sym, __VA_ARGS__) argument 236 #define DECL_S5(sym, s, ...) DECL_STR(sym, 4, s); DECL_S4(sym, __VA_ARGS__) argument 237 #define DECL_S6(sym, s, ...) DECL_STR(sym, 5, s); DECL_S5(sym, __VA_ARGS__) argument 239 #define USE_S1(sym) sym##_0 argument 240 #define USE_S2(sym) sym##_1, USE_S1(sym) argument 241 #define USE_S3(sym) sym##_2, USE_S2(sym) argument [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | obj-aout.c | 28 obj_aout_frob_symbol (symbolS *sym, int *punt ATTRIBUTE_UNUSED) in obj_aout_frob_symbol() 200 symbolS *sym; in obj_aout_type() local 233 obj_aout_s_get_other (symbolS *sym) in obj_aout_s_get_other() 239 obj_aout_s_set_other (symbolS *sym, int o) in obj_aout_s_set_other() 261 obj_aout_s_get_desc (symbolS *sym) in obj_aout_s_get_desc() 267 obj_aout_s_set_desc (symbolS *sym, int d) in obj_aout_s_set_desc() 273 obj_aout_s_get_type (symbolS *sym) in obj_aout_s_get_type() 279 obj_aout_s_set_type (symbolS *sym, int t) in obj_aout_s_set_type()
|
| D | tc-hppa.h | 96 #define tc_frob_label(sym) pa_define_label (sym) argument 138 #define tc_frob_symbol(sym,punt) \ argument 170 #define md_elf_symbol_type(name, sym, elf) \ argument 180 #define md_elf_symbol_type_change(sym, elf, type) \ argument 186 #define tc_frob_symbol(sym,punt) \ argument
|
| D | tc-ppc.c | 900 symbolS *sym = symbol_find_or_make (name); in ppc_parse_name() local 2488 symbolS *sym; in ppc_elf_localentry() local 2833 ppc_is_toc_sym (symbolS *sym) in ppc_is_toc_sym() 2895 ppc_record_label (symbolS *sym) in ppc_record_label() 2931 ppc_new_dot_label (symbolS *sym) in ppc_new_dot_label() 2941 ppc_frob_label (symbolS *sym) in ppc_frob_label() 4322 symbolS *sym; in ppc_comm() local 4520 symbolS *sym; in ppc_csect() local 4529 if (S_GET_NAME (sym)[0] == '\0') in ppc_csect() local 4550 ppc_change_csect (symbolS *sym, offsetT align) in ppc_change_csect() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | d-namespace.c | 82 struct block_symbol sym; in d_lookup_symbol() local 209 struct block_symbol sym; in lookup_module_scope() local 250 struct block_symbol sym = {}; in find_symbol_in_baseclass() local 320 struct block_symbol sym in d_lookup_nested_symbol() local 366 struct block_symbol sym; in d_lookup_symbol_imports() local 477 struct block_symbol sym; in d_lookup_symbol_module() local 513 struct block_symbol sym; in d_lookup_symbol_nonlocal() local
|
| D | cp-namespace.c | 134 struct block_symbol sym; in cp_basic_lookup_symbol() local 177 struct block_symbol sym; in cp_lookup_bare_symbol() local 321 struct block_symbol sym; in cp_lookup_symbol_in_namespace() local 398 struct block_symbol sym = {}; in cp_lookup_symbol_via_imports() local 584 struct symbol *sym = search_symbol_list (name, in cp_lookup_symbol_imports_or_template() local 605 struct symbol *sym; in cp_lookup_symbol_imports_or_template() local 657 struct block_symbol sym; in cp_lookup_symbol_via_all_imports() local 682 struct block_symbol sym; in cp_lookup_symbol_namespace() local 730 struct block_symbol sym; in lookup_namespace_scope() local 779 struct block_symbol sym; in cp_lookup_symbol_nonlocal() local [all …]
|
| D | dictionary.c | 368 for (const auto &sym : symbol_list) in dict_create_hashed() local 410 for (const auto &sym : symbol_list) in dict_create_linear() local 447 dict_add_symbol (struct dictionary *dict, struct symbol *sym) in dict_add_symbol() 460 for (auto sym = symbol_list.rbegin (); sym != symbol_list.rend (); ++sym) in dict_add_pending() local 522 add_symbol_nonexpandable (struct dictionary *dict, struct symbol *sym) in add_symbol_nonexpandable() 563 struct symbol *sym = DICT_HASHED_BUCKET (dict, i); in iterator_hashed_advance() local 586 struct symbol *sym; in iter_match_first_hashed() local 633 struct symbol *sym) in insert_symbol_hashed() 657 for (struct symbol *sym = DICT_HASHED_BUCKET (dict, i); in size_hashed() local 677 struct symbol *sym) in add_symbol_hashed_expandable() [all …]
|
| D | m2-exp.y | 84 struct symbol *sym; member 493 { struct symbol *sym variable 528 { struct block_symbol sym variable 544 { struct block_symbol sym; variable 919 struct symbol *sym; in yylex() local
|
| /netbsd/src/tests/libexec/ld.elf_so/ |
| D | t_dlvsym.c | 47 int (*sym)(void); in ATF_TC_BODY() local 79 int (*sym)(void); in ATF_TC_BODY() local 112 int (*sym)(void); in ATF_TC_BODY() local 142 int (*sym)(void); in ATF_TC_BODY() local 172 int (*sym)(void); in ATF_TC_BODY() local
|
| /netbsd/src/usr.bin/xlint/lint1/ |
| D | decl.c | 408 set_first_typedef(type_t *tp, sym_t *sym) in set_first_typedef() 874 check_type(sym_t *sym) in check_type() 1324 for (sym_t *sym = dcs->d_first_dlsym; in check_prototype_parameters() local 1438 check_function_definition(sym_t *sym, bool msg) in check_function_definition() 1452 declarator_name(sym_t *sym) in declarator_name() 1549 old_style_function_parameter_name(sym_t *sym) in old_style_function_parameter_name() 1762 enumeration_constant(sym_t *sym, int val, bool implicit) in enumeration_constant() 1813 check_extern_declaration(const sym_t *sym) in check_extern_declaration() 1839 check_init(const sym_t *sym) in check_init() 2083 copy_usage_info(sym_t *sym, const sym_t *rdsym) in copy_usage_info() [all …]
|
| D | lint1.h | 204 struct sym { struct 206 const char *s_rename; /* renamed symbol's given name */ argument 213 symbol_kind s_kind; argument 220 bool s_defparam:1; /* undefined symbol in old-style function argument 223 bool s_osdef:1; /* symbol stems from old-style function def. */ argument 225 sym_t *s_ext_sym; /* for locally declared external symbols, the argument 230 int s_block_level; /* level of declaration, -1 if not in symbol argument 253 sym_t *s_old_style_params; /* parameters in an old-style argument 256 sym_t *s_symtab_next; /* next symbol in the same symtab bucket */ argument 257 sym_t **s_symtab_ref; /* pointer to s_symtab_next of the previous argument [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ginsn.c | 43 ginsn_init (enum ginsn_type type, const symbolS *sym, bool real_p) in ginsn_init() 189 ginsn_new_phantom (const symbolS *sym) in ginsn_new_phantom() 199 ginsn_new_symbol (const symbolS *sym, bool func_begin_p) in ginsn_new_symbol() 210 ginsn_new_symbol_func_begin (const symbolS *sym) in ginsn_new_symbol_func_begin() 216 ginsn_new_symbol_func_end (const symbolS *sym) in ginsn_new_symbol_func_end() 222 ginsn_new_symbol_user_label (const symbolS *sym) in ginsn_new_symbol_user_label() 230 ginsn_new_add (const symbolS *sym, bool real_p, in ginsn_new_add() 246 ginsn_new_and (const symbolS *sym, bool real_p, in ginsn_new_and() 262 ginsn_new_call (const symbolS *sym, bool real_p, in ginsn_new_call() 278 ginsn_new_jump (const symbolS *sym, bool real_p, in ginsn_new_jump() [all …]
|
| /netbsd/src/sys/arch/sparc/include/ |
| D | asm.h | 183 #define WEAK_ALIAS(alias,sym) \ argument 190 #define STRONG_ALIAS(alias,sym) \ argument 199 #define WARN_REFERENCES(sym,msg) \ argument 204 #define WARN_REFERENCES(sym,msg) \ argument 212 #define WARN_REFERENCES(sym,msg) \ argument 217 #define WARN_REFERENCES(sym,msg) \ argument
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | copy-relocs.cc | 41 Sized_symbol<size>* sym, in copy_reloc() 67 Sized_symbol<size>* sym, in need_copy_reloc() 93 Sized_symbol<size>* sym, in emit_copy_reloc() 113 Sized_symbol<size>* sym, in make_copy_reloc() 218 Symbol* sym, in save()
|
| D | symtab.cc | 118 const elfcpp::Sym<size, big_endian>& sym, in init_base_object() 220 const elfcpp::Sym<size, big_endian>& sym, in init_object() 610 Symbol* sym = this->lookup(name); in gc_mark_undef_symbols() local 625 Symbol* sym = this->lookup(name); in gc_mark_undef_symbols() local 641 Symbol* sym = this->lookup(p->c_str()); in gc_mark_undef_symbols() local 652 Symbol_table::gc_mark_symbol(Symbol* sym) in gc_mark_symbol() 669 Symbol_table::gc_mark_dyn_syms(Symbol* sym) in gc_mark_dyn_syms() 757 Symbol_table::force_local(Symbol* sym) in force_local() 825 Symbol_table::define_default_version(Sized_symbol<size>* sym, in define_default_version() 939 const elfcpp::Sym<size, big_endian>& sym, in add_from_object() [all …]
|
| /netbsd/src/sys/arch/hppa/include/ |
| D | asm.h | 115 #define WEAK_ALIAS(alias,sym) \ argument 122 #define STRONG_ALIAS(alias,sym) \ argument 148 #define WARN_REFERENCES(sym,msg) \ argument 153 #define WARN_REFERENCES(sym,msg) \ argument
|
| /netbsd/src/sys/ddb/ |
| D | db_sym.c | 90 char *mod, *sym; in db_value_of_name() local 142 db_sift(db_symtab_t *stab, db_sym_t sym, char *name, in db_sift() 186 char *mod, *sym; in db_sifting() local 220 const char *sym; in db_search_symbol() local 257 db_symbol_values(db_sym_t sym, const char **namep, db_expr_t *valuep) in db_symbol_values() 465 db_symsplit(char *str, char **mod, char **sym) in db_symsplit()
|
| /netbsd/src/games/hack/ |
| D | hack.cmd.c | 271 lowc(int sym) in lowc() 277 unctrl(int sym) in unctrl() 289 movecmd(int sym) /* also sets u.dz, but returns false for <> */ in movecmd()
|