Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_frame2.c1700 char *ag_string = (char *) augmentation_string; in _dwarf_get_augmentation_type() local
1702 if (ag_string[0] == 0) { in _dwarf_get_augmentation_type()
1706 } else if (strcmp(ag_string, DW_DEBUG_FRAME_AUGMENTER_STRING) == 0) { in _dwarf_get_augmentation_type()
1711 } else if (ag_string[0] == 'z') { in _dwarf_get_augmentation_type()
1720 } else if (ag_string[1] == 0) { in _dwarf_get_augmentation_type()
1727 } else if (strncmp(ag_string, "eh", 2) == 0) { in _dwarf_get_augmentation_type()
1731 } else if (strcmp(ag_string, "armcc+") == 0) { in _dwarf_get_augmentation_type()
1738 } else if (strcmp(ag_string, "HC") == 0) { in _dwarf_get_augmentation_type()