HomeSort by: relevance | last modified time | path
    Searched refs:DATA_ALIGN (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-execute_cfa.h 26 values of DATA_ALIGN and CODE_ALIGN. These macros must be defined prior to
57 offset = (_Unwind_Sword) utmp * DATA_ALIGN;
100 offset = (_Unwind_Sword) utmp * DATA_ALIGN;
217 offset = stmp * DATA_ALIGN;
232 fs->regs.cfa_offset *= DATA_ALIGN;
238 fs->regs.cfa_offset *= DATA_ALIGN;
245 offset = (_Unwind_Sword) utmp * DATA_ALIGN;
257 offset = stmp * DATA_ALIGN;
311 offset = (_Unwind_Word) utmp * DATA_ALIGN;
326 #undef DATA_ALIGN
    [all...]
unwind-dw2.c 453 fs->data_align = (_Unwind_Sword)stmp;
957 #define DATA_ALIGN fs->data_align
968 #define DATA_ALIGN __LIBGCC_DWARF_CIE_DATA_ALIGNMENT__
981 if (fs->data_align == __LIBGCC_DWARF_CIE_DATA_ALIGNMENT__
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/powerpc/
switchcontext.S 389 # define DATA_ALIGN 0x78
393 # define DATA_ALIGN 0x7c
407 .byte DATA_ALIGN ; sleb128 -4/-8; CIE Data Alignment Factor

Completed in 25 milliseconds