Searched refs:augmentation (Results 1 – 3 of 3) sorted by relevance
763 cie->augmentation = p; in dwarf_parse_cie()764 p += strlen(cie->augmentation) + 1; in dwarf_parse_cie()784 if (cie->augmentation[0] == 'z') { in dwarf_parse_cie()794 cie->augmentation++; in dwarf_parse_cie()797 while (*cie->augmentation) { in dwarf_parse_cie()802 if (*cie->augmentation == 'L') { in dwarf_parse_cie()804 cie->augmentation++; in dwarf_parse_cie()805 } else if (*cie->augmentation == 'R') { in dwarf_parse_cie()812 cie->augmentation++; in dwarf_parse_cie()813 } else if (*cie->augmentation == 'P') { in dwarf_parse_cie()[all …]
232 const char *augmentation; member
201 An rbtree user who wants this feature will have to call the augmentation202 functions with the user provided augmentation callback when inserting