summaryrefslogtreecommitdiffstats
path: root/src/elflint.c
Commit message (Expand)AuthorAgeFilesLines
* elflint: Recognize ELFOSABI_FREEBSD which Debian kFreeBSD uses.Mark Wielaard2016-01-181-2/+4
* elflint: Recognize and check SHF_COMPRESSED section flag.Mark Wielaard2016-01-061-10/+35
* elflint: Add _edata and _end to the list of possibly dangling gnuld symbols.Mark Wielaard2016-01-051-1/+5
* elflint: Don't check shdr or TLS symbol offsets against debuginfo phdrs.Mark Wielaard2015-10-161-2/+3
* elflint: Reject mergable string sections as relocation target.Mark Wielaard2015-10-161-2/+3
* Do not rely on ebl_check_special_section when checking debuginfo files.Jose E. Marchesi2015-10-131-5/+13
* elflint: Check relro flags are a subset of the load segment.Mark Wielaard2015-10-131-3/+19
* Trust AC_SYS_LARGEFILE to provide large file supportJosh Stone2015-10-091-2/+2
* Replace printf %Z length modifier with %z.Chih-Hung Hsieh2015-09-071-5/+5
* elflint: Add gnuld check when a NOBITS section falls inside a segment.Mark Wielaard2015-08-171-2/+32
* elflint: Only check the PT_TLS phdr if it actually exists, warn otherwise.Mark Wielaard2015-06-191-0/+6
* elflint: Check gnu_hash has enough data and bitmask_words is not zero.Mark Wielaard2015-05-121-6/+20
* elflint: Add sanity checks to check_attributes.Mark Wielaard2015-05-121-2/+4
* elflint: Use Use Elf64_Word for shdr->sh_info cnt.Mark Wielaard2015-05-121-2/+6
* elflint: Stop checking section when 2nd hash function shift too big.Mark Wielaard2015-05-121-2/+5
* elflint: Correct gnu_symbias usage in compare_hash_gnu_hash.Mark Wielaard2015-03-131-14/+16
* elflint: Add various low-level checks.Mark Wielaard2015-01-151-52/+211
* libdw: Add get_uleb128 and get_sleb128 bounds checking.Mark Wielaard2014-12-171-3/+3
* Use elf_getphdrnum instead of accessing ehdr->e_phnum directly.Mark Wielaard2014-11-261-1/+1
* Add ppc64le ELFv2 abi support to backends and elflint.Mark Wielaard2014-07-041-1/+2
* libebl: Add ebl_func_addr_mask plus ARM backend implementation.Mark Wielaard2014-06-221-7/+13
* backends: Add ebl_check_reloc_target_type.Mark Wielaard2014-05-191-2/+1
* robustify: elflint.Jakub Jelinek2014-01-231-28/+77
* Support AArch64 architecturePetr Machata2013-11-261-2/+2
* elflint.c (check_symtab): Add __bss_start__ to the list of allowed symbols.Mark Wielaard2013-02-241-0/+1
* elflint: Add two more symbols to gnuld list of allowed bad values.Mark Wielaard2013-02-061-3/+10
* Add support for Tilera TILE-Gx processor.Jeff Kenton2012-08-241-1/+2
* Update name, license and contributor policy.Mark Wielaard2012-06-051-19/+11
* elflint: Allow zero sized sections at (filesz) end of segment.Mark Wielaard2012-05-091-2/+4
* elflint: Accept SHF_INFO_LINK for reloc sections.Roland McGrath2012-03-281-2/+2
* Update copyright yearUlrich Drepper2012-01-211-2/+2
* Add new ebl_check_st_other_bits function.Mark Wielaard2011-03-111-1/+1
* elflint: Remove unused variables.Roland McGrath2011-02-081-13/+0
* ld: Remove an unused variable.Roland McGrath2011-02-081-3/+4
* Fix some message typos and xgettext markers.Roland McGrath2010-04-061-2/+2
* Fix sloppy #include use, breaks with latest glibc.Roland McGrath2010-01-151-0/+1
* Handle extended phnum in elflint and elfcmp.Roland McGrath2010-01-071-33/+54
* Handle new .comment section flags.Mark Wielaard2009-09-211-2/+2
* Handle NT_GNU_GOLD_VERSION.Mark Wielaard2009-07-261-0/+1
* Add STB_GNU_UNIQUE support to elflint.Ulrich Drepper2009-07-141-3/+11
* Add test of st_other field of symbol table entries.Ulrich Drepper2009-04-291-0/+11
* Fix error handling in a few programs.Ulrich Drepper2009-02-011-3/+2
* Fix handling of debuginfo files when checking exception handling tables.Ulrich Drepper2009-01-211-21/+40
* Fix elflint test for .eh_frame_hdr allocation.Ulrich Drepper2009-01-211-1/+5
* More improveents to exception handling table printing and checking.Ulrich Drepper2009-01-171-5/+18
* Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutilsUlrich Drepper2009-01-171-3/+2
|\
| * Move argp_program_version_hook and argp_program_bug_address variablesUlrich Drepper2009-01-171-3/+2
* | Beginning of exception table testing.Ulrich Drepper2009-01-171-0/+38
|/
* Implement check for PT_GNU_EH_FRAME program header check.Ulrich Drepper2009-01-161-1/+36
* Unpdate copyright in messages.Ulrich Drepper2009-01-011-2/+2