HomeSort by relevance Sort by last modified time
    Searched refs:debug_abbrev_offset (Results 1 - 2 of 2) sorted by null

  /external/oprofile/opjitconv/
debug_line.c 123 uword debug_abbrev_offset; member in struct:compilation_unit_header
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 865 UWord debug_abbrev_offset; local
885 /* debug_abbrev_offset */
886 debug_abbrev_offset = get_Dwarfish_UWord( c, cc->is_dw64 );
887 if (debug_abbrev_offset >= debug_abbv_sz)
888 cc->barf( "parse_CU_Header: invalid debug_abbrev_offset" );
889 TRACE_D3(" Abbrev Offset: %ld\n", debug_abbrev_offset );
913 cc->debug_abbv = debug_abbv_img + debug_abbrev_offset;
914 cc->debug_abbv_maxszB = debug_abbv_sz - debug_abbrev_offset;
    [all...]

Completed in 575 milliseconds