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

  /external/elfutils/libdw/
cie.c 43 const struct dwarf_cie *cie1 = a; local
45 if (cie1->offset < cie2->offset)
47 if (cie1->offset > cie2->offset)
  /toolchain/binutils/binutils-2.25/gold/
ehframe.cc 511 operator==(const Cie& cie1, const Cie& cie2)
513 return (cie1.personality_name_ == cie2.personality_name_
514 && cie1.contents_ == cie2.contents_);
520 operator<(const Cie& cie1, const Cie& cie2)
522 if (cie1.personality_name_ != cie2.personality_name_)
523 return cie1.personality_name_ < cie2.personality_name_;
524 return cie1.contents_ < cie2.contents_;
    [all...]
ehframe.h 435 operator()(const Cie* cie1, const Cie* cie2) const
436 { return *cie1 < *cie2; }
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_cfi_unittest.cc 393 Label cie1, cie2; local
396 .Mark(&cie1)
404 .FDEHeader(cie1, 0xf6054ca18b10bf5fULL, 0x45fdb970d8bca342ULL)
442 Label cie1, cie2; local
444 .Mark(&cie1)
449 .FDEHeader(cie1, 0x08852292, 0x2204004a)
486 Label cie1, cie2; local
488 .Mark(&cie1)
493 .FDEHeader(cie1, 0x7714740d, 0x3d5a10cd)
    [all...]

Completed in 181 milliseconds