summaryrefslogtreecommitdiff
path: root/libelf/elf_getdata_rawchunk.c
Commit message (Expand)AuthorAgeFilesLines
* move platform depended include into system.h of libelfYonggang Luo2022-10-161-2/+0
* libelf: Return already gotten Elf_Data from elf_getdata_rawchunkMark Wielaard2022-04-051-0/+16
* libelf: Fix some 32bit offset/size issues that break updating 4G+ files.Mark Wielaard2019-06-281-1/+1
* libelf: There is just one ELF version.Mark Wielaard2019-02-281-3/+2
* libelf: Don't return unaligned data returned from elf_getdata[_rawchunk].Mark Wielaard2018-06-221-2/+1
* Trust AC_SYS_LARGEFILE to provide large file supportJosh Stone2015-10-091-1/+1
* Remove old-style function definitions.Mark Wielaard2015-09-231-6/+2
* libelf: Make sure elf_getdata_rawchunk returns aligned data.Mark Wielaard2015-06-091-3/+17
* libelf: Change signed overflow check to unsigned in elf_getdata_rawchunk.Mark Wielaard2014-11-261-3/+4
* Update name, license and contributor policy.Mark Wielaard2012-06-051-40/+19
* Fix off64_t overflow when MAXIMUM_SIZE == ~0.Jan Kratochvil2011-01-051-2/+2
* propagate from branch 'com.redhat.elfutils.roland.pending.libelf-threads' (he...Ulrich Drepper2008-12-041-3/+12
* src/Roland McGrath2007-10-041-0/+188