| /openbsd-src/gnu/usr.bin/perl/ext/DynaLoader/ |
| H A D | dl_dllload.xs | 177 dl_install_xsub(perl_name, symref, filename="$Package") 179 void * symref 182 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "dl_install_xsub(name=%s, symref=%lx)\n", 183 perl_name, (unsigned long) symref)); 185 (void(*)(pTHX_ CV *))symref,
|
| H A D | dl_dlopen.xs | 265 dl_install_xsub(perl_name, symref, filename="$Package") 267 void * symref 270 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "dl_install_xsub(name=%s, symref=%" UVxf ")\n", 271 perl_name, PTR2UV(symref))); 273 DPTR2FPTR(XSUBADDR_t, symref),
|
| H A D | dl_dyld.xs | 204 dl_install_xsub(perl_name, symref, filename="$Package") 206 void * symref 209 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "dl_install_xsub(name=%s, symref=%x)\n", 210 perl_name, symref)); 212 (void(*)(pTHX_ CV *))symref,
|
| H A D | dl_hpux.xs | 164 dl_install_xsub(perl_name, symref, filename="$Package") 166 void * symref 169 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "dl_install_xsub(name=%s, symref=%p)\n", 170 perl_name, (void*)symref)); 172 (void(*)(pTHX_ CV *))symref,
|
| H A D | dl_win32.xs | 188 dl_install_xsub(perl_name, symref, filename="$Package") 190 void * symref 194 perl_name, symref)); 196 (void(*)(pTHX_ CV *))symref,
|
| H A D | dl_freemint.xs | 185 dl_install_xsub(perl_name, symref, filename="$Package") 187 void * symref 190 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "dl_install_xsub(name=%s, symref=%x)\n", 191 perl_name, symref)); 193 (void(*)(pTHX_ CV *))symref,
|
| H A D | dl_vms.xs | 340 dl_install_xsub(perl_name, symref, filename="$Package") 342 void * symref 346 perl_name, symref)); 348 (void(*)(pTHX_ CV *))symref,
|
| H A D | dl_aix.xs | 753 dl_install_xsub(perl_name, symref, filename="$Package") 755 void * symref 758 DLDEBUG(2,PerlIO_printf(Perl_debug_log, "dl_install_xsub(name=%s, symref=%x)\n", 759 perl_name, symref)); 761 (void(*)(pTHX_ CV *))symref,
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | winnt.c | 207 rtx symref; in i386_pe_mark_dllexport() local 234 symref = gen_rtx_SYMBOL_REF (Pmode, IDENTIFIER_POINTER (idp)); in i386_pe_mark_dllexport() 235 SET_SYMBOL_REF_DECL (symref, decl); in i386_pe_mark_dllexport() 236 XEXP (DECL_RTL (decl), 0) = symref; in i386_pe_mark_dllexport() 248 rtx symref; in i386_pe_mark_dllimport() local 279 symref = gen_rtx_SYMBOL_REF (Pmode, IDENTIFIER_POINTER (idp)); in i386_pe_mark_dllimport() 280 SET_SYMBOL_REF_DECL (symref, decl); in i386_pe_mark_dllimport() 281 newrtl = gen_rtx_MEM (Pmode,symref); in i386_pe_mark_dllimport()
|
| /openbsd-src/gnu/usr.bin/perl/ext/B/ |
| H A D | B.pm | 272 my ($symref, $method, $recurse, $prefix) = @_; 277 foreach my $sym ( sort keys %$symref ) { 278 my $dummy = $symref->{$sym}; # Copying the glob and incrementing
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | fetch_pad_names.t | 181 my ($symref, $encoded_sym) = (__PACKAGE__ . "::戦国") x 2; 183 return [ $戦国, ${$symref}, ${$encoded_sym} ];
|
| /openbsd-src/gnu/gcc/gcc/config/avr/ |
| H A D | avr-protos.h | 63 extern void asm_output_external_libcall (FILE *file, rtx symref);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/romp/ |
| H A D | romp.c | 1331 rtx symref; /* Created SYMBOL_REF rtx. */ member 1362 if (strcmp (name, XSTR (p->symref, 0)) == 0) 1371 p->symref = gen_rtx_SYMBOL_REF (Pmode, ggc_strdup (name)); 1375 return p->symref;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/avr/ |
| H A D | avr-protos.h | 71 extern void asm_output_external_libcall PARAMS ((FILE *file, rtx symref));
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.h | 3453 rtx symref = eliminate_constant_term (XEXP (X, 0), &offset); \ 3466 if (GET_CODE (symref) == LABEL_REF) \ 3469 if (GET_CODE (symref) != SYMBOL_REF) \ 3476 return COSTS_N_INSNS (SYMBOL_REF_FLAG (symref) ? 1 : 2); \
|
| H A D | mips.c | 8260 rtx symref; local 8262 symref = XEXP (TREE_CST_RTL (decl), 0); 8263 mips16_strings = alloc_EXPR_LIST (0, symref, mips16_strings); 8264 SYMBOL_REF_FLAG (symref) = 1;
|
| /openbsd-src/gnu/gcc/gcc/config/iq2000/ |
| H A D | iq2000.c | 3315 rtx symref = eliminate_constant_term (XEXP (x, 0), & offset); in iq2000_rtx_costs() local 3317 if (GET_CODE (symref) == LABEL_REF) in iq2000_rtx_costs() 3319 else if (GET_CODE (symref) != SYMBOL_REF) in iq2000_rtx_costs() 3325 * total = COSTS_N_INSNS (SYMBOL_REF_FLAG (symref) ? 1 : 2); in iq2000_rtx_costs()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 8113 rtx minus, symref; local 8122 symref = XEXP (minus, 0); 8123 XEXP (contains_minus, 0) = symref; 8128 name = XSTR (symref, 0); 8132 XSTR (symref, 0) = newname; 8136 XSTR (symref, 0) = name;
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000.c | 10979 rtx minus, symref; in print_operand_address() local 10988 symref = XEXP (minus, 0); in print_operand_address() 10989 XEXP (contains_minus, 0) = symref; in print_operand_address() 10994 name = XSTR (symref, 0); in print_operand_address() 10998 XSTR (symref, 0) = newname; in print_operand_address() 11002 XSTR (symref, 0) = name; in print_operand_address()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | tm.texi | 6756 @item ASM_OUTPUT_EXTERNAL_LIBCALL (@var{stream}, @var{symref}) 6759 library function is given by @var{symref}, which has type @code{rtx} and
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | tm.texi | 7185 @deftypefn {Target Hook} void TARGET_ASM_EXTERNAL_LIBCALL (rtx @var{symref}) 7188 library function is given by @var{symref}, which is a @code{symbol_ref}.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | FSFChangeLog.10 | 5048 * m68k.h (LEGITIMATE_PIC_OPERAND): Allow SYMBOL_REF_FLAG symref.
|
| H A D | ChangeLog | 6979 (call, call_value): Emit new 32-bit pic patterns for symref and
|