Searched refs:debug_abbrev_offset (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/opjitconv/
H A Ddebug_line.c123 uword debug_abbrev_offset; member in struct:compilation_unit_header
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c867 ULong debug_abbrev_offset; local
887 /* debug_abbrev_offset */
888 debug_abbrev_offset = get_Dwarfish_UWord( c, cc->is_dw64 );
889 if (debug_abbrev_offset >= escn_debug_abbv.szB)
890 cc->barf( "parse_CU_Header: invalid debug_abbrev_offset" );
891 TRACE_D3(" Abbrev Offset: %lld\n", debug_abbrev_offset );
917 position along by debug_abbrev_offset bytes, hence forming a
919 just above that debug_abbrev_offset is less than the size of
921 vg_assert(debug_abbrev_offset < escn_debug_abbv.szB);
923 cc->debug_abbv.ioff += debug_abbrev_offset;
[all...]

Completed in 88 milliseconds