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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 68 offsetT pending_offset; member in struct:__anon9983
4283 unwind.pending_offset = 0;
4834 unwind.pending_offset += offset;
26746 offset = unwind.pending_offset;
26747 unwind.pending_offset = 0;
26760 if (unwind.pending_offset)
26855 unwind.pending_offset += unwind.fp_offset - unwind.frame_size;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 68 offsetT pending_offset; member in struct:__anon11455
4282 unwind.pending_offset = 0;
4833 unwind.pending_offset += offset;
26749 offset = unwind.pending_offset;
26750 unwind.pending_offset = 0;
26763 if (unwind.pending_offset)
26858 unwind.pending_offset += unwind.fp_offset - unwind.frame_size;

Completed in 63 milliseconds