Lines Matching defs:cie
344 /* If REMOVED == 1, this is the CIE that the FDE originally used.
345 The CIE belongs to the same .eh_frame input section as the FDE.
347 If REMOVED == 0, this is the CIE that we have chosen to use for
348 the output FDE. The CIE's REMOVED field is also 0, but the CIE
360 more detailed information about the CIE.
362 - REMOVED && MERGED: We have merged this CIE with MERGED_WITH,
365 - !REMOVED: We have decided to keep this CIE. SEC is the
366 .eh_frame input section that contains the CIE. */
368 struct cie *full_cie;
373 /* The offset of the personality data from the start of the CIE,
374 or 0 if the CIE doesn't have any. */
383 /* True if we have marked relocations associated with this CIE. */
394 /* True if the CIE contains personality data and if that
399 /* True if the CIE contains personality data aligned to a
404 CIE's augmentation data. */
407 /* True if we have merged this CIE with another. */
412 } cie;
422 /* True if this entry represents a CIE, false if it represents an FDE. */
423 unsigned int cie : 1;
428 /* True if we need to add a 'z' (augmentation size) entry to the CIE's
429 augmentation data, and an associated byte to each of the CIE's FDEs. */
446 struct cie *cies;