Home
last modified time | relevance | path

Searched refs:augt (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_frame2.c535 enum Dwarf_augmentation_type augt = aug_unknown; in dwarf_create_cie_from_after_start() local
551 augt = _dwarf_get_augmentation_type(dbg, in dwarf_create_cie_from_after_start()
553 if (augt == aug_eh) { in dwarf_create_cie_from_after_start()
590 switch (augt) { in dwarf_create_cie_from_after_start()
622 augt, in dwarf_create_cie_from_after_start()
700 new_cie->ci_augmentation_type = augt; in dwarf_create_cie_from_after_start()
758 enum Dwarf_augmentation_type augt = cieptr->ci_augmentation_type; in dwarf_create_fde_from_after_start() local
760 if (augt == aug_gcc_eh_z) { in dwarf_create_fde_from_after_start()
820 switch (augt) { in dwarf_create_fde_from_after_start()