Searched refs:read_encoded_value (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/src/libdw/ |
D | fde.c | 82 if (unlikely (read_encoded_value (cache, cie->fde_encoding, in intern_fde() 84 || unlikely (read_encoded_value (cache, cie->fde_encoding & 0x0f, in intern_fde() 180 if (unlikely (read_encoded_value (&dummy_cfi, in binary_search_fde() 191 if (unlikely (read_encoded_value (&dummy_cfi, in binary_search_fde() 203 if (unlikely (read_encoded_value in binary_search_fde()
|
D | dwarf_getcfi_elf.c | 102 if (unlikely (read_encoded_value (&dummy_cfi, eh_frame_ptr_encoding, &h, in parse_eh_frame_hdr() 109 if (unlikely (read_encoded_value (&dummy_cfi, fde_count_encoding, &h, in parse_eh_frame_hdr()
|
D | encoded-value.h | 93 read_encoded_value (const Dwarf_CFI *cache, uint8_t encoding, const uint8_t **p, in read_encoded_value() function
|
D | cfi.c | 148 if (likely (!read_encoded_value (cache, cie->fde_encoding, in execute_cfi()
|
D | ChangeLog | 63 * encoded-value.h (read_encoded_value): Assume get_uleb128 and 898 * encoded-value.h (read_encoded_value): Handle DW_EH_PE_indirect. 934 * encoded-value.h (read_encoded_value): Handle DW_EH_PE_indirect.
|