Searched refs:augmentation (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Ddwarf.c763 cie->augmentation = p;
764 p += strlen(cie->augmentation) + 1;
784 if (cie->augmentation[0] == 'z') {
794 cie->augmentation++;
797 while (*cie->augmentation) {
802 if (*cie->augmentation == 'L') {
804 cie->augmentation++;
805 } else if (*cie->augmentation == 'R') {
812 cie->augmentation++;
813 } else if (*cie->augmentation
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Ddwarf.h232 const char *augmentation; member in struct:dwarf_cie

Completed in 110 milliseconds