summaryrefslogtreecommitdiff
path: root/libdw/memory-access.h
Commit message (Expand)AuthorAgeFilesLines
* libdw: Change typeof -> __typeof in memory-access.hYonggang Luo2022-12-121-5/+5
* libdw: Use #include <system.h> instead of <endian.h> in memory-access.hYonggang Luo2022-10-271-2/+1
* Strip __ prefix from __BYTE_ORDER __LITTLE_ENDIAN and __BIG_ENDIANYonggang Luo2022-10-171-4/+4
* Fix leb128 readingTom Tromey2020-10-291-5/+37
* Fix bug in read_3ubyte_unaligned_incTom Tromey2020-10-241-1/+1
* readelf: Make sure print_form_data always consumes DW_FORM_strx[1234] data.Mark Wielaard2018-06-171-0/+5
* libdw: Add support for reading DW_FORM_addrx[1234] in .debug_addr.Mark Wielaard2018-04-031-2/+48
* libdw: Handle DWARF5 DW_FORM_implicit_const. Add dwarf_getabbrevattr_data.Mark Wielaard2018-02-211-0/+19
* libdw: New get_uleb128_unchecked to use with already checked Dwarf_Abbrev.Mark Wielaard2018-01-011-0/+18
* Make sure packed structs follow the gcc memory layoutUlf Hermann2017-09-201-1/+1
* libdw: Undefined behavior in get_sleb128_step.Mark Wielaard2015-04-281-4/+19
* libdw: Unroll the first get_sleb128 step to help the compiler optimize.Mark Wielaard2014-12-171-3/+6
* libdw: pre-compute leb128 loop limitsJosh Stone2014-12-171-2/+15
* libdw: Add get_uleb128 and get_sleb128 bounds checking.Mark Wielaard2014-12-171-6/+7
* Rename read_ubyte_unaligned_inc to read_addr_unaligned_incPetr Machata2014-09-121-20/+4
* libdw (get_sleb128_step): Remove undefined behavior.Mark Wielaard2014-04-241-2/+2
* libdw: Simplify and inline get_uleb128 and get_sleb128Josh Stone2013-12-131-69/+38
* dwfl_link_map_report: Handle unaligned auxv data.Roland McGrath2013-01-071-1/+9
* Update name, license and contributor policy.Mark Wielaard2012-06-051-40/+19
* Fix readelf for large SLEB128 values.Roland McGrath2010-06-211-7/+11
* CFI support: lookup by PC and translate into DWARF location per registerRoland McGrath2009-07-081-12/+25
* Implement call frame information dumping.Ulrich Drepper2009-01-061-1/+23
* Fix FSF address. No exception for libdwarf.Ulrich Drepper2006-04-041-1/+1
* propagate from branch 'com.redhat.elfutils.roland.pending' (head 4f8fc821345f...Ulrich Drepper2006-04-041-8/+44
* Adjust for monotone.Ulrich Drepper2005-07-261-0/+240