Home
last modified time | relevance | path

Searched refs:abbrev_img (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c818 DiCursor abbrev_img; in read_unitinfo_dwarf2() local
842 abbrev_img = ML_(cur_plus)(debugabbrev_img, atoffs); in read_unitinfo_dwarf2()
852 abcode = step_leb128U( &abbrev_img ); /* abbreviation code */ in read_unitinfo_dwarf2()
858 abbrev_img = lookup_abbrev( ML_(cur_plus)(debugabbrev_img, atoffs), in read_unitinfo_dwarf2()
862 tag = step_leb128U( &abbrev_img ); in read_unitinfo_dwarf2()
868 abbrev_img = ML_(cur_plus)(abbrev_img, 1); in read_unitinfo_dwarf2()
875 UInt name = step_leb128U( &abbrev_img ); in read_unitinfo_dwarf2()
876 UInt form = step_leb128U( &abbrev_img ); in read_unitinfo_dwarf2()