Searched refs:get_Dwarfish_UWord (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf3.c | 345 static ULong get_Dwarfish_UWord ( Cursor* c, Bool is_dw64 ) { in get_Dwarfish_UWord() function 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() 1212 cts->u.val = get_Dwarfish_UWord(c, cc->is_dw64); in get_Form_contents() 1229 UWord uw = (UWord)get_Dwarfish_UWord( c, cc->is_dw64 ); in get_Form_contents() 1406 cts->u.val = get_Dwarfish_UWord(c, cc->is_dw64); in get_Form_contents() 1424 SizeT uw = (UWord)get_Dwarfish_UWord( c, cc->is_dw64 ); in get_Form_contents() 1896 /*header_length = (ULong)*/ get_Dwarfish_UWord( &c, is_dw64 ); in read_filename_table() 5248 d_i_offset = get_Dwarfish_UWord( &aranges, is64 ); [all …]
|