Searched refs:read_encoded_value (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | unwind-c.c | 61 p = read_encoded_value (context, lpstart_encoding, p, &info->LPStart); in parse_lsda_header() 201 p = read_encoded_value (0, info.call_site_encoding, p, &cs_start); 202 p = read_encoded_value (0, info.call_site_encoding, p, &cs_len); 203 p = read_encoded_value (0, info.call_site_encoding, p, &cs_lp);
|
| D | unwind-pe.h | 281 read_encoded_value (struct _Unwind_Context *context, unsigned char encoding, in read_encoded_value() function
|
| D | unwind-dw2.c | 407 p = read_encoded_value (context, *p, p + 1, &personality); in extract_cie_info() 895 insn_ptr = read_encoded_value (context, fs->fde_encoding, in execute_cfa_program() 1146 aug = read_encoded_value (context, fs->lsda_encoding, aug, &lsda); in uw_frame_state_for()
|
| D | ChangeLog-2001 | 15667 * unwind-pe.h (base_of_encoded_value, read_encoded_value): Define 22910 (read_encoded_pointer): Remove. All callers use read_encoded_value.
|
| D | ChangeLog-2005 | 15027 read_encoded_value call.
|
| /freebsd-12-stable/contrib/libstdc++/libsupc++/ |
| D | eh_personality.cc | 67 p = read_encoded_value (context, lpstart_encoding, p, &info->LPStart); in parse_lsda_header() 484 p = read_encoded_value (0, info.call_site_encoding, p, &cs_start); in PERSONALITY_FUNCTION() 485 p = read_encoded_value (0, info.call_site_encoding, p, &cs_len); in PERSONALITY_FUNCTION() 486 p = read_encoded_value (0, info.call_site_encoding, p, &cs_lp); in PERSONALITY_FUNCTION()
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | dwarf2-frame.c | 1071 read_encoded_value (struct comp_unit *unit, unsigned char encoding, in read_encoded_value() function 1419 read_encoded_value (unit, fde->cie->encoding, buf, &bytes_read); in decode_frame_entry_1() 1423 read_encoded_value (unit, fde->cie->encoding & 0x0f, buf, &bytes_read); in decode_frame_entry_1()
|