Searched refs:msym (Results 1 - 25 of 111) sorted by relevance

12345

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dmsym-lang.exp16 standard_testfile msym-lang-main.c msym-lang.c
H A Dmsym-bp-shl.exp25 standard_testfile msym-bp-shl-main.c msym-bp-shl-main-2.c msym-bp-shl-lib.c
49 set lib [standard_output_file msym-bp-shl-lib-$debug.sl]
64 # msym-bp-shl-main-2 file, and <foo@plt>, both in the main binary.
71 "in foo at .*msym-bp-shl-main-2.c:$decimal"
87 # foo in the msym-bp-shl-main-2 file, and the extern foo in the
94 "in foo at .*msym-bp-shl-main-2.c:$decimal" \
95 "in foo at .*msym-bp-shl-lib.c:$decimal"
H A Dmsym-bp.exp22 standard_testfile .c msym-bp-2.c
47 # Should find two locations: the static foo in the msym-bp.c file,
48 # and the extern foo in the msym-bp-2.c file. Same result
59 "in foo at .*msym-bp.c:$decimal" \
60 "in foo at .*msym-bp-2.c:$decimal"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dmsym-lang.exp16 standard_testfile msym-lang-main.c msym-lang.c
H A Dmsym-bp-shl.exp25 standard_testfile msym-bp-shl-main.c msym-bp-shl-main-2.c msym-bp-shl-lib.c
49 set lib [standard_output_file msym-bp-shl-lib-$debug.sl]
64 # msym-bp-shl-main-2 file, and <foo@plt>, both in the main binary.
71 "in foo at .*msym-bp-shl-main-2.c:$decimal"
88 # foo in the msym-bp-shl-main-2 file, and the extern foo in the
95 "in foo at .*msym-bp-shl-main-2.c:$decimal" \
96 "in foo at .*msym-bp-shl-lib.c:$decimal"
H A Dmsym-bp.exp22 standard_testfile .c msym-bp-2.c
47 # Should find two locations: the static foo in the msym-bp.c file,
48 # and the extern foo in the msym-bp-2.c file. Same result
59 "in foo at .*msym-bp.c:$decimal" \
60 "in foo at .*msym-bp-2.c:$decimal"
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dp-lang.c61 struct bound_minimal_symbol msym; local
63 msym = lookup_minimal_symbol (GPC_P_INITIALIZE, NULL, NULL);
67 if (msym.minsym == NULL)
70 msym = lookup_minimal_symbol (GPC_MAIN_PROGRAM_NAME_1, NULL, NULL);
71 if (msym.minsym != NULL)
76 msym = lookup_minimal_symbol (GPC_MAIN_PROGRAM_NAME_2, NULL, NULL);
77 if (msym.minsym != NULL)
H A Dsol2-tdep.c67 struct bound_minimal_symbol msym; local
69 msym = lookup_minimal_symbol("elf_bndr", NULL, NULL);
70 if (msym.minsym && msym.value_address () == pc)
H A Dobsd-tdep.c31 struct bound_minimal_symbol msym; local
33 msym = lookup_minimal_symbol("_dl_bind", NULL, NULL);
34 if (msym.minsym && msym.value_address () == pc)
H A Dminsyms.c1345 struct minimal_symbol *msym;
1350 msym = objfile->per_bfd->msymbols.get ());
1352 i++, msym++)
1354 msym->hash_next = 0;
1355 add_minsym_to_hash_table (msym, objfile->per_bfd->msymbol_hash,
1358 msym->demangled_hash_next = 0;
1359 if (msym->search_name () != msym->linkage_name ())
1361 (msym, objfile, hash_values[i].minsym_demangled_hash);
1455 for (minimal_symbol *msym
1344 struct minimal_symbol *msym; local
[all...]
H A Delfread.c285 struct minimal_symbol *msym; local
335 msym = record_minimal_symbol
338 if (msym != NULL)
340 msym->filename = filesymname;
342 gdbarch_elf_make_msymbol_special (gdbarch, sym, msym);
359 struct minimal_symbol *msym; local
475 msym = record_minimal_symbol
479 if (msym)
486 msym->set_size (elf_sym->internal_elf_sym.st_size);
489 msym
612 struct minimal_symbol *msym; local
697 struct bound_minimal_symbol msym; local
843 bound_minimal_symbol msym; member in struct:objfile
845 msym = lookup_minimal_symbol (name_got_plt, NULL, objfile); member in struct:objfile
[all...]
H A Dminsyms.h31 bound_minimal_symbol (struct minimal_symbol *msym, struct objfile *objf) argument
32 : minsym (msym),
H A Dexpprint.c121 bound_minimal_symbol msym)
124 msym.minsym->print_name (), objfile_name (msym.objfile));
120 dump_for_expression(struct ui_file *stream, int depth, bound_minimal_symbol msym) argument
H A Dparse.c252 struct bound_minimal_symbol msym;
312 msym = lookup_bound_minimal_symbol (copy.c_str ());
313 if (msym.minsym)
315 push_new<expr::var_msym_value_operation> (msym);
251 struct bound_minimal_symbol msym; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsol2-tdep.c67 struct bound_minimal_symbol msym; local
69 msym = lookup_minimal_symbol("elf_bndr", NULL, NULL);
70 if (msym.minsym && BMSYMBOL_VALUE_ADDRESS (msym) == pc)
H A Dp-lang.c61 struct bound_minimal_symbol msym; local
63 msym = lookup_minimal_symbol (GPC_P_INITIALIZE, NULL, NULL);
67 if (msym.minsym == NULL)
70 msym = lookup_minimal_symbol (GPC_MAIN_PROGRAM_NAME_1, NULL, NULL);
71 if (msym.minsym != NULL)
76 msym = lookup_minimal_symbol (GPC_MAIN_PROGRAM_NAME_2, NULL, NULL);
77 if (msym.minsym != NULL)
H A Dobsd-tdep.c31 struct bound_minimal_symbol msym; local
33 msym = lookup_minimal_symbol("_dl_bind", NULL, NULL);
34 if (msym.minsym && BMSYMBOL_VALUE_ADDRESS (msym) == pc)
H A Dminsyms.c1299 struct minimal_symbol *msym;
1304 msym = objfile->per_bfd->msymbols.get ());
1306 i++, msym++)
1308 msym->hash_next = 0;
1309 add_minsym_to_hash_table (msym, objfile->per_bfd->msymbol_hash,
1312 msym->demangled_hash_next = 0;
1313 if (msym->search_name () != msym->linkage_name ())
1315 (msym, objfile, hash_values[i].minsym_demangled_hash);
1413 for (minimal_symbol *msym
1298 struct minimal_symbol *msym; local
[all...]
H A Delfread.c286 struct minimal_symbol *msym; local
336 msym = record_minimal_symbol
339 if (msym != NULL)
341 msym->filename = filesymname;
343 gdbarch_elf_make_msymbol_special (gdbarch, sym, msym);
360 struct minimal_symbol *msym; local
476 msym = record_minimal_symbol
480 if (msym)
488 SET_MSYMBOL_SIZE (msym, elf_sym->internal_elf_sym.st_size);
491 msym
616 struct minimal_symbol *msym; local
701 struct bound_minimal_symbol msym; local
830 struct bound_minimal_symbol msym; local
[all...]
H A Dbtrace.h136 : msym (msym_), sym (sym_), insn_offset (insn_offset_), number (number_),
142 struct minimal_symbol *msym; member in struct:btrace_function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-cplus-symbols.c277 struct minimal_symbol *msym = bmsym.minsym; local
284 addr = MSYMBOL_VALUE_ADDRESS (objfile, msym);
287 switch (MSYMBOL_TYPE (msym))
326 ("minsym", msym->natural_name (), kind, sym_type, nullptr, addr,
451 struct bound_minimal_symbol msym; local
453 msym = lookup_bound_minimal_symbol (identifier);
454 if (msym.minsym != nullptr)
461 result = BMSYMBOL_VALUE_ADDRESS (msym);
462 if (MSYMBOL_TYPE (msym.minsym) == mst_text_gnu_ifunc)
H A Dcompile-c-symbols.c266 struct minimal_symbol *msym = bmsym.minsym;
274 addr = MSYMBOL_VALUE_ADDRESS (objfile, msym);
277 switch (MSYMBOL_TYPE (msym))
312 decl = context->plugin ().build_decl (msym->natural_name (),
415 struct bound_minimal_symbol msym;
417 msym = lookup_bound_minimal_symbol (identifier);
418 if (msym.minsym != NULL)
425 result = BMSYMBOL_VALUE_ADDRESS (msym);
426 if (MSYMBOL_TYPE (msym.minsym) == mst_text_gnu_ifunc)
265 struct minimal_symbol *msym = bmsym.minsym; local
414 struct bound_minimal_symbol msym; local
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-cplus-symbols.c277 struct minimal_symbol *msym = bmsym.minsym; local
284 addr = msym->value_address (objfile);
287 switch (msym->type ())
326 ("minsym", msym->natural_name (), kind.raw (), sym_type, nullptr, addr,
451 struct bound_minimal_symbol msym; local
453 msym = lookup_bound_minimal_symbol (identifier);
454 if (msym.minsym != nullptr)
461 result = msym.value_address ();
462 if (msym.minsym->type () == mst_text_gnu_ifunc)
H A Dcompile-c-symbols.c266 struct minimal_symbol *msym = bmsym.minsym;
274 addr = msym->value_address (objfile);
277 switch (msym->type ())
312 decl = context->plugin ().build_decl (msym->natural_name (),
415 struct bound_minimal_symbol msym;
417 msym = lookup_bound_minimal_symbol (identifier);
418 if (msym.minsym != NULL)
425 result = msym.value_address ();
426 if (msym.minsym->type () == mst_text_gnu_ifunc)
265 struct minimal_symbol *msym = bmsym.minsym; local
414 struct bound_minimal_symbol msym; local
/netbsd-current/games/hack/
H A Dhack.mon.c324 char msym = mtmp->data->mlet; local
367 if ((msym == 't' && !rn2(5))
368 || (msym == '1' && (mtmp->mhp < 7 || (!xdnstair && !rn2(5))
370 if (mtmp->mhp < 7 || (msym == 't' && rn2(2)))
378 if (strchr("D1", msym))
381 if (msym == 'U' && !mtmp->mcan && canseemon(mtmp) &&
398 (strchr("BIy", msym) && !rn2(3)))
404 if (msym == 'L' && appr == 1 && mtmp->mgold > u.ugold)
411 if (msym == '@' ||
412 ('a' <= msym
[all...]

Completed in 211 milliseconds

12345