HomeSort by: relevance | last modified time | path
    Searched refs:CODE_ALIGN (Results 1 - 2 of 2) 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
52 fs->pc += (insn & 0x3f) * CODE_ALIGN;
85 fs->pc += read_1u (insn_ptr) * CODE_ALIGN;
89 fs->pc += read_2u (insn_ptr) * CODE_ALIGN;
93 fs->pc += read_4u (insn_ptr) * CODE_ALIGN;
327 #undef CODE_ALIGN
unwind-dw2.c 451 fs->code_align = (_Unwind_Word)utmp;
958 #define CODE_ALIGN fs->code_align
971 #define CODE_ALIGN 1
982 && fs->code_align == 1)

Completed in 24 milliseconds