Searched refs:sym (Results 26 - 50 of 2549) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dreloc-tprel_lo12-ldst64.s5 ldr x27, [x4, #:tprel_lo12:sym]
H A Dreloc-tprel_lo12-ldst8.s5 ldrsb x21, [x8, #:tprel_lo12:sym]
H A Dreloc-tprel_lo12_nc-ldst16.s5 ldrh w27, [x4, #:tprel_lo12_nc:sym]
H A Dreloc-tprel_lo12_nc-ldst32.s5 ldrsw x20, [x7, #:tprel_lo12_nc:sym]
H A Dreloc-tprel_lo12_nc-ldst64.s5 ldr x27, [x4, #:tprel_lo12_nc:sym]
H A Dreloc-tprel_lo12_nc-ldst8.s5 ldrb w29, [x2, #:tprel_lo12_nc:sym]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/sparc/
H A Dgotop32.s4 sym: .word 0 label
7 foo: sethi %gdop_hix22(sym), %l1
8 xor %l1, %gdop_lox10(sym), %l1
9 ld [%l7 + %l1], %l2, %gdop(sym)
H A Dgotop64.s4 sym: .word 0 label
7 foo: sethi %gdop_hix22(sym), %l1
8 xor %l1, %gdop_lox10(sym), %l1
9 ldx [%l7 + %l1], %l2, %gdop(sym)
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dexclude_libs_test.sh33 sym=$2
36 found=`grep " $sym\$" $file`
38 echo "Symbol $sym not found."
42 match_vis=`grep " $sym\$" $file | grep " $vis "`
44 echo "Expected symbol $sym to have visibility $vis but found"
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elfvers/
H A Dvers.h3 #define __SYMPFX(pfx, sym) #pfx sym
4 #define _SYMPFX(pfx, sym) __SYMPFX(pfx, sym)
5 #define SYMPFX(sym) _SYMPFX(__USER_LABEL_PREFIX__, #sym)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dcmpd-minsyms.exp35 foreach sym $min_syms {
36 set tst "setting breakpoint at '$sym'"
37 if {[gdb_breakpoint "'$sym'"]} {
57 foreach sym $min_syms {
58 set tst "setting breakpoint at $sym"
59 if {[gdb_breakpoint $sym]} {
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dunaligned-data.s1 .macro sym n:req
8 sym \n - 1
15 sym 16
H A Dunaligned-insn.s1 .macro sym n:req
9 sym \n - 1
15 sym 8
H A Dunaligned-text.s1 .macro sym n:req
8 sym \n - 1
15 sym 16
H A Dgot-page-3b.s1 .macro makeref,sym
2 lw $5,%got(\sym\@)($gp)
H A Dgot-page-3c.s1 .macro makeref,sym
2 lw $5,%got(\sym\@)($gp)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dcmpd-minsyms.exp35 foreach sym $min_syms {
36 set tst "setting breakpoint at '$sym'"
37 if {[gdb_breakpoint "'$sym'"]} {
57 foreach sym $min_syms {
58 set tst "setting breakpoint at $sym"
59 if {[gdb_breakpoint $sym]} {
/netbsd-current/usr.bin/error/
H A Derror.h230 #define DECL_STR(sym, num, str) static char sym##_##num[] = str
232 #define DECL_S1(sym, s, ...) __VA_ARGS__ DECL_STR(sym, 0, s)
233 #define DECL_S2(sym, s, ...) DECL_STR(sym, 1, s); DECL_S1(sym, __VA_ARGS__)
234 #define DECL_S3(sym, s, ...) DECL_STR(sym, 2, s); DECL_S2(sym, __VA_ARGS_
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-decl.c352 sym_identifier (gfc_symbol *sym) argument
354 if (sym->attr.is_main_program && strcmp (sym->name, "main") == 0)
357 return sym->name;
363 gfc_sym_identifier (gfc_symbol * sym) argument
365 return get_identifier (sym_identifier (sym));
371 mangled_identifier (gfc_symbol *sym) argument
373 gfc_symbol *proc = sym->ns->proc_name;
378 if (sym->attr.is_bind_c == 1 && sym
410 gfc_sym_mangled_identifier(gfc_symbol * sym) argument
433 gfc_sym_mangled_function_id(gfc_symbol * sym) argument
520 gfc_finish_cray_pointee(tree decl, gfc_symbol *sym) argument
613 gfc_finish_var_decl(tree decl, gfc_symbol * sym) argument
829 gfc_defer_symbol_init(gfc_symbol * sym) argument
868 gfc_get_module_backend_decl(gfc_symbol *sym) argument
968 gfc_build_qualified_array(tree decl, gfc_symbol * sym) argument
1188 gfc_build_dummy_array_decl(gfc_symbol * sym, tree dummy) argument
1336 gfc_create_string_length(gfc_symbol * sym) argument
1398 gfc_add_assign_aux_vars(gfc_symbol * sym) argument
1501 gfc_get_symbol_decl(gfc_symbol * sym) argument
1948 gfc_shadow_sym(gfc_symbol * sym, tree decl, gfc_saved_var * save) argument
1964 gfc_restore_sym(gfc_symbol * sym, gfc_saved_var * save) argument
1974 get_proc_pointer_decl(gfc_symbol *sym) argument
2067 gfc_get_extern_function_decl(gfc_symbol * sym, gfc_actual_arglist *actual_args) argument
2343 build_function_decl(gfc_symbol * sym, bool global) argument
2483 create_function_arglist(gfc_symbol * sym) argument
2846 trans_function_start(gfc_symbol * sym) argument
3086 gfc_get_fake_result_decl(gfc_symbol * sym, int parent_flag) argument
4069 gfc_trans_dummy_character(gfc_symbol *sym, gfc_charlen *cl, gfc_wrapped_block *block) argument
4090 gfc_trans_auto_character_variable(gfc_symbol * sym, gfc_wrapped_block * block) argument
4119 gfc_trans_assign_aux_var(gfc_symbol * sym, gfc_wrapped_block * block) argument
4211 gfc_trans_vla_type_sizes(gfc_symbol *sym, stmtblock_t *body) argument
4245 gfc_init_default_dt(gfc_symbol * sym, stmtblock_t * block, bool dealloc) argument
4361 gfc_null_and_pass_deferred_len(gfc_symbol *sym, stmtblock_t *init, locus *loc) argument
4417 convert_CFI_desc(gfc_wrapped_block * block, gfc_symbol *sym) argument
4521 get_proc_result(gfc_symbol* sym) argument
4548 gfc_symbol *sym; local
5209 generate_namelist_decl(gfc_symbol * sym) argument
5238 gfc_create_module_variable(gfc_symbol * sym) argument
5526 gfc_emit_parameter_debug_info(gfc_symbol *sym) argument
5603 generate_coarray_sym_init(gfc_symbol *sym) argument
5794 create_module_nml_decl(gfc_symbol *sym) argument
5874 expr_decls(gfc_expr *e, gfc_symbol *sym, int *f ATTRIBUTE_UNUSED) argument
5888 generate_expr_decls(gfc_symbol *sym, gfc_expr *e) argument
5897 generate_dependency_declarations(gfc_symbol *sym) argument
5923 generate_local_decl(gfc_symbol * sym) argument
6128 generate_local_nml_decl(gfc_symbol * sym) argument
6186 add_argument_checking(stmtblock_t *block, gfc_symbol *sym) argument
6525 gfc_symbol* sym; local
6569 is_from_ieee_module(gfc_symbol *sym) argument
6591 add_clause(gfc_symbol *sym, gfc_omp_map_op map_op) argument
6610 find_module_oacc_declare_clauses(gfc_symbol *sym) argument
6641 finish_oacc_declare(gfc_namespace *ns, gfc_symbol *sym, bool block) argument
6744 gfc_symbol *sym; local
[all...]
/netbsd-current/usr.sbin/tprof/
H A Dksyms.h32 struct sym { struct
38 struct sym **ksymload(size_t *);
/netbsd-current/external/cddl/osnet/dist/tools/ctf/common/
H A Dsymbol.h38 int ignore_symbol(GElf_Sym *sym, const char *name);
/netbsd-current/tests/lib/libppath/
H A Dplist_to_c15 ${AWK:-awk} -v sym=$1 '
16 BEGIN { printf "const char " sym "[] = \""; }
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Dtocopt6-inc.s1 .macro start, sym
2 .type \sym, @function
4 \sym: .quad .L.\sym, .TOC.@tocbase, 0
6 .L.\sym:
15 .macro end, sym
21 .size \sym, . - .L.\sym
33 .macro usegot, sym
35 \sym\
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr21964-2c.c9 void *sym; local
19 sym = dlsym(dl, "__start___verbose");
20 if (!sym)
/netbsd-current/sys/sys/
H A Dcdefs_elf.h52 #define __indr_reference(sym,alias) /* nada, since we do weak refs */
55 #define __strong_alias(alias,sym) \
57 _C_LABEL_STRING(#alias) " = " _C_LABEL_STRING(#sym));
59 #define __weak_alias(alias,sym) \
61 _C_LABEL_STRING(#alias) " = " _C_LABEL_STRING(#sym));
64 #define __weak_extern(sym) \
65 __asm(".weak " _C_LABEL_STRING(#sym));
74 #define __weak_reference(sym) __attribute__((__weakref__(#sym)))
76 #define __weak_reference(sym) ; __as
[all...]

Completed in 306 milliseconds

1234567891011>>