Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/kernel/
Ddwarf.c763 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 …]
/linux-4.4.14/arch/sh/include/asm/
Ddwarf.h232 const char *augmentation; member
/linux-4.4.14/Documentation/
Drbtree.txt201 An rbtree user who wants this feature will have to call the augmentation
202 functions with the user provided augmentation callback when inserting