Searched refs:__libdw_cfi_read_address_inc (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/libdw/ |
D | encoded-value.h | 76 __libdw_cfi_read_address_inc (const Dwarf_CFI *cache, in __libdw_cfi_read_address_inc() function 177 if (unlikely (__libdw_cfi_read_address_inc (cache, p, 4, &value) != 0)) in read_encoded_value() 182 if (unlikely (__libdw_cfi_read_address_inc (cache, p, 4, &value) != 0)) in read_encoded_value() 189 if (unlikely (__libdw_cfi_read_address_inc (cache, p, 8, &value) != 0)) in read_encoded_value() 194 if (unlikely (__libdw_cfi_read_address_inc (cache, p, 0, &value) != 0)) in read_encoded_value() 224 if (unlikely (__libdw_cfi_read_address_inc (cache, &ptr, 0, result) in read_encoded_value()
|
D | ChangeLog | 1483 (__libdw_cfi_read_address_inc): Check there is enough room to read
|