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

  /toolchain/binutils/binutils-2.27/gold/
ehframe.cc 503 // We track all the CIEs we see, and merge them when possible. This
615 // Now that we know we are using this section, record any new CIEs
656 // Keep track of which CIEs are at which offsets.
657 Offsets_to_cie cies;
699 pcontents, p, pentend, &relocs, &cies,
707 pcontents, id, p, pentend, &relocs, &cies))
731 Offsets_to_cie* cies,
737 // can only merge CIEs which use the same routine. We also need to
966 cies->insert(std::make_pair(pcie - pcontents, cie_pointer));
984 Offsets_to_cie* cies)
    [all...]
ehframe.h 441 // A set of unique CIEs.
444 // A list of unmergeable CIEs.
447 // A mapping from offsets to CIEs. This is used while reading an
451 // A list of CIEs, and a bool indicating whether the CIE is
487 Offsets_to_cie* cies,
502 Offsets_to_cie* cies);
511 // A mapping from all unique CIEs to their offset in the output
514 // A mapping from unmergeable CIEs to their offset in the output
  /toolchain/binutils/binutils-2.27/bfd/
elf-eh-frame.c 214 /* Return one if C1 and C2 CIEs can be merged. */
627 CIEs there are. */
751 /* We cannot merge "eh" CIEs because __EXCEPTION_TABLE__
875 /* Keep info for merging cies. */
889 /* Ensure this FDE references one of the CIEs in this input
1023 /* Keep info for merging cies. */
1024 sec_info->cies = local_cies;
1163 /* At this stage, all cie_inf fields point to local CIEs, so we
    [all...]
elf-bfd.h 309 /* CIEs have three states:
389 struct cie *cies;
410 struct htab *cies;
388 struct cie *cies; member in struct:eh_frame_sec_info
409 struct htab *cies; member in struct:dwarf_eh_frame_hdr_info
    [all...]
  /external/elfutils/src/
readelf.c 5528 } *cies = NULL; local
    [all...]

Completed in 296 milliseconds