Home | History | Annotate | Download | only in elff

Lines Matching defs:go

481   const Elf_Byte* go = stmtl_header_.start;

482 while (go < stmtl_header_.end) {
483 const Elf_Byte op = *go;
484 go++;
491 go = reinterpret_cast<const Elf_Byte*>
492 (reinterpret_cast<const Dwarf_Leb128*>(go)->process_unsigned(&op_size));
494 const Elf_Byte* ex_op_ptr = go;
543 go += op_size.u32;
558 go = reinterpret_cast<const Elf_Byte*>
559 (reinterpret_cast<const Dwarf_Leb128*>(go)->process_unsigned(&addr_add));
575 go = reinterpret_cast<const Elf_Byte*>
576 (reinterpret_cast<const Dwarf_Leb128*>(go)->process_signed(&line_add));
587 go = reinterpret_cast<const Elf_Byte*>
588 (reinterpret_cast<const Dwarf_Leb128*>(go)->process_unsigned(&file_num));
598 go = reinterpret_cast<const Elf_Byte*>
599 (reinterpret_cast<const Dwarf_Leb128*>(go)->process_unsigned(&column_num));
636 elf_file()->pull_val(reinterpret_cast<const Elf_Half*>(go));
643 go += sizeof(Elf_Half);
660 go = reinterpret_cast<const Elf_Byte*>
661 (reinterpret_cast<const Dwarf_Leb128*>(go)->process_unsigned(&isa_val));
671 go = reinterpret_cast<const Elf_Byte*>
672 (reinterpret_cast<const Dwarf_Leb128*>(go)->process_unsigned(&tmp));