summaryrefslogtreecommitdiffstats
path: root/contrib/elftoolchain
Commit message (Expand)AuthorAgeFilesLines
* nm: avoid crash in print_lineno if func->name is NULLemaste2015-02-251-1/+2
* Update elftoolchain to upstream revision 3163emaste2015-02-1726-40/+83
* libdwarf: Handle .rel relocationsemaste2015-02-125-33/+50
* libdwarf: Add symbol value when processing .rela relocationsemaste2015-02-111-2/+6
* libdwarf: Add aarch64 relocation supportemaste2015-02-112-0/+9
* Preserve hard & symbolic links when modifying source fileemaste2015-01-281-21/+33
* redelf: Add missing R_X86_64_ relocation typesemaste2015-01-212-1/+21
* Verify that section header offset is not past EOFemaste2015-01-161-1/+2
* elfcopy: Avoid divide-by-0 on section alignment 0emaste2015-01-141-0/+2
* libdwarf: add missing breakemaste2015-01-131-0/+1
* nm: Accept long option --extern-only for -gemaste2015-01-082-3/+8
* libelf: Add arm64 configemaste2015-01-071-0/+6
* readelf: Handle note types from different operating systemsemaste2015-01-051-62/+134
* addr2line: fflush output after each address lookupemaste2015-01-051-1/+3
* readelf: Correct rounding on note paddingemaste2015-01-021-7/+7
* libelf: Return an error instead of asserting on an invalid ar fileemaste2015-01-021-1/+2
* readelf: Add stdint.h for C99 fixed size typesemaste2014-12-311-0/+1
* libelf: Rearrange size test to prevent integer overflowemaste2014-12-311-1/+1
* Check for multiplication integer overflow in CHECK_EHDRemaste2014-12-301-4/+2
* Update elftoolchain to upstream rev 3136emaste2014-12-307-70/+139
* libelf: Do not read past end of bufferemaste2014-12-291-0/+4
* Rename DT_FEATURE_1 to DT_FEATUREemaste2014-12-291-1/+1
* Restore r276252 mdoc fixemaste2014-12-291-1/+0
* Update elftoolchain to upstream rev 3130emaste2014-12-2992-1218/+3113
|\
| * Update elftoolchain to upstream rev 3130emaste2014-12-2489-1218/+3102
* | mdoc fixesbapt2014-12-261-1/+0
* | mdoc fixesbapt2014-12-264-0/+4
|/
* Add AArch64 machine time and relocations for readelfemaste2014-12-222-0/+64
* Set up default shstrtab entries at shstrtab initializationemaste2014-12-221-6/+5
* Include section name in strip warning messageemaste2014-12-181-2/+2
* Do not strip all when stripping an explicit symbolemaste2014-12-171-1/+2
* Copy elftoolchain readelf from vendor branchemaste2014-12-163-0/+7057
* Correct elftoolchain strip(1) memory size calculationemaste2014-12-151-1/+1
* libelf: Fix cross-endian ELF note file / memory conversionemaste2014-12-021-10/+10
* Track libarchive API changeemaste2014-12-011-6/+6
* Temporarily disable non-FreeBSD NT_ note typesemaste2014-12-011-1/+5
* Fix elftoolchain tools in-tree buildemaste2014-12-015-5/+7
* Copy elftoolchain binutils replacements from vendor branchemaste2014-11-2753-0/+21697
* Fix the conversion macro for .note sections, broken in the casemarcel2014-10-221-5/+5
* GCC for PowerPC does not align .note sections to 4 bytes. Whenmarcel2014-10-221-1/+1
* Reapply r221569, r233401, r233524 and r255105: Add support for a fewkaiw2014-01-251-0/+11
* Remove trailing whitespace.kaiw2014-01-211-1/+1
* * Allow API dwarf_loclist_n() and dwarf_loclist() to be called withkaiw2014-01-191-2/+27
* Add a sanity check: The provided offset for the desired location listkaiw2014-01-191-0/+5
* API dwarf_attrval_flag() should properly handle an attribute withkaiw2014-01-182-7/+23
* Fix typo: the public API dwarf_child() should return DW_DLV_NO_ENTRYkaiw2014-01-181-1/+1
* Fix a warning in libdwarf found by -Wmissing-variable-declarations.kaiw2014-01-181-1/+1
* Apply r241720 by ed:kaiw2014-01-181-1/+1
* Use FreeBSD's ELF headers instead of the elfdefinitions.h header whichkaiw2014-01-161-2/+2
* Copy libelf, libdwarf and common files from vendor/ to contrib/.kaiw2014-01-15315-0/+56173
OpenPOWER on IntegriCloud