HomeSort by relevance Sort by last modified time
    Searched full: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 784 UWord debug_abbrev_offset; local
804 /* debug_abbrev_offset */
805 debug_abbrev_offset = get_Dwarfish_UWord( c, cc->is_dw64 );
806 if (debug_abbrev_offset >= debug_abbv_sz)
807 cc->barf( "parse_CU_Header: invalid debug_abbrev_offset" );
808 TRACE_D3(" Abbrev Offset: %ld\n", debug_abbrev_offset );
824 cc->debug_abbv = debug_abbv_img + debug_abbrev_offset;
825 cc->debug_abbv_maxszB = debug_abbv_sz - debug_abbrev_offset;
    [all...]

Completed in 76 milliseconds