Searched refs:lpstart_encoding (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-c.c45 unsigned char lpstart_encoding; local
50 lpstart_encoding = *p++;
51 if (lpstart_encoding != DW_EH_PE_omit)
52 p = read_encoded_value (context, lpstart_encoding, p, &info->LPStart);
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-c.c54 unsigned char lpstart_encoding; local
59 lpstart_encoding = *p++;
60 if (lpstart_encoding != DW_EH_PE_omit)
61 p = read_encoded_value (context, lpstart_encoding, p, &info->LPStart);
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_personality.cc58 unsigned char lpstart_encoding;
63 lpstart_encoding = *p++;
64 if (lpstart_encoding != DW_EH_PE_omit)
65 p = read_encoded_value (context, lpstart_encoding, p, &info->LPStart);
57 unsigned char lpstart_encoding; local
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc61 unsigned char lpstart_encoding;
66 lpstart_encoding = *p++;
67 if (lpstart_encoding != DW_EH_PE_omit)
68 p = read_encoded_value (context, lpstart_encoding, p, &info->LPStart);
60 unsigned char lpstart_encoding; local

Completed in 122 milliseconds