Home | History | Annotate | Download | only in bfd

Lines Matching defs:cie

350       /* If REMOVED == 1, this is the CIE that the FDE originally used.
351 The CIE belongs to the same .eh_frame input section as the FDE.
353 If REMOVED == 0, this is the CIE that we have chosen to use for
354 the output FDE. The CIE's REMOVED field is also 0, but the CIE
366 more detailed information about the CIE.
368 - REMOVED && MERGED: We have merged this CIE with MERGED_WITH,
371 - !REMOVED: We have decided to keep this CIE. SEC is the
372 .eh_frame input section that contains the CIE. */
374 struct cie *full_cie;
379 /* The offset of the personality data from the start of the CIE,
380 or 0 if the CIE doesn't have any. */
389 /* True if we have marked relocations associated with this CIE. */
400 /* True if the CIE contains personality data and if that
405 /* True if the CIE contains personality data aligned to a
410 CIE's augmentation data. */
413 /* True if we have merged this CIE with another. */
418 } cie;
428 /* True if this entry represents a CIE, false if it represents an FDE. */
429 unsigned int cie : 1;
434 /* True if we need to add a 'z' (augmentation size) entry to the CIE's
435 augmentation data, and an associated byte to each of the CIE's FDEs. */
452 struct cie *cies;