HomeSort by: relevance | last modified time | path
    Searched defs:fix (Results 1 - 25 of 78) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb/dist/gdb/contrib/ari/
gdb_ari.sh 181 function fix(bug,file,count) { function
200 # robustly used by the FIX code.
305 fix("assert.h", "gdb/gdb_assert.h", 0) # it does not use it
314 fix("regex.h", "gdb/gdb_regex.h", 1)
323 fix("xregex.h", "gdb/gdb_regex.h", 1)
339 fix("wait.h", "gdbsupport/gdb_wait.h", 2);
349 fix("vfork.h", "gdb/gdb_vfork.h", 1);
459 #fix("PTR", "gdb/utils.c", 6)
579 fix("strerror", "gdb/gdb_string.h", 1)
580 fix("strerror", "gdb/gdbsupport/mingw-strerror.c", 1
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/contrib/ari/
gdb_ari.sh 181 function fix(bug,file,count) { function
200 # robustly used by the FIX code.
305 fix("assert.h", "gdb/gdb_assert.h", 0) # it does not use it
314 fix("regex.h", "gdb/gdb_regex.h", 1)
323 fix("xregex.h", "gdb/gdb_regex.h", 1)
339 fix("wait.h", "gdbsupport/gdb_wait.h", 2);
349 fix("vfork.h", "gdb/gdb_vfork.h", 1);
459 #fix("PTR", "gdb/utils.c", 6)
579 fix("strerror", "gdb/gdb_string.h", 1)
580 fix("strerror", "gdb/gdbsupport/mingw-strerror.c", 1
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
insert_fn_imps.hpp 102 base_type::m_p_root = fix(base_type::m_p_root);
108 fix(node_pointer p_nd) const function in class:PB_DS_CLASS_C_DEC
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
insert_fn_imps.hpp 102 base_type::m_p_root = fix(base_type::m_p_root);
108 fix(node_pointer p_nd) const function in class:PB_DS_CLASS_C_DEC
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 95 fix(node_pointer p_y) function in class:PB_DS_CLASS_C_DEC
269 fix(p_y);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
insert_fn_imps.hpp 95 fix(node_pointer p_y) function in class:PB_DS_CLASS_C_DEC
269 fix(p_y);
  /src/sbin/fsck_ext2fs/
dir.c 202 long size, blksiz, fix, dploc; local
213 fix = dofix(idesc, "DIRECTORY CORRUPTED");
221 if (fix)
244 fix = dofix(idesc, "DIRECTORY CORRUPTED");
248 if (fix)
499 * fix an entry in a directory.
  /src/sbin/fsck_lfs/
dir.c 179 long size, blksiz, fix, dploc; local
191 fix = dofix(idesc, "DIRECTORY CORRUPTED");
201 if (fix)
231 fix = dofix(idesc, "DIRECTORY CORRUPTED");
235 if (fix)
529 * fix an entry in a directory.
  /src/external/gpl2/mkhybrid/dist/
joliet.c 346 int fix; local
379 fix = 0;
393 fix++;
396 } while(fix);
585 * Fix the record length - this was the non-Joliet version we
592 * If this is a directory, fix the correct size and extent
write.c 892 * Go through the entire record and fix up the CE entries
1029 int fix; local
1064 fix = 0;
1078 fix++;
1081 } while(fix);
1281 fprintf(stderr,"Number of extents written not what was predicted. Please fix.\n");
  /src/external/gpl3/binutils/dist/gas/
ehopt.c 196 fixS *fix = seg_info (now_seg)->frchainP->fix_root; local
197 while (fix != NULL
198 && (fix->fx_frag != f || fix->fx_where != offset))
199 fix = fix->fx_next;
200 if (fix == NULL)
203 offset += fix->fx_size;
write.h 47 struct fix struct
50 struct fix *fx_next;
91 /* Which frag does this fix apply to? */
146 typedef struct fix fixS;
  /src/external/gpl3/binutils.old/dist/gas/
ehopt.c 196 fixS *fix = seg_info (now_seg)->frchainP->fix_root; local
197 while (fix != NULL
198 && (fix->fx_frag != f || fix->fx_where != offset))
199 fix = fix->fx_next;
200 if (fix == NULL)
203 offset += fix->fx_size;
write.h 47 struct fix struct
50 struct fix *fx_next;
91 /* Which frag does this fix apply to? */
146 typedef struct fix fixS;
  /src/sbin/fsck_ffs/
dir.c 247 long size, blksiz, fix, dploc; local
258 fix = dofix(idesc, "DIRECTORY CORRUPTED");
266 if (fix)
291 fix = dofix(idesc, "DIRECTORY CORRUPTED");
295 if (fix)
688 * fix an entry in a directory.
  /src/external/gpl3/binutils/dist/gas/config/
tc-spu.c 919 int fix = bytes & 3;
920 memset (p, 0, fix);
921 p += fix;
922 bytes -= fix;
923 fragp->fr_fix += fix;
917 int fix = bytes & 3; local
tc-d10v.c 58 struct d10v_fixup fix[MAX_INSN_FIXUPS]; member in struct:_fixups
489 fixS *fix)
501 as_bad_where (fix->fx_file, fix->fx_line,
554 fixups->fix[fixups->fc].reloc = BFD_RELOC_D10V_18;
566 fixups->fix[fixups->fc].reloc =
571 && (fixups->fix[fixups->fc].reloc == 0))
575 if (fixups->fix[fixups->fc].reloc == BFD_RELOC_16 ||
576 fixups->fix[fixups->fc].reloc == BFD_RELOC_D10V_18)
577 fixups->fix[fixups->fc].size = 2
    [all...]
tc-rl78.c 1043 fixS * fix = rl78b->fixups[fi].fixP;
1179 reloc_type = fix ? fix->fx_r_type : BFD_RELOC_NONE;
1187 reloc_type = fix->fx_r_type;
1196 fix->fx_r_type = reloc_type;
1197 fix->fx_where += reloc_adjust;
1201 fix->fx_size = 0;
1204 fix->fx_size = 1;
1207 fix->fx_size = 2;
1225 as_bad (_("bad frag at %p : fix %ld addr %ld %ld \n"), fragP
1042 fixS * fix = rl78b->fixups[fi].fixP; local
    [all...]
tc-tilepro.c 1550 tilepro_fix_adjustable (fixS *fix)
1553 if (S_IS_EXTERNAL (fix->fx_addsy) || S_IS_WEAK (fix->fx_addsy))
1614 int bytes, fix; local
1622 fix = 0;
1633 fix = bytes & (TILEPRO_BUNDLE_SIZE_IN_BYTES - 1);
1634 memset (p, 0, fix);
1635 p += fix;
1636 bytes -= fix;
1641 fragp->fr_fix += fix;
    [all...]
tc-visium.c 512 visium_fix_adjustable (fixS *fix)
515 return (fix->fx_r_type != BFD_RELOC_VTABLE_INHERIT
516 && fix->fx_r_type != BFD_RELOC_VTABLE_ENTRY);
543 valueT fix = count & 3; local
546 if (fix)
548 memset (p, 0, fix);
549 p += fix;
550 count -= fix;
551 fragP->fr_fix += fix;
  /src/external/gpl3/binutils/dist/opcodes/
tic6x-dis.c 330 unsigned int fix; local
441 for (fix = 0; fix < opc->num_fixed_fields; fix++)
445 = tic6x_field_from_fmt (fmt, opc->fixed_fields[fix].field_id);
449 printf ("opcode %x: missing field #%d for FIX #%d\n",
450 opcode, opc->fixed_fields[fix].field_id, fix);
455 if (field_bits < opc->fixed_fields[fix].min_val
456 || field_bits > opc->fixed_fields[fix].max_val
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-spu.c 919 int fix = bytes & 3;
920 memset (p, 0, fix);
921 p += fix;
922 bytes -= fix;
923 fragp->fr_fix += fix;
917 int fix = bytes & 3; local
  /src/external/gpl3/binutils.old/dist/opcodes/
tic6x-dis.c 330 unsigned int fix; local
441 for (fix = 0; fix < opc->num_fixed_fields; fix++)
445 = tic6x_field_from_fmt (fmt, opc->fixed_fields[fix].field_id);
449 printf ("opcode %x: missing field #%d for FIX #%d\n",
450 opcode, opc->fixed_fields[fix].field_id, fix);
455 if (field_bits < opc->fixed_fields[fix].min_val
456 || field_bits > opc->fixed_fields[fix].max_val
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
tic6x-dis.c 330 unsigned int fix; local
441 for (fix = 0; fix < opc->num_fixed_fields; fix++)
445 = tic6x_field_from_fmt (fmt, opc->fixed_fields[fix].field_id);
449 printf ("opcode %x: missing field #%d for FIX #%d\n",
450 opcode, opc->fixed_fields[fix].field_id, fix);
455 if (field_bits < opc->fixed_fields[fix].min_val
456 || field_bits > opc->fixed_fields[fix].max_val
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
tic6x-dis.c 330 unsigned int fix; local
441 for (fix = 0; fix < opc->num_fixed_fields; fix++)
445 = tic6x_field_from_fmt (fmt, opc->fixed_fields[fix].field_id);
449 printf ("opcode %x: missing field #%d for FIX #%d\n",
450 opcode, opc->fixed_fields[fix].field_id, fix);
455 if (field_bits < opc->fixed_fields[fix].min_val
456 || field_bits > opc->fixed_fields[fix].max_val
    [all...]

Completed in 53 milliseconds

1 2 3 4