Searched refs:codeAlign (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/arc/kernel/
H A Dunwind.c142 uleb128_t codeAlign; member in struct:unwind_state
664 state->loc += delta * state->codeAlign;
1049 state.codeAlign = get_uleb128(&ptr, end);
1052 if (state.codeAlign == 0 || state.dataAlign == 0 || ptr >= end)
1062 unw_debug("code Align: %lu\n", state.codeAlign);

Completed in 108 milliseconds