Lines Matching refs:Dwarf_Leb128
167 typedef struct ELFF_PACKED Dwarf_Leb128 { struct
284 } Dwarf_Leb128; argument
296 Dwarf_Leb128 at;
325 const Dwarf_Leb128* next = in process()
326 reinterpret_cast<const Dwarf_Leb128*>(at.process_unsigned(&val)); in process()
330 next = reinterpret_cast<const Dwarf_Leb128*>(next->process_unsigned(&val)); in process()
353 Dwarf_Leb128 abbr_num;
383 const Dwarf_Leb128* next = in process()
384 reinterpret_cast<const Dwarf_Leb128*>(abbr_num.process_unsigned(&val)); in process()
390 next = reinterpret_cast<const Dwarf_Leb128*>(next->process_unsigned(&val)); in process()
422 Dwarf_Leb128 abbr_num;
602 const Dwarf_Leb128* leb = in process()
603 INC_CPTR_T(Dwarf_Leb128, file_name, strlen(file_name) + 1); in process()
604 leb = reinterpret_cast<const Dwarf_Leb128*>(leb->process_unsigned(&tmp)); in process()
609 leb = reinterpret_cast<const Dwarf_Leb128*>(leb->process_unsigned(&tmp)); in process()
622 const Dwarf_Leb128* leb = in get_dir_index()
623 INC_CPTR_T(Dwarf_Leb128, file_name, strlen(file_name) + 1); in get_dir_index()