Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf3.c345 static ULong get_Dwarfish_UWord ( Cursor* c, Bool is_dw64 ) { in get_Dwarfish_UWord() argument
346 return is_dw64 ? get_ULong(c) : (ULong) get_UInt(c); in get_Dwarfish_UWord()
427 Bool is_dw64; member
1019 = get_Initial_Length( &cc->is_dw64, c, in parse_CU_Header()
1031 debug_abbrev_offset = get_Dwarfish_UWord( c, cc->is_dw64 ); in parse_CU_Header()
1050 cc->type_offset = get_Dwarfish_UWord( c, cc->is_dw64 ); in parse_CU_Header()
1163 cts->u.val = (ULong)get_Dwarfish_UWord( c, cc->is_dw64 ); in get_Form_contents()
1164 cts->szB = cc->is_dw64 ? 8 : 4; in get_Form_contents()
1212 cts->u.val = get_Dwarfish_UWord(c, cc->is_dw64); in get_Form_contents()
1213 cts->szB = cc->is_dw64 ? sizeof(ULong) : sizeof(UInt); in get_Form_contents()
[all …]