Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arc/kernel/
Dunwind.c142 uleb128_t codeAlign; member
662 state->loc += delta * state->codeAlign; in advance_loc()
1047 state.codeAlign = get_uleb128(&ptr, end); in arc_unwind()
1050 if (state.codeAlign == 0 || state.dataAlign == 0 || ptr >= end) in arc_unwind()
1060 unw_debug("code Align: %lu\n", state.codeAlign); in arc_unwind()