HomeSort by relevance Sort by last modified time
    Searched full:unwind_code (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc 99 UnwindCode unwind_code[1]; member in struct:UnwindInfo
716 UnwindCode *unwind_code = &unwind_info->unwind_code[c]; local
717 switch (unwind_code->unwind_operation_code) {
723 if (unwind_code->operation_info == 0) {
726 stack_size += (unwind_code + 1)->frame_offset * 8;
730 stack_size += (unwind_code + 1)->frame_offset |
731 ((unwind_code + 2)->frame_offset << 16);
736 stack_size += unwind_code->operation_info * 8 + 8;
754 if (unwind_code->operation_info)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
pei-x86_64.c 152 /* According to UNWIND_CODE documentation:
  /toolchain/binutils/binutils-2.25/gas/
ChangeLog-2010 901 the elements of the UNWIND_CODE structure.
    [all...]
  /external/libchrome/sandbox/win/wow_helper/
wow_helper.pdb     [all...]

Completed in 391 milliseconds