Searched refs:sym (Results 1 - 25 of 2504) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/all/
H A Dredef5.s1 .comm sym, 1
2 .set sym, 0
H A Dredef2.s3 .set sym, here
4 .long sym
5 .set sym, 0x11111111
6 .long sym
7 .set sym, xtrn
8 .long sym
9 .set sym, 0x22222222
10 .long sym
11 sym: label
12 .long sym
[all...]
H A Dredef4.s2 sym: label
3 .set sym, 0
H A Dredef3.s3 .set sym, here
4 .long sym
5 .set sym, 0x11111111
6 .long sym
7 .set sym, xtrn
8 .long sym
9 .set sym, 0x22222222
10 .long sym
11 .comm sym, 1
12 .long sym
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Dredef.s3 .set sym, here
4 .long sym
5 .set sym, 0x11111111
6 .long sym
7 .set sym, xtrn
8 .long sym
9 .set sym, 0x22222222
10 .long sym
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arc/
H A Drelocs-errors.s1 j sym@plt
2 jl sym@plt
3 jeq sym@plt
5 j sym@pcl
6 jl sym@pcl
7 jeq sym@pcl
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Drust-demangle.h45 rust_demangle_sym (char *sym);
/netbsd-current/external/cddl/osnet/dist/tools/ctf/common/
H A Dsymbol.c39 ignore_symbol(GElf_Sym *sym, const char *name) argument
41 uchar_t type = GELF_ST_TYPE(sym->st_info);
47 if (sym->st_shndx == SHN_UNDEF || sym->st_name == 0)
62 if (type == STT_OBJECT && sym->st_shndx == SHN_ABS &&
63 sym->st_value == 0)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dmkmap-flat.awk85 sym = prefix $1;
87 delete export[sym];
89 export[sym] = 1;
100 for (sym in export)
101 if (def[sym] || (pe_dll && def["_" sym]))
102 print sym;
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dmkmap-flat.awk85 sym = prefix $1;
87 delete export[sym];
89 export[sym] = 1;
100 for (sym in export)
101 if (def[sym] || (pe_dll && def["_" sym]))
102 print sym;
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Darm_abs_global.sh33 sym=$2
36 found=`grep " $sym\$" $file`
38 echo "Symbol $sym not found."
42 match_reloc=`grep " $sym\$" $file | grep " $reloc "`
44 echo "Expected symbol $sym to have relocation $reloc but found"
H A Ddiscard_locals_test.sh33 sym=$2
35 found=`egrep $sym $file`
46 sym=$2
48 found=`egrep $sym $file`
H A Djustsyms_exec.c35 void check(void *sym, long v, const char *name);
38 check(void *sym, long v, const char *name) argument
40 if (sym != (void *)v)
42 fprintf(stderr, "&%s is %8p, expected %08lx\n", name, sym, v);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/sparc/
H A Dpc2210.s3 sym: .word 0 label
5 sethi %pc22(sym), %o1
6 or %o1, %pc10(sym), %o1
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dpk11_api.c40 CK_C_Initialize sym; local
54 sym = (CK_C_Initialize)dlsym(hPK11, "C_Initialize");
55 if (sym == NULL) {
58 return ((*sym)(pReserved));
68 CK_C_Finalize sym; local
74 sym = (CK_C_Finalize)dlsym(hPK11, "C_Finalize");
75 if (sym == NULL) {
78 rv = (*sym)(pReserved);
89 static CK_C_GetSlotList sym = NULL; local
95 if ((sym
107 static CK_C_GetTokenInfo sym = NULL; local
126 static CK_C_GetMechanismInfo sym = NULL; local
148 static CK_C_OpenSession sym = NULL; local
172 static CK_C_CloseSession sym = NULL; local
191 static CK_C_Login sym = NULL; local
209 static CK_C_Logout sym = NULL; local
228 static CK_C_CreateObject sym = NULL; local
246 static CK_C_DestroyObject sym = NULL; local
265 static CK_C_GetAttributeValue sym = NULL; local
285 static CK_C_SetAttributeValue sym = NULL; local
305 static CK_C_FindObjectsInit sym = NULL; local
324 static CK_C_FindObjects sym = NULL; local
342 static CK_C_FindObjectsFinal sym = NULL; local
361 static CK_C_EncryptInit sym = NULL; local
381 static CK_C_Encrypt sym = NULL; local
400 static CK_C_DigestInit sym = NULL; local
419 static CK_C_DigestUpdate sym = NULL; local
438 static CK_C_DigestFinal sym = NULL; local
457 static CK_C_SignInit sym = NULL; local
476 static CK_C_Sign sym = NULL; local
496 static CK_C_SignUpdate sym = NULL; local
515 static CK_C_SignFinal sym = NULL; local
534 static CK_C_VerifyInit sym = NULL; local
553 static CK_C_Verify sym = NULL; local
572 static CK_C_VerifyUpdate sym = NULL; local
591 static CK_C_VerifyFinal sym = NULL; local
611 static CK_C_GenerateKey sym = NULL; local
635 static CK_C_GenerateKeyPair sym = NULL; local
657 static CK_C_DeriveKey sym = NULL; local
677 static CK_C_SeedRandom sym = NULL; local
696 static CK_C_GenerateRandom sym = NULL; local
[all...]
/netbsd-current/sys/sys/
H A Dcdefs_aout.h21 #define __indr_reference(sym,alias) /* nada, since we do weak refs */
25 #define __strong_alias(alias,sym) \
27 _C_LABEL_STRING(#alias) " = " _C_LABEL_STRING(#sym));
28 #define __weak_alias(alias,sym) \
30 _C_LABEL_STRING(#alias) " = " _C_LABEL_STRING(#sym));
33 #define __weak_extern(sym) \
34 __asm(".weak " _C_LABEL_STRING(#sym));
37 #define __weak_reference(sym) __attribute__((__weakref__))
39 #define __weak_reference(sym) ; __asm(".weak " _C_LABEL_STRING(#sym))
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dreloc-dtprel_lo12-ldst16.s5 ldrsh x27, [x4, #:dtprel_lo12:sym]
H A Dreloc-dtprel_lo12-ldst32.s5 ldrsw x27, [x4, #:dtprel_lo12:sym]
H A Dreloc-dtprel_lo12-ldst64.s5 ldr x27, [x4, #:dtprel_lo12:sym]
H A Dreloc-dtprel_lo12-ldst8.s5 ldrsb x21, [x8, #:dtprel_lo12:sym]
H A Dreloc-dtprel_lo12_nc-ldst16.s5 ldrh w27, [x4, #:dtprel_lo12_nc:sym]
H A Dreloc-dtprel_lo12_nc-ldst32.s5 ldrsw x20, [x7, #:dtprel_lo12_nc:sym]
H A Dreloc-dtprel_lo12_nc-ldst64.s5 ldr x27, [x4, #:dtprel_lo12_nc:sym]
H A Dreloc-dtprel_lo12_nc-ldst8.s5 ldrb w29, [x2, #:dtprel_lo12_nc:sym]
H A Dreloc-tprel_lo12-ldst16.s5 ldrsh x27, [x4, #:tprel_lo12:sym]

Completed in 294 milliseconds

1234567891011>>