Home
last modified time | relevance | path

Searched refs:base_of_encoded_value (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dunwind-pe.h103 base_of_encoded_value (unsigned char encoding, struct _Unwind_Context *context) in base_of_encoded_value() function
285 base_of_encoded_value (encoding, context), in read_encoded_value()
DChangeLog-200115667 * unwind-pe.h (base_of_encoded_value, read_encoded_value): Define
21231 (base_of_encoded_value): Handle it.
DChangeLog-200518313 (size_of_encoded_value, base_of_encoded_value,
/freebsd-9-stable/contrib/libstdc++/libsupc++/
Deh_personality.cc436 info.ttype_base = base_of_encoded_value (info.ttype_encoding, context); in PERSONALITY_FUNCTION()
673 xh->catchTemp = base_of_encoded_value (info.ttype_encoding, context); in PERSONALITY_FUNCTION()
/freebsd-9-stable/contrib/libstdc++/
DChangeLog-20021786 Do not cast landing_pad or base_of_encoded_value to (void *).