HomeSort by relevance Sort by last modified time
    Searched refs:debug_abbrev_offset (Results 1 - 3 of 3) 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 867 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...]
  /art/runtime/
elf_file.cc 1330 uint32_t debug_abbrev_offset; \/\/ TODO 32-bit specific size variable
    [all...]

Completed in 115 milliseconds