HomeSort by relevance Sort by last modified time
    Searched refs:fix (Results 51 - 75 of 441) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/config/
tc-nds32.h 68 extern long nds32_pcrel_from_section (struct fix *, segT);
69 extern bfd_boolean nds32_fix_adjustable (struct fix *);
74 extern int nds32_validate_fix_sub (struct fix *, segT);
75 extern int nds32_force_relocation (struct fix *);
84 #define MD_PCREL_FROM_SECTION(fix, sect) nds32_pcrel_from_section (fix, sect)
86 #define tc_fix_adjustable(FIX) nds32_fix_adjustable (FIX)
93 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEC) \
94 (! SEG_NORMAL (SEC) || TC_FORCE_RELOCATION (FIX))
    [all...]
tc-sh.h 25 /* The type fixS is defined (to struct fix) in write.h, but write.h uses
27 after the "right" definitions, don't; just forward-declare struct fix
29 struct fix;
62 #define TC_FORCE_RELOCATION(fix) sh_force_relocation (fix)
63 extern int sh_force_relocation (struct fix *);
70 #define SWITCH_TABLE(FIX) \
71 ((FIX)->fx_addsy != NULL \
72 && (FIX)->fx_subsy != NULL \
73 && S_GET_SEGMENT ((FIX)->fx_addsy) == text_section
    [all...]
tc-alpha.h 48 struct fix;
51 extern int alpha_force_relocation (struct fix *);
52 extern int alpha_fix_adjustable (struct fix *);
57 #define TC_FORCE_RELOCATION(FIX) alpha_force_relocation (FIX)
58 #define tc_fix_adjustable(FIX) alpha_fix_adjustable (FIX)
62 #define MD_APPLY_SYM_VALUE(FIX) 0
70 #define TC_VALIDATE_FIX_SUB(FIX, SEG) 1
159 struct fix *next_reloc; /* Next !lituse or !gpdisp. *
    [all...]
tc-ip2k.c 349 ip2k_force_relocation (fixS * fix)
351 switch (fix->fx_r_type)
368 if (fix->fx_subsy && S_IS_DEFINED (fix->fx_subsy)
369 && fix->fx_addsy && S_IS_DEFINED (fix->fx_addsy)
370 && (S_GET_SEGMENT (fix->fx_addsy)->flags & SEC_CODE))
372 fix->fx_r_type = BFD_RELOC_IP2K_TEXT;
381 return generic_force_reloc (fix);
tc-mmix.h 130 #define tc_fix_adjustable(FIX) \
131 (((FIX)->fx_addsy == NULL \
132 || S_GET_SEGMENT ((FIX)->fx_addsy) != reg_section) \
133 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_INHERIT \
134 && (FIX)->fx_r_type != BFD_RELOC_VTABLE_ENTRY \
135 && (FIX)->fx_r_type != BFD_RELOC_MMIX_LOCAL)
172 #define TC_FORCE_RELOCATION(fix) mmix_force_relocation (fix)
173 extern int mmix_force_relocation (struct fix *);
176 #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC
    [all...]
tc-d10v.c 58 struct d10v_fixup fix[MAX_INSN_FIXUPS]; member in struct:_fixups
490 fixS *fix)
502 as_bad_where (fix->fx_file, fix->fx_line,
555 fixups->fix[fixups->fc].reloc = BFD_RELOC_D10V_18;
567 fixups->fix[fixups->fc].reloc =
572 && (fixups->fix[fixups->fc].reloc == 0))
576 if (fixups->fix[fixups->fc].reloc == BFD_RELOC_16 ||
577 fixups->fix[fixups->fc].reloc == BFD_RELOC_D10V_18)
578 fixups->fix[fixups->fc].size = 2
    [all...]
tc-epiphany.h 47 #define MD_APPLY_SYM_VALUE(FIX) 0
49 #define tc_fix_adjustable(FIX) epiphany_fix_adjustable (FIX)
50 extern bfd_boolean epiphany_fix_adjustable (struct fix *);
52 extern long md_pcrel_from_section (struct fix *, segT);
67 #define MD_APPLY_SYM_VALUE(FIX) 0
tc-i960.h 124 #define TC_FORCE_RELOCATION_SUB_SAME(FIX, SEG) \
125 ((FIX)->fx_tcbit \
127 || TC_FORCE_RELOCATION (FIX))
132 extern int reloc_callj (struct fix *);
134 #define TC_FORCE_RELOCATION_ABS(FIX) \
135 (TC_FORCE_RELOCATION (FIX) \
136 || reloc_callj (FIX))
138 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
139 (!(FIX)->fx_pcrel \
140 || TC_FORCE_RELOCATION (FIX) \
    [all...]
tc-ia64.h 91 int bigendian; /* byte order at fix location */
107 extern int ia64_fix_adjustable (struct fix *);
108 extern int ia64_force_relocation (struct fix *);
111 extern void ia64_validate_fix (struct fix *);
116 extern long ia64_pcrel_from_section (struct fix *, segT);
141 #define MD_APPLY_SYM_VALUE(FIX) 0
153 #define TC_VALIDATE_FIX(fix,seg,skip) ia64_validate_fix (fix)
154 #define MD_PCREL_FROM_SECTION(fix,sec) ia64_pcrel_from_section (fix, sec
    [all...]
