HomeSort by: relevance | last modified time | path
    Searched defs:apply_fixups (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
read-rtl-function.cc 128 void apply_fixups ();
456 apply_fixups ();
461 This has to happen after apply_fixups, since only after then do
1609 function_reader::apply_fixups () function in class:function_reader
  /src/external/gpl3/gcc.old/dist/gcc/
read-rtl-function.cc 128 void apply_fixups ();
456 apply_fixups ();
461 This has to happen after apply_fixups, since only after then do
1608 function_reader::apply_fixups () function in class:function_reader
  /src/external/gpl3/binutils/dist/gas/config/
tc-arc.c 1431 apply_fixups (struct arc_insn *insn, fragS *fragP, int fix) function
1470 pr_debug ("%s:%d: apply_fixups: new %s fixup (PCrel:%s) of size %d @ \
1513 apply_fixups (insn, frag_now, (f - frag_now->fr_literal));
3326 apply_fixups (&insn, fragP, fix);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c 1430 apply_fixups (struct arc_insn *insn, fragS *fragP, int fix) function
1469 pr_debug ("%s:%d: apply_fixups: new %s fixup (PCrel:%s) of size %d @ \
1512 apply_fixups (insn, frag_now, (f - frag_now->fr_literal));
3329 apply_fixups (&insn, fragP, fix);

Completed in 229 milliseconds