Searched refs:sym2 (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-cmd-stack.c284 struct symbol *sym2; local
291 sym2 = lookup_symbol (SYMBOL_NATURAL_NAME (sym),
296 sym2 = sym;
300 type = check_typedef (sym2->type);
301 type_print (sym2->type, "", stb->stream, -1);
307 print_variable_value (sym2, fi, stb->stream);
313 print_variable_value (sym2, fi, stb->stream);
/openbsd-current/gnu/usr.bin/perl/lib/
H A DSymbol.t24 my $sym2 = gensym;
26 ok( $sym1 ne $sym2, 'gensym() returns a different GLOB' );
30 $sym1 = $sym2 = undef;
/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dcg_print.c1037 Sym *sym1, *sym2;
1133 sym2 = child;
1134 if (sym2->next)
1135 while (sym2->next)
1136 sym2 = sym2->next;
1138 while (sym2->prev)
1139 sym2 = sym2->prev;
1142 && sym2
1036 Sym *sym1, *sym2; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dcg_print.c1018 Sym *sym1, *sym2;
1114 sym2 = child;
1115 if (sym2->next)
1116 while (sym2->next)
1117 sym2 = sym2->next;
1119 while (sym2->prev)
1120 sym2 = sym2->prev;
1123 && sym2
1017 Sym *sym1, *sym2; local
[all...]
/openbsd-current/gnu/llvm/lld/ELF/
H A DDriver.cpp2349 Defined *sym2 = dyn_cast_or_null<Defined>(symtab.find(sym.getName()));
2350 if (!sym2)
2352 const char *suffix2 = sym2->getVersionSuffix();
2356 map.try_emplace(&sym, sym2);
2360 sym2->checkDuplicate(cast<Defined>(sym));
2361 sym2->resolve(cast<Defined>(sym));
2363 sym2->resolve(cast<Undefined>(sym));
2365 sym2->resolve(cast<SharedSymbol>(sym));
2371 if (sym2->versionId > VER_NDX_GLOBAL
2372 ? config->versionDefinitions[sym2
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dxcoffread.c1449 struct symbol *sym2 = NULL;
1489 SYMBOL_DUP (sym, sym2);
1492 add_symbol_to_list (sym2, &global_symbols);
1494 add_symbol_to_list (sym2, &file_symbols);
1576 return sym2;
1444 struct symbol *sym2 = NULL; local
H A Dstack.c1488 struct symbol *sym, *sym2;
1524 sym2 = lookup_symbol (DEPRECATED_SYMBOL_NAME (sym),
1526 print_variable_value (sym2, fi, stream);
1484 struct symbol *sym, *sym2; local
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dmmo.c2188 const struct mmo_symbol *sym2 = *(const struct mmo_symbol **) arg2; local
2191 if (sym1->serno < sym2->serno)
2193 else if (sym1->serno > sym2->serno)
H A Dsom.c2526 /* Return -1, 0, 1 indicating the relative ordering of sym1 and sym2.
2539 asymbol **sym2 = (asymbol **) arg2; local
2549 if ((*sym2)->flags & BSF_SECTION_SYM)
2550 count2 = (*sym2)->udata.i;
2552 count2 = som_symbol_data (*sym2)->reloc_count;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dmmo.c2076 const struct mmo_symbol *sym2 = *(const struct mmo_symbol **) arg2; local
2079 if (sym1->serno < sym2->serno)
2081 else if (sym1->serno > sym2->serno)
H A Dsom.c2413 /* Return -1, 0, 1 indicating the relative ordering of sym1 and sym2.
2423 asymbol **sym2 = (asymbol **) arg2; local
2433 if ((*sym2)->flags & BSF_SECTION_SYM)
2434 count2 = (*sym2)->udata.i;
2436 count2 = som_symbol_data (*sym2)->reloc_count;

Completed in 143 milliseconds