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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c331 static ULong get_Dwarfish_UWord ( Cursor* c, Bool is_dw64 ) {
332 return is_dw64 ? get_ULong(c) : (ULong) get_UInt(c);
381 Bool is_dw64; member in struct:__anon12219
389 can be obtained through the expression ".is_dw64 ? 12 : 4". */
793 = get_Initial_Length( &cc->is_dw64, c,
805 debug_abbrev_offset = get_Dwarfish_UWord( c, cc->is_dw64 );
980 *cts = (ULong)get_Dwarfish_UWord( c, cc->is_dw64 );
981 *ctsSzB = cc->is_dw64 ? 8 : 4;
1039 UWord uw = (UWord)get_Dwarfish_UWord( c, cc->is_dw64 );
1388 Bool is_dw64; local
[all...]

Completed in 42 milliseconds