Home
last modified time | relevance | path

Searched refs:sym1 (Results 1 – 25 of 37) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/lib/
H A DSymbol.t21 my $sym1 = gensym;
22 ok( ref($sym1) eq 'GLOB', 'gensym() returns a GLOB' );
26 ok( $sym1 ne $sym2, 'gensym() returns a different GLOB' );
28 ungensym $sym1;
30 $sym1 = $sym2 = undef;
36 $sym1 = geniosym;
37 like( $sym1, qr/=IO\(/, 'got an IO ref' );
40 *FOO = $sym1;
42 is( $sym1, *FOO{IO}, 'assigns into glob OK' );
/openbsd/gnu/usr.bin/binutils/gprof/
H A Dcg_print.c1036 Sym *sym1, *sym2; local
1124 sym1 = parent;
1125 if (sym1->next)
1126 while (sym1->next)
1127 sym1 = sym1->next;
1129 while (sym1->prev)
1130 sym1 = sym1->prev;
1140 if (sym1 == child
/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Dcg_print.c1017 Sym *sym1, *sym2; local
1105 sym1 = parent;
1106 if (sym1->next)
1107 while (sym1->next)
1108 sym1 = sym1->next;
1110 while (sym1->prev)
1111 sym1 = sym1->prev;
1121 if (sym1 == child
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-ifs.rst39 - { Name: sym1, Type: Object, Size: 0 }
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dmmo.c2075 const struct mmo_symbol *sym1 = *(const struct mmo_symbol **) arg1; in mmo_sort_mmo_symbols() local
2079 if (sym1->serno < sym2->serno) in mmo_sort_mmo_symbols()
2081 else if (sym1->serno > sym2->serno) in mmo_sort_mmo_symbols()
H A Dsom.c2422 asymbol **sym1 = (asymbol **) arg1; in compare_syms() local
2428 if ((*sym1)->flags & BSF_SECTION_SYM) in compare_syms()
2429 count1 = (*sym1)->udata.i; in compare_syms()
2431 count1 = som_symbol_data (*sym1)->reloc_count; in compare_syms()
/openbsd/gnu/share/
H A Dconfig.sub861 os=-sym1
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dada-lang.c3701 lesseq_defined_than (struct symbol *sym0, struct symbol *sym1) in lesseq_defined_than() argument
3703 if (sym0 == sym1) in lesseq_defined_than()
3705 if (SYMBOL_DOMAIN (sym0) != SYMBOL_DOMAIN (sym1) in lesseq_defined_than()
3706 || SYMBOL_CLASS (sym0) != SYMBOL_CLASS (sym1)) in lesseq_defined_than()
3716 struct type *type1 = SYMBOL_TYPE (sym1); in lesseq_defined_than()
3718 char *name1 = SYMBOL_LINKAGE_NAME (sym1); in lesseq_defined_than()
3727 return SYMBOL_VALUE (sym0) == SYMBOL_VALUE (sym1) in lesseq_defined_than()
3728 && equiv_types (SYMBOL_TYPE (sym0), SYMBOL_TYPE (sym1)); in lesseq_defined_than()
H A DNEWS725 Ultracomputer (29K) running Sym1 a29k-nyu-sym1 a29k-*-kern*
777 Ultracomputer (29K) running Sym1 a29k-nyu-sym1 a29k-*-kern*
2483 Ultracomputer (29K) running Sym1: a29k-nyu-sym1 or ultra3
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dmmo.c2187 const struct mmo_symbol *sym1 = *(const struct mmo_symbol **) arg1; local
2191 if (sym1->serno < sym2->serno)
2193 else if (sym1->serno > sym2->serno)
H A Dsom.c2538 asymbol **sym1 = (asymbol **) arg1; local
2544 if ((*sym1)->flags & BSF_SECTION_SYM)
2545 count1 = (*sym1)->udata.i;
2547 count1 = som_symbol_data (*sym1)->reloc_count;
H A Dconfig.bfd280 a29k-*-ebmon* | a29k-*-udi* | a29k-*-coff* | a29k-*-sym1* | \
/openbsd/gnu/usr.bin/gcc/
H A Dconfig.sub953 os=-sym1
/openbsd/gnu/lib/libreadline/support/
H A Dconfig.sub951 os=-sym1
/openbsd/gnu/lib/libstdc++/
H A Dconfig.sub953 os=-sym1
/openbsd/gnu/usr.bin/binutils/
H A Dconfig.sub991 os=-sym1
/openbsd/gnu/usr.bin/binutils-2.17/
H A Dconfig.sub1036 os=-sym1
/openbsd/gnu/lib/libiberty/
H A Dconfig.sub1036 os=-sym1
/openbsd/gnu/usr.bin/texinfo/
H A Dconfig.sub999 os=-sym1
/openbsd/gnu/llvm/lld/ELF/
H A DDriver.cpp2370 } else if (auto *sym1 = dyn_cast<Defined>(&sym)) { in combineVersionedSymbol() local
2373 : sym1->section == sym2->section && sym1->value == sym2->value) { in combineVersionedSymbol()
/openbsd/usr.sbin/unbound/
H A Dconfig.sub613 basic_os=sym1
/openbsd/usr.sbin/nsd/
H A Dconfig.sub612 basic_os=sym1
/openbsd/gnu/usr.bin/binutils/gas/
H A Dconfigure.in188 a29k-nyu-sym1) fmt=coff ;;
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Das.texinfo1590 @samp{.word @var{sym1}-@var{sym2}}; @pxref{Word,,@code{.word}}.
5859 Directives of the form @samp{.word sym1-sym2} are often emitted by
5861 directive of the form @samp{.word sym1-sym2}, and the difference between
5862 @code{sym1} and @code{sym2} does not fit in 16 bits, @command{@value{AS}}
5868 contains @code{sym1} minus the address of the long-jump to
5871 If there were several occurrences of @samp{.word sym1-sym2} before the
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Das.texinfo1679 @samp{.word @var{sym1}-@var{sym2}}; @pxref{Word,,@code{.word}}.
6119 Directives of the form @samp{.word sym1-sym2} are often emitted by
6121 directive of the form @samp{.word sym1-sym2}, and the difference between
6122 @code{sym1} and @code{sym2} does not fit in 16 bits, @command{@value{AS}}
6128 contains @code{sym1} minus the address of the long-jump to
6131 If there were several occurrences of @samp{.word sym1-sym2} before the

12