Searched refs:augmentation (Results 1 – 4 of 4) sorted by relevance
761 cie->augmentation = p; in dwarf_parse_cie()762 p += strlen(cie->augmentation) + 1; in dwarf_parse_cie()782 if (cie->augmentation[0] == 'z') { in dwarf_parse_cie()792 cie->augmentation++; in dwarf_parse_cie()795 while (*cie->augmentation) { in dwarf_parse_cie()800 if (*cie->augmentation == 'L') { in dwarf_parse_cie()802 cie->augmentation++; in dwarf_parse_cie()803 } else if (*cie->augmentation == 'R') { in dwarf_parse_cie()810 cie->augmentation++; in dwarf_parse_cie()811 } else if (*cie->augmentation == 'P') { in dwarf_parse_cie()[all …]
228 const char *augmentation; member
237 An rbtree user who wants this feature will have to call the augmentation238 functions with the user provided augmentation callback when inserting
38 b. Read-modify-write (RMW) ordering augmentation barriers.
Completed in 16 milliseconds