HomeSort by: relevance | last modified time | path
    Searched refs:msym (Results 1 - 25 of 112) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
msym-lang.exp 16 standard_testfile msym-lang-main.c msym-lang.c
msym-bp-shl.exp 23 standard_testfile msym-bp-shl-main.c msym-bp-shl-main-2.c msym-bp-shl-lib.c
47 set lib [standard_output_file msym-bp-shl-lib-$debug.sl]
62 # msym-bp-shl-main-2 file, and <foo@plt>, both in the main binary.
69 "in foo at .*msym-bp-shl-main-2.c:$decimal"
85 # foo in the msym-bp-shl-main-2 file, and the extern foo in the
92 "in foo at .*msym-bp-shl-main-2.c:$decimal" \
93 "in foo at .*msym-bp-shl-lib.c:$decimal"
msym-bp.exp 22 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"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
msym-lang.exp 16 standard_testfile msym-lang-main.c msym-lang.c
msym-bp-shl.exp 23 standard_testfile msym-bp-shl-main.c msym-bp-shl-main-2.c msym-bp-shl-lib.c
47 set lib [standard_output_file msym-bp-shl-lib-$debug.sl]
62 # msym-bp-shl-main-2 file, and <foo@plt>, both in the main binary.
69 "in foo at .*msym-bp-shl-main-2.c:$decimal"
85 # foo in the msym-bp-shl-main-2 file, and the extern foo in the
92 "in foo at .*msym-bp-shl-main-2.c:$decimal" \
93 "in foo at .*msym-bp-shl-lib.c:$decimal"
msym-bp.exp 22 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"
  /src/external/gpl3/gdb.old/dist/gdb/
p-lang.c 62 struct bound_minimal_symbol msym; local
64 msym = lookup_minimal_symbol (GPC_P_INITIALIZE, NULL, NULL);
68 if (msym.minsym == NULL)
71 msym = lookup_minimal_symbol (GPC_MAIN_PROGRAM_NAME_1, NULL, NULL);
72 if (msym.minsym != NULL)
77 msym = lookup_minimal_symbol (GPC_MAIN_PROGRAM_NAME_2, NULL, NULL);
78 if (msym.minsym != NULL)
sol2-tdep.c 66 struct bound_minimal_symbol msym; local
68 msym = lookup_minimal_symbol("elf_bndr", NULL, NULL);
69 if (msym.minsym && msym.value_address () == pc)
obsd-tdep.c 30 struct bound_minimal_symbol msym; local
32 msym = lookup_minimal_symbol("_dl_bind", NULL, NULL);
33 if (msym.minsym && msym.value_address () == pc)
minsyms.c 1377 struct minimal_symbol *msym;
1382 msym = objfile->per_bfd->msymbols.get ());
1384 i++, msym++)
1386 msym->hash_next = 0;
1387 add_minsym_to_hash_table (msym, objfile->per_bfd->msymbol_hash,
1390 msym->demangled_hash_next = 0;
1391 if (msym->search_name () != msym->linkage_name ())
1393 (msym, objfile, hash_values[i].minsym_demangled_hash);
1487 for (minimal_symbol *msym = start; msym < end; ++msym
1376 struct minimal_symbol *msym; local
    [all...]
elfread.c 283 struct minimal_symbol *msym; local
333 msym = record_minimal_symbol
337 if (msym != NULL)
339 msym->filename = filesymname;
341 gdbarch_elf_make_msymbol_special (gdbarch, sym, msym);
358 struct minimal_symbol *msym; local
474 msym = record_minimal_symbol
478 if (msym)
485 msym->set_size (elf_sym->internal_elf_sym.st_size);
488 msym->filename = filesymname
612 struct minimal_symbol *msym; local
697 struct bound_minimal_symbol msym; local
846 bound_minimal_symbol msym; member in struct:objfile
848 msym = lookup_minimal_symbol (name_got_plt, NULL, objfile); member in struct:objfile
    [all...]
minsyms.h 31 bound_minimal_symbol (struct minimal_symbol *msym, struct objfile *objf)
32 : minsym (msym),
expprint.c 126 bound_minimal_symbol msym)
129 msym.minsym->print_name (), objfile_name (msym.objfile));
  /src/external/gpl3/gdb/dist/gdb/
