Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/sh/kernel/
A Ddwarf.c761 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 …]
/linux-6.3-rc2/arch/sh/include/asm/
A Ddwarf.h228 const char *augmentation; member
/linux-6.3-rc2/Documentation/core-api/
A Drbtree.rst237 An rbtree user who wants this feature will have to call the augmentation
238 functions with the user provided augmentation callback when inserting
/linux-6.3-rc2/tools/memory-model/Documentation/
A Dordering.txt38 b. Read-modify-write (RMW) ordering augmentation barriers.

Completed in 8 milliseconds