Searched defs:is_dw64 (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c345 static ULong get_Dwarfish_UWord ( Cursor* c, Bool is_dw64 ) {
346 return is_dw64 ? get_ULong(c) : (ULong) get_UInt(c);
427 Bool is_dw64; member in struct:__anon22933
435 can be obtained through the expression ".is_dw64 ? 12 : 4". */
1019 = get_Initial_Length( &cc->is_dw64, c,
1031 debug_abbrev_offset = get_Dwarfish_UWord( c, cc->is_dw64 );
1050 cc->type_offset = get_Dwarfish_UWord( c, cc->is_dw64 );
1163 cts->u.val = (ULong)get_Dwarfish_UWord( c, cc->is_dw64 );
1164 cts->szB = cc->is_dw64 ? 8 : 4;
1212 cts->u.val = get_Dwarfish_UWord(c, cc->is_dw64);
1453 sizeof_Dwarfish_UWord(Bool is_dw64) argument
1869 Bool is_dw64; local
[all...]

Completed in 46 milliseconds