p-lang.c 62 bound_minimal_symbol msym local
67 if (msym.minsym == NULL)
70 msym
72 if (msym.minsym != NULL)
77 msym
79 if (msym.minsym != NULL)
sol2-tdep.c 66 bound_minimal_symbol msym local
68 if (msym.minsym && msym.value_address () == pc)
minsyms.c 1376 struct minimal_symbol *msym;
1381 msym = objfile->per_bfd->msymbols.get ());
1383 i++, msym++)
1385 msym->hash_next = 0;
1386 add_minsym_to_hash_table (msym, objfile->per_bfd->msymbol_hash,
1389 msym->demangled_hash_next = 0;
1390 if (msym->search_name () != msym->linkage_name ())
1392 (msym, objfile, hash_values[i].minsym_demangled_hash);
1486 for (minimal_symbol *msym = start; msym < end; ++msym
1375 struct minimal_symbol *msym; local
    [all...]
obsd-tdep.c 30 bound_minimal_symbol msym local
32 if (msym.minsym && msym.value_address () == pc)
elfread.c 280 struct minimal_symbol *msym; local
330 msym = record_minimal_symbol
334 if (msym != NULL)
336 msym->filename = filesymname;
338 gdbarch_elf_make_msymbol_special (gdbarch, sym, msym);
355 struct minimal_symbol *msym; local
471 msym = record_minimal_symbol
475 if (msym)
482 msym->set_size (elf_sym->internal_elf_sym.st_size);
485 msym->filename = filesymname
609 struct minimal_symbol *msym; local
701 bound_minimal_symbol msym = lookup_minimal_symbol_by_pc (addr); local
845 bound_minimal_symbol msym member in struct:objfile
    [all...]
expprint.c 126 bound_minimal_symbol msym)
129 msym.minsym->print_name (), objfile_name (msym.objfile));
minsyms.h 32 bound_minimal_symbol (struct minimal_symbol *msym, struct objfile *objf)
33 : minsym (msym),
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-cplus-symbols.c 280 struct minimal_symbol *msym = bmsym.minsym; local
287 addr = msym->value_address (objfile);
290 switch (msym->type ())
329 ("minsym", msym->natural_name (), kind.raw (), sym_type, nullptr, addr,
456 struct bound_minimal_symbol msym; local
458 msym = lookup_bound_minimal_symbol (identifier);
459 if (msym.minsym != nullptr)
466 result = msym.value_address ();
467 if (msym.minsym->type () == mst_text_gnu_ifunc)
compile-c-symbols.c 265 struct minimal_symbol *msym = bmsym.minsym; local
273 addr = msym->value_address (objfile);
276 switch (msym->type ())
311 decl = context->plugin ().build_decl (msym->natural_name (),
416 struct bound_minimal_symbol msym; local
418 msym = lookup_bound_minimal_symbol (identifier);
419 if (msym.minsym != NULL)
426 result = msym.value_address ();
427 if (msym.minsym->type () == mst_text_gnu_ifunc)
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-cplus-symbols.c 280 struct minimal_symbol *msym = bmsym.minsym; local
287 addr = msym->value_address (objfile);
290 switch (msym->type ())
329 ("minsym", msym->natural_name (), kind.raw (), sym_type, nullptr, addr,
456 bound_minimal_symbol msym local
458 if (msym.minsym != nullptr)
465 result = msym.value_address ();
466 if (msym.minsym->type () == mst_text_gnu_ifunc)
compile-c-symbols.c 264 struct minimal_symbol *msym = bmsym.minsym; local
272 addr = msym->value_address (objfile);
275 switch (msym->type ())
310 decl = context->plugin ().build_decl (msym->natural_name (),
414 bound_minimal_symbol msym local
416 if (msym.minsym != NULL)
423 result = msym.value_address ();
424 if (msym.minsym->type () == mst_text_gnu_ifunc)
  /src/games/hack/
hack.mon.c 324 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 && msym <= 'z'))
    [all...]

Completed in 42 milliseconds

1 2 3 4 5