summaryrefslogtreecommitdiffstats
path: root/libebl
Commit message (Expand)AuthorAgeFilesLines
* libebl: Don't install libebl.a, libebl.h and remove backends from spec.Mark Wielaard2019-09-102-5/+7
* Don't use dlopen() for libebl modulesOmar Sandoval2019-08-296-177/+111
* Add PIC and non-PIC variants of libcpu and libeblOmar Sandoval2019-08-282-2/+10
* libebl: remove unnecessary variable in Makefile.amOmar Sandoval2019-08-282-20/+23
* Add backend support for C-SKYMao Han2019-07-172-0/+5
* libdwelf: Add dwelf_elf_e_machine_string and use it in readelf.Mark Wielaard2019-07-103-6/+6
* libebl: Try harder to find backend library in bin and lib origin paths.Mark Wielaard2019-05-302-47/+78
* libebl: Check ebl is not NULL in ebl_symbol_[binding|type]_name.Mark Wielaard2019-04-283-0/+9
* libebl: Check GNU property note data padding fits inside note.Mark Wielaard2019-01-302-8/+14
* libebl: Check NT_PLATFORM core notes contain a zero terminated string.Mark Wielaard2019-01-163-21/+27
* libebl: Check GNU property note pr_datasz fits inside note description.Mark Wielaard2019-01-162-0/+11
* libebl: Fix reading GNU_PROPERTY_STACK_SIZE reading from 32bit notes.Mark Wielaard2018-12-032-5/+20
* libebl: Don't update w, t and len unnecessarily in ebl_object_note_type_name.Mark Wielaard2018-11-152-5/+8
* Handle GNU Build Attribute ELF Notes.Mark Wielaard2018-11-134-4/+184
* Recognize NT_VERSION notes.Mark Wielaard2018-11-134-4/+27
* Recognize and parse GNU Property notes.Mark Wielaard2018-10-293-1/+191
* Handle ADD/SUB relocationsAndreas Schwab2018-10-135-7/+17
* libebl: Use elf_getshdrstrndx in ebl_section_strip_p.Mark Wielaard2018-09-133-3/+12
* backends: Always use elf_getshdrstrndx in check_special_symbol.Mark Wielaard2018-09-135-6/+12
* Consolidate error.h inclusion in system.hRoss Burton2018-07-052-1/+4
* libebl: Add new DWARF5 debug section names to default_debugscn_p.Mark Wielaard2018-05-062-0/+13
* Add support for RISC-VAndreas Schwab2018-04-232-0/+6
* libebl: Handle SYMTAB_SHNDX in ebl_dynamic_tag_name.Mark Wielaard2018-03-162-1/+9
* libebl: Allow SHT_NOTE as relocation target type.Mark Wielaard2018-02-222-0/+6
* Use fallthrough attribute.Joshua Watt2018-02-102-1/+6
* Check for -z,defs, -z,relro, -fPIC, -fPIE before using themUlf Hermann2017-08-182-1/+5
* ppc64: Add HTM SPRs support to readelfGustavo Romero2017-07-252-0/+5
* strip: Deal with ARM data marker symbols pointing to debug sections.Mark Wielaard2017-07-246-5/+75
* Make __attribute__ conditional in all installed headersUlf Hermann2017-05-022-3/+7
* Check for existence of mempcpyUlf Hermann2017-02-173-0/+7
* dwelf: Add string table functions from ebl.Mark Wielaard2016-08-034-384/+14
* Remove eu-ld and unused code.Mark Wielaard2016-08-039-908/+23
* Add support for BPFRichard Henderson2016-06-283-1/+7
* Add support for m68kAndreas Schwab2016-05-232-1/+5
* Add NT_ARM_SYSTEM_CALL aarch64 syscall regset.Mark Wielaard2016-02-151-0/+1
* libebl: Don't assume ELF notes are "GNU" when unknown, recognize "Go" notes.Mark Wielaard2016-02-152-1/+40
* libebl: Fix missing brackets around if statement body.Mark Wielaard2016-01-092-180/+187
* libdwfl: Use elf_compress[_gnu] to decompress string, symbol and reloc data.Mark Wielaard2016-01-062-1/+7
* libebl: new backend attribute ra_offset.Jose E. Marchesi2016-01-034-0/+24
* Use -fPIC instead of -fpic when generating PIC code.Jose E. Marchesi2015-10-062-1/+6
* Remove old-style function definitions.Mark Wielaard2015-09-2342-180/+60
* Remove redundant NULL tests.Chih-Hung Hsieh2015-09-145-5/+15
* Replace some K&R function definitions with ansi-C definitions.Chih-Hung Hsieh2015-09-073-5/+8
* libebl: SHT_(INIT|FINI|PREINIT)_ARRAY are valid targets for relocation.Mark Wielaard2015-06-142-5/+18
* libebl: Don't blow up stack when processing large NT_GNU_ABI_TAG.Mark Wielaard2015-05-272-2/+22
* libebl: Use static number for array stack allocation in openbackend.Mark Wielaard2015-05-272-2/+13
* s/Really, not guarantee/Really, no guarantee/gMark Wielaard2015-01-271-1/+1
* libebl.h: Add comment from README that this is completely UNSUPPORTED.Mark Wielaard2015-01-272-1/+19
* Use elf_getphdrnum instead of accessing ehdr->e_phnum directly.Mark Wielaard2014-11-265-9/+14
* Check elf_strptr didn't fail getting section name.Mark Wielaard2014-11-172-2/+6