Searched refs:fixup (Results 1 - 25 of 81) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dglibc-tdep.c43 entry points to "_dl_runtime_resolve", which calls "fixup" to
46 We look for the symbol `_dl_runtime_resolve', and find `fixup' in
47 the same objfile. If we are at the entry point of `fixup', then
64 struct minimal_symbol *fixup local
68 if (! fixup)
69 fixup = lookup_minimal_symbol ("fixup", NULL, objfile);
71 if (fixup && SYMBOL_VALUE_ADDRESS (fixup) == pc)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Daddsw-bad.l2 [^:]*:5: Error: invalid constant \(496\) after fixup
3 [^:]*:6: Error: invalid constant \(496\) after fixup
/netbsd-6-1-5-RELEASE/regress/sys/arch/arm/
H A DMakefile5 SUBDIR+= abort-fixup
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-spu/
H A Dfixup.d1 #source: fixup.s
9 Contents of section .fixup:
/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A Dnb_lc_template_decl.h43 _PREFIX(fixup)(_CATEGORY_TYPE *);
H A Dnb_lc_messages_misc.h52 _PREFIX(fixup)(_MessagesLocale *data) function
H A Dnb_lc_numeric_misc.h58 _PREFIX(fixup)(_NumericLocale *data) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate44.C35 void (*fixup)( List<T> *, int first, int last),
42 if (fixup)
43 fixup(theList, first, last);
49 void (*fixup)( List<T> *, int first, int last) = AlgoFixupSort;
51 AlgoSort(compare, fixup, theList, first, last);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate44.C35 void (*fixup)( List<T> *, int first, int last),
42 if (fixup)
43 fixup(theList, first, last);
49 void (*fixup)( List<T> *, int first, int last) = AlgoFixupSort;
51 AlgoSort(compare, fixup, theList, first, last);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dfptr.c36 The first "bl" branch instruction found MUST be a call to fixup. See
68 static fixup_t fixup; local
90 /* Initialize our plabel for calling fixup if we haven't done so already.
93 if (!fixup)
99 call to fixup or a magic branch to fixup at the beginning of the
100 trampoline template. The fixup function does the actual runtime
120 /* Build a plabel for an indirect call to fixup. */
121 fixup_plabel[0] = (unsigned int) iptr + 8; /* address of fixup */
122 fixup_plabel[1] = got[-1]; /* ltp for fixup */
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pa/
H A Dfptr.c31 The first "bl" branch instruction found MUST be a call to fixup. See
63 static fixup_t fixup; local
85 /* Initialize our plabel for calling fixup if we haven't done so already.
88 if (!fixup)
94 call to fixup or a magic branch to fixup at the beginning of the
95 trampoline template. The fixup function does the actual runtime
115 /* Build a plabel for an indirect call to fixup. */
116 fixup_plabel[0] = (unsigned int) iptr + 8; /* address of fixup */
117 fixup_plabel[1] = got[-1]; /* ltp for fixup */
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/io/
H A Dprotocols.h38 # error arch fixup needed here
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tools/win32/
H A Dischmacfixup.mak108 ALL : "..\..\..\Build\Release\isc-hmac-fixup.exe"
112 -@erase "$(INTDIR)\isc-hmac-fixup.obj"
114 -@erase "..\..\..\Build\Release\isc-hmac-fixup.exe"
121 CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "./" /I "../../../" /I "../../../../libxml2-2.7.3/include" /I "../../../lib/isc/win32" /I "../../../lib/isc/win32/include" /I "../../../lib/isc/include" /I "../../../lib/isc/noatomic/include" /D "NDEBUG" /D "__STDC__" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\isc-hmac-fixup.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
155 BSC32_FLAGS=/nologo /o"$(OUTDIR)\isc-hmac-fixup.bsc"
159 LINK32_FLAGS=user32.lib advapi32.lib ../../../lib/isc/win32/Release/libisc.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\isc-hmac-fixup.pdb" /machine:I386 /out:"../../../Build/Release/isc-hmac-fixup.exe"
161 "$(INTDIR)\isc-hmac-fixup.obj"
163 "..\..\..\Build\Release\isc-hmac-fixup.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
177 ALL : "..\..\..\Build\Debug\isc-hmac-fixup
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dfixup.c1 /* $NetBSD: fixup.c,v 1.4 2011/06/15 15:18:20 matt Exp $ */
39 __KERNEL_RCSID(0, "$NetBSD: fixup.c,v 1.4 2011/06/15 15:18:20 matt Exp $");
86 struct powerpc_jump_fixup_info fixup; local
98 fixup.jfi_stub = fixup_addr2offset(stub);
99 fixup.jfi_real = 0;
108 for (; stub < stub_end && fixup.jfi_real == 0; stub++) {
185 fixup.jfi_real = fixup_addr2offset(ctr);
194 KASSERT(fixup.jfi_real != 0);
201 __func__, insnp, fixup.jfi_stub << 2, fixup
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Di386linux.c114 pointers to fixup tables. It will be present in any dynamically
115 linked file. The linker generated fixup table should also be added
125 each fixup contains two 32 bit numbers. A regular fixup contains
127 address at the location pointed to by the pointer. A builtin fixup
131 __GOT__ symbols for the same variable. The builtin fixup will copy
134 struct fixup
136 struct fixup *next;
170 struct fixup *fixup_list;
177 static struct fixup *new_fixu
133 struct fixup struct
[all...]
H A Dm68klinux.c115 pointers to fixup tables. It will be present in any dynamically
116 linked file. The linker generated fixup table should also be added
126 each fixup contains two 32 bit numbers. A regular fixup contains
128 address at the location pointed to by the pointer. A builtin fixup
132 __GOT__ symbols for the same variable. The builtin fixup will copy
135 struct fixup
137 struct fixup *next;
171 struct fixup *fixup_list;
178 static struct fixup *new_fixu
134 struct fixup struct
[all...]
H A Dsparclinux.c113 pointers to fixup tables. It will be present in any dynamically
114 linked file. The linker generated fixup table should also be added
124 each fixup contains two 32 bit numbers. A regular fixup contains
126 address at the location pointed to by the pointer. A builtin fixup
130 __GOT__ symbols for the same variable. The builtin fixup will copy
133 struct fixup struct
135 struct fixup *next;
169 struct fixup *fixup_list;
176 static struct fixup *new_fixu
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Di386linux.c114 pointers to fixup tables. It will be present in any dynamically
115 linked file. The linker generated fixup table should also be added
125 each fixup contains two 32 bit numbers. A regular fixup contains
127 address at the location pointed to by the pointer. A builtin fixup
131 __GOT__ symbols for the same variable. The builtin fixup will copy
134 struct fixup
136 struct fixup *next;
170 struct fixup *fixup_list;
177 static struct fixup *new_fixu
133 struct fixup struct
[all...]
H A Dm68klinux.c115 pointers to fixup tables. It will be present in any dynamically
116 linked file. The linker generated fixup table should also be added
126 each fixup contains two 32 bit numbers. A regular fixup contains
128 address at the location pointed to by the pointer. A builtin fixup
132 __GOT__ symbols for the same variable. The builtin fixup will copy
135 struct fixup
137 struct fixup *next;
171 struct fixup *fixup_list;
178 static struct fixup *new_fixu
134 struct fixup struct
[all...]
H A Dsparclinux.c113 pointers to fixup tables. It will be present in any dynamically
114 linked file. The linker generated fixup table should also be added
124 each fixup contains two 32 bit numbers. A regular fixup contains
126 address at the location pointed to by the pointer. A builtin fixup
130 __GOT__ symbols for the same variable. The builtin fixup will copy
133 struct fixup struct
135 struct fixup *next;
169 struct fixup *fixup_list;
176 static struct fixup *new_fixu
[all...]
/netbsd-6-1-5-RELEASE/lib/libm/src/
H A Ds_remquof.c46 goto fixup; /* |x|<|y| return x or x-y */
103 fixup:
H A Ds_remquo.c50 goto fixup; /* |x|<|y| return x or x-y */
136 fixup:
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dboca.c67 callout_t fixup; member in struct:boca_softc
188 callout_init(&sc->fixup, 0);
189 callout_reset(&sc->fixup, hz/10, boca_fixup, sc);
242 callout_reset(&sc->fixup, hz/10, boca_fixup, sc);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-mn10300.c525 /* Create a fixup for the reversed conditional branch. */
531 /* Now create the unconditional branch + fixup to the
582 /* Create a fixup for the reversed conditional branch. */
588 /* Now create the unconditional branch + fixup to the
628 /* Create a fixup for the reversed conditional branch. */
634 /* Now create the unconditional branch + fixup to the
664 /* Create a fixup for the reversed conditional branch. */
670 /* Now create the unconditional branch + fixup to the
818 /* Create a fixup for the reversed conditional branch. */
824 /* Now create the unconditional branch + fixup t
969 mn10300_check_fixup(struct mn10300_fixup *fixup) argument
1017 struct mn10300_fixup fixup; local
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/puffs/
H A Dt_fuzz.c151 fixup(int nfix, struct puffs_kargs *kargs) function
232 fixup(nfix, &kargs);

Completed in 310 milliseconds

1234