summaryrefslogtreecommitdiff
path: root/libebl
Commit message (Expand)AuthorAgeFilesLines
* Add support for Synopsys ARCv2 processorsShahab Vahedi2022-12-222-0/+7
* Add support for LoongArchHengqi Chen2022-12-192-0/+6
* libebl: Don't #include <dlfcn.h> in eblclosebackend.c and eblopenbackend.cYonggang Luo2022-10-273-2/+5
* Move the #include <libintl.h> into eu-config.hYonggang Luo2022-10-161-1/+0
* libelf: Sync elf.h from glibcAndreas Schwab2022-08-082-1/+6
* Arm Ehdr flag printingUlrich Drepper2022-06-064-7/+21
* libebl: recognize FDO Packaging Metadata ELF noteLuca Boccassi2022-03-243-0/+12
* Remove redundant casts of memory allocating functions returning void *Dmitry V. Levin2021-09-092-1/+5
* Come up with startswith function.Martin Liska2021-05-123-4/+10
* Consistently define _(Str) using dgettext ("elfutils", Str)Dmitry V. Levin2020-12-162-5/+4
* libebl: consistently use _(Str) instead of gettext(Str)Dmitry V. Levin2020-12-1612-24/+38
* Fix spelling typos in NEWS, NOTES, TODO, and in comments of configure.acDmitry V. Levin2020-12-121-1/+1
* backends: Remove tilegx backend.Mark Wielaard2020-10-262-2/+6
* libebl: Remove unused ebl_syscall_abi.Mark Wielaard2020-10-266-70/+10
* libebl: Handle aarch64 bti, pac bits in gnu property noteMark Wielaard2020-09-072-0/+72
* Only typedef Ebl once.Mark Wielaard2020-07-232-1/+7
* libebl: Remove Ebl struct size check and MODVERSION string.Mark Wielaard2020-06-103-19/+30
* libelf: Sync elf.h from glibc.Mark Wielaard2020-06-042-4/+5
* libdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix.Mark Wielaard2020-04-222-1/+8
* readelf, elflint: Handle PT_GNU_PROPERTY.Mark Wielaard2020-02-182-0/+11
* 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