Home
last modified time | relevance | path

Searched refs:sym2 (Results 1 – 25 of 27) sorted by relevance

12

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dprint-file-var.exp121 proc compare {sym1 sym2} {
122 with_test_prefix "sym1=$sym1,sym2=$sym2" {
127 set vsym2 [get_integer_valueof $sym2 -1]
128 gdb_assert {$vsym1 == $vsym2} "$sym1 == $sym2"
/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-cmd-stack.c642 struct symbol *sym2; in list_args_or_locals() local
646 sym2 = (lookup_symbol_search_name in list_args_or_locals()
650 sym2 = sym; in list_args_or_locals()
651 gdb_assert (sym2 != NULL); in list_args_or_locals()
653 arg.sym = sym2; in list_args_or_locals()
655 entryarg.sym = sym2; in list_args_or_locals()
661 if (!mi_simple_type_p (sym2->type ())) in list_args_or_locals()
667 read_frame_arg (fp_opts, sym2, fi, &arg, &entryarg); in list_args_or_locals()
669 read_frame_local (sym2, fi, &arg); in list_args_or_locals()
/netbsd/src/tests/libexec/ld.elf_so/
Dt_ifunc.c120 long long (*(*sym2)(void))(void); in ATF_TC_BODY() local
144 sym2 = dlsym(handle, "ifunc_indirect"); in ATF_TC_BODY()
147 ATF_CHECK(sym2 != NULL); in ATF_TC_BODY()
149 sym = (*sym2)(); in ATF_TC_BODY()
/netbsd/src/external/gpl3/binutils/dist/gprof/
Dcg_print.c1014 Sym *sym1, *sym2; in order_and_dump_functions_by_arcs() local
1110 sym2 = child; in order_and_dump_functions_by_arcs()
1111 if (sym2->next) in order_and_dump_functions_by_arcs()
1112 while (sym2->next) in order_and_dump_functions_by_arcs()
1113 sym2 = sym2->next; in order_and_dump_functions_by_arcs()
1115 while (sym2->prev) in order_and_dump_functions_by_arcs()
1116 sym2 = sym2->prev; in order_and_dump_functions_by_arcs()
1119 && sym2 == parent) in order_and_dump_functions_by_arcs()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dpsymtab.c1044 struct partial_symbol *sym2 = (struct partial_symbol *) addr2; in compare() local
1046 return (memcmp (&sym1->ginfo.m_value, &sym2->ginfo.m_value, in compare()
1048 && sym1->ginfo.language () == sym2->ginfo.language () in compare()
1049 && sym1->domain == sym2->domain in compare()
1050 && sym1->aclass == sym2->aclass in compare()
1054 && sym1->ginfo.linkage_name () == sym2->ginfo.linkage_name ()); in compare()
Dxcoffread.c1456 struct symbol *sym2 = NULL; in process_xcoff_symbol() local
1495 sym2 = new (&objfile->objfile_obstack) symbol (*sym); in process_xcoff_symbol()
1498 add_symbol_to_list (sym2, get_global_symbols ()); in process_xcoff_symbol()
1500 add_symbol_to_list (sym2, get_file_symbols ()); in process_xcoff_symbol()
1586 return sym2; in process_xcoff_symbol()
Dstack.c2479 struct symbol *sym2 in iterate_over_block_arg_vars() local
2482 cb (sym->print_name (), sym2); in iterate_over_block_arg_vars()
DChangeLog-201211989 symbol. Add assertion that sym2 is never NULL.
/netbsd/src/external/gpl3/binutils/dist/gold/
Dsymtab.cc1306 elfcpp::Sym<size, big_endian> sym2(symbuf); in add_from_relobj() local
1326 psym = &sym2; in add_from_relobj()
1334 if (psym != &sym2) in add_from_relobj()
1337 psym = &sym2; in add_from_relobj()
1340 elfcpp::STV visibility = sym2.get_st_visibility(); in add_from_relobj()
1345 unsigned char nonvis = sym2.get_st_nonvis(); in add_from_relobj()
1523 elfcpp::Sym<size, big_endian> sym2(symbuf); in add_from_dynobj() local
1533 psym = &sym2; in add_from_dynobj()
Doutput.cc1194 unsigned int sym2 = r2.get_symbol_index(); in compare() local
1195 if (sym1 < sym2) in compare()
1197 else if (sym1 > sym2) in compare()
Dmips.cc3019 got_offset_compare(Symbol* sym1, Symbol* sym2) in got_offset_compare() argument
3022 Mips_symbol<size>* mips_sym2 = Mips_symbol<size>::as_mips_sym(sym2); in got_offset_compare()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-vrp.cc372 tree sym2 = get_single_symbol (val2, &neg2, &inv2); in compare_values_warnv() local
376 if (sym1 && sym2) in compare_values_warnv()
379 if (sym1 != sym2 || neg1 != neg2) in compare_values_warnv()
411 if ((sym1 && inv1 && cst2) || (sym2 && inv2 && cst1)) in compare_values_warnv()
420 && (!sym2 || !warning_suppressed_p (val2, OPT_Woverflow))) in compare_values_warnv()
DFSFChangeLog.105076 being output is also a constant so &sym - &sym2 is not fixed up.
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dmmo.c2203 const struct mmo_symbol *sym2 = *(const struct mmo_symbol **) arg2; in mmo_sort_mmo_symbols() local
2206 if (sym1->serno < sym2->serno) in mmo_sort_mmo_symbols()
2208 else if (sym1->serno > sym2->serno) in mmo_sort_mmo_symbols()
Dsom.c2757 asymbol **sym2 = (asymbol **) arg2; in compare_syms() local
2767 if ((*sym2)->flags & BSF_SECTION_SYM) in compare_syms()
2768 count2 = (*sym2)->udata.i; in compare_syms()
2770 count2 = som_symbol_data (*sym2)->reloc_count; in compare_syms()
DChangeLog-2016976 manipulation of diff value, and don't assume sym2 is less than sym1.
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dmmo.c2203 const struct mmo_symbol *sym2 = *(const struct mmo_symbol **) arg2; in mmo_sort_mmo_symbols() local
2206 if (sym1->serno < sym2->serno) in mmo_sort_mmo_symbols()
2208 else if (sym1->serno > sym2->serno) in mmo_sort_mmo_symbols()
Dsom.c2757 asymbol **sym2 = (asymbol **) arg2; in compare_syms() local
2767 if ((*sym2)->flags & BSF_SECTION_SYM) in compare_syms()
2768 count2 = (*sym2)->udata.i; in compare_syms()
2770 count2 = som_symbol_data (*sym2)->reloc_count; in compare_syms()
DChangeLog-2016976 manipulation of diff value, and don't assume sym2 is less than sym1.
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Das.texi2572 form @samp{.word @var{sym1}-@var{sym2}}. @xref{Word,,@code{.word}}.
7671 Directives of the form @samp{.word sym1-sym2} are often emitted by
7673 directive of the form @samp{.word sym1-sym2}, and the difference between
7674 @code{sym1} and @code{sym2} does not fit in 16 bits, @command{@value{AS}}
7679 table is a long-jump to @code{sym2}. The original @samp{.word}
7681 @code{sym2}.
7683 If there were several occurrences of @samp{.word sym1-sym2} before the
Das.info6169 the form ‘.word sym1-sym2’ are often emitted by compilers as part of
6171 ‘.word sym1-sym2’, and the difference between ‘sym1’ and ‘sym2’ does not
6176 table. Inside the table is a long-jump to ‘sym2’. The original ‘.word’
6177 contains ‘sym1’ minus the address of the long-jump to ‘sym2’.
6179 If there were several occurrences of ‘.word sym1-sym2’ before the
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-98993734 * write.c (fixup_segment): Change sym1-sym2 message again.
3738 * write.c (fixup_segment): Improve error message for sym1-sym2
3739 errors when sym1 is in a different segment from sym2.
DChangeLog-96972877 * config/tc-mn10300.c (tc_gen_reloc): Handle sym1-sym2 fixups
4977 apply non pc-relative sym1-sym2 fixups, even if linkrelax is
DChangeLog-92958946 sym1-sym2+const as long as sym2 is $global$.
/netbsd/src/external/gpl3/binutils/dist/ld/
DChangeLog-20202785 * testsuite/ld-linkonce/sym2.s,

12