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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c937 /* Set up 'c' so it is ready to parse the abbv table entry code
3448 Cursor abbv; local
3458 set_abbv_Cursor( &abbv, td3, cc, abbv_code );
3459 atag = get_ULEB128( &abbv );
3467 has_children = get_UChar( &abbv );
3478 start_abbv_c_offset = get_position_of_Cursor( &abbv );
3482 ULong at_name = get_ULEB128( &abbv );
3483 ULong at_form = get_ULEB128( &abbv );
3494 after_abbv_c_offset = get_position_of_Cursor( &abbv );
3497 set_position_of_Cursor( &abbv, start_abbv_c_offse
3567 Cursor abbv; /* for showing .debug_abbrev */ local
[all...]

Completed in 241 milliseconds