Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c159 static ULong step_leb128 ( DiCursor* data, Int sign ) in step_leb128() function
182 return step_leb128( data, 0 ); in step_leb128U()
187 return step_leb128( data, 1 ); in step_leb128S()
2920 off = step_leb128( &instr, 0 ); in run_CF_instruction()
2990 reg = step_leb128( &instr, 0 ); in run_CF_instruction()
2991 off = step_leb128( &instr, 0 ); in run_CF_instruction()
3003 reg = step_leb128( &instr, 0 ); in run_CF_instruction()
3004 off = step_leb128( &instr, 1 ); in run_CF_instruction()
3016 reg = step_leb128( &instr, 0 ); in run_CF_instruction()
3017 reg2 = step_leb128( &instr, 0 ); in run_CF_instruction()
[all …]