HomeSort by relevance Sort by last modified time
    Searched defs:Cie (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
ehframe.h 187 // the offset to the CIE.
210 // encoding, from the CIE. Round up the bytes to ADDRALIGN if
250 // A FDE plus some info from a CIE to allow later writing of the FDE.
265 // This class holds a CIE.
267 class Cie
270 Cie(Relobj* object, unsigned int shndx, section_offset_type input_offset,
282 ~Cie();
284 // We permit copying a CIE when there are no FDEs. This is
286 Cie(const Cie& cie
    [all...]
ehframe.cc 229 // CIE. The PC follows.
329 // offset of the CIE in OVIEW. OUTPUT_OFFSET is the offset of the
331 // encoding, from the CIE. ADDRALIGN is the required alignment.
347 // length word and the CIE offset.
352 // does include the offset to the CIE.
356 // Write the offset to the CIE as a 32-bit word. This is the
358 // CIE address.
398 // Class Cie.
402 Cie::~Cie()
    [all...]

Completed in 134 milliseconds