Searched refs:base_of_encoded_value (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/unwind/ |
H A D | pe.d | 84 _Unwind_Ptr base_of_encoded_value(ubyte encoding, _Unwind_Context* context) in base_of_encoded_value() function 236 auto base = base_of_encoded_value(encoding, context); in read_encoded_value()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/unwind/ |
H A D | pe.d | 84 _Unwind_Ptr base_of_encoded_value(ubyte encoding, _Unwind_Context* context) in base_of_encoded_value() function 245 auto base = base_of_encoded_value(encoding, context); in read_encoded_value()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | unwind-pe.h | 101 base_of_encoded_value (unsigned char encoding, struct _Unwind_Context *context) in base_of_encoded_value() function 305 base_of_encoded_value (encoding, context), in read_encoded_value()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | unwind-pe.h | 101 base_of_encoded_value (unsigned char encoding, struct _Unwind_Context *context) in base_of_encoded_value() function 305 base_of_encoded_value (encoding, context), in read_encoded_value()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
H A D | eh_personality.cc | 455 info.ttype_base = base_of_encoded_value (info.ttype_encoding, context); in PERSONALITY_FUNCTION() 692 info.ttype_base = base_of_encoded_value (info.ttype_encoding, in PERSONALITY_FUNCTION() 714 xh->catchTemp = base_of_encoded_value (info.ttype_encoding, context); in PERSONALITY_FUNCTION()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
H A D | eh_personality.cc | 455 info.ttype_base = base_of_encoded_value (info.ttype_encoding, context); in PERSONALITY_FUNCTION() 695 info.ttype_base = base_of_encoded_value (info.ttype_encoding, in PERSONALITY_FUNCTION() 717 xh->catchTemp = base_of_encoded_value (info.ttype_encoding, context); in PERSONALITY_FUNCTION()
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
H A D | exception.c | 321 info.ttype_base = base_of_encoded_value (info.ttype_encoding, context); in PERSONALITY_FUNCTION()
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | exception.c | 321 info.ttype_base = base_of_encoded_value (info.ttype_encoding, context); in PERSONALITY_FUNCTION()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/ |
H A D | deh.d | 581 auto TTypeBase = base_of_encoded_value(TTypeEncoding, context);
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/ |
H A D | deh.d | 569 auto TTypeBase = base_of_encoded_value(TTypeEncoding, context); in scanLSDA()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2002 | 1786 Do not cast landing_pad or base_of_encoded_value to (void *).
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2001 | 15667 * unwind-pe.h (base_of_encoded_value, read_encoded_value): Define 21231 (base_of_encoded_value): Handle it.
|
H A D | ChangeLog-2005 | 18312 (size_of_encoded_value, base_of_encoded_value,
|