tc-mn10300.h 28 #define TC_FORCE_RELOCATION(FIX) mn10300_force_relocation (FIX)
29 extern bfd_boolean mn10300_force_relocation (struct fix *);
31 #define TC_FORCE_RELOCATION_LOCAL(FIX) \
32 (!(FIX)->fx_pcrel \
33 || (FIX)->fx_r_type == BFD_RELOC_32_PLT_PCREL \
34 || (FIX)->fx_r_type == BFD_RELOC_MN10300_GOT32 \
35 || (FIX)->fx_r_type == BFD_RELOC_32_GOT_PCREL \
36 || TC_FORCE_RELOCATION (FIX))
63 linker, but this fix is simpler, and it pretty much only affect
    [all...]
tc-nios2.h 62 extern int nios2_force_relocation (struct fix *);
65 extern int nios2_fix_adjustable (struct fix *);
tc-rx.h 62 extern long md_pcrel_from_section (struct fix *, segT);
65 #define TC_FORCE_RELOCATION_SUB_LOCAL(FIX, SEG) 1
67 #define TC_VALIDATE_FIX_SUB(FIX, SEG) \
68 rx_validate_fix_sub (FIX)
69 extern int rx_validate_fix_sub (struct fix *);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
float03.s 0 # fix, ftrunc, pfgt, pfle, pfeq
6 fix.sd %f2,%f4
7 fix.dd %f6,%f8
29 d.fix.sd %f2,%f30
31 d.fix.dd %f6,%f8
  /external/javassist/src/main/javassist/
ClassMap.java 83 * <code>fix</code> method.
87 * @see #fix(String)
143 public void fix(CtClass clazz) { method in class:ClassMap
144 fix(clazz.getName());
150 public void fix(String name) { method in class:ClassMap
  /toolchain/binutils/binutils-2.25/gas/
write.h 36 struct fix struct
71 /* Which frag does this fix apply to? */
74 /* Where is the first byte to fix up? */
93 struct fix *fx_next;
138 typedef struct fix fixS;
  /external/deqp/scripts/src_util/
check_include_guards.py 111 parser.add_option("-x", "--fix", action="store_true", dest="fix", default=False, help="attempt to fix include guards (use with caution)")
114 fix = options.fix variable
134 if not fix:
139 if fix:
  /device/generic/goldfish/gps/
gps_qemu.c 186 GpsLocation fix; member in struct:__anon2827
230 r->fix.size = sizeof(r->fix);
240 if (cb != NULL && r->fix.flags != 0) {
241 D("%s: sending latest fix to new callback", __FUNCTION__);
242 r->callback( &r->fix );
243 r->fix.flags = 0;
281 r->fix.timestamp = (long long)fix_time * 1000;
351 r->fix.flags |= GPS_LOCATION_HAS_LAT_LONG;
352 r->fix.latitude = lat
    [all...]
  /build/core/combo/arch/arm/
armv7-a-neon.mk 20 -Wl,--no-fix-cortex-a8
25 -Wl,--fix-cortex-a8
32 -Wl,--no-fix-cortex-a8
37 -Wl,--fix-cortex-a8
armv7-a.mk 16 -Wl,--fix-cortex-a8
  /external/v8/test/mjsunit/regress/
regress-4495.js 10 // Without the fix for 4495, this will crash on ia32:
regress-503565.js 5 // Crashes without the fix for bug 503565.
  /libcore/dalvik/src/main/native/
sub.mk 13 # TODO: fix this requirement
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
fix-rm7000-1.d 4 #source: fix-rm7000-1.s
micromips@fix-rm7000-1.d 4 #source: fix-rm7000-1.s
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
round2-op-r.d 16 1c: 05ad00e9 fix \$173,\$233

Completed in 374 milliseconds

1 23 4 5 6 7 8 91011>>