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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
winnt.cc 835 /* SEH records offsets relative to the lowest address of the fixed stack
865 /* Set up data structures beginning output for SEH. */
870 struct seh_frame_state *seh;
877 /* We cannot support DRAP with SEH. We turned off support for it by
878 re-defining MAX_STACK_ALIGNMENT when SEH is enabled. */
881 seh = XCNEW (struct seh_frame_state);
882 cfun->machine->seh = seh;
884 seh->sp_offset = INCOMING_FRAME_SP_OFFSET;
885 seh->cfa_offset = INCOMING_FRAME_SP_OFFSET
867 struct seh_frame_state *seh; local
908 struct seh_frame_state *seh; local
991 struct seh_frame_state *seh; local
1238 struct seh_frame_state *seh; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
winnt.cc 835 /* SEH records offsets relative to the lowest address of the fixed stack
865 /* Set up data structures beginning output for SEH. */
870 struct seh_frame_state *seh;
877 /* We cannot support DRAP with SEH. We turned off support for it by
878 re-defining MAX_STACK_ALIGNMENT when SEH is enabled. */
881 seh = XCNEW (struct seh_frame_state);
882 cfun->machine->seh = seh;
884 seh->sp_offset = INCOMING_FRAME_SP_OFFSET;
885 seh->cfa_offset = INCOMING_FRAME_SP_OFFSET
867 struct seh_frame_state *seh; local
908 struct seh_frame_state *seh; local
991 struct seh_frame_state *seh; local
1238 struct seh_frame_state *seh; local
    [all...]

Completed in 25 milliseconds