summaryrefslogtreecommitdiffstats
path: root/backends
Commit message (Expand)AuthorAgeFilesLines
* backends: sparc: support for live backtracesJose E. Marchesi2016-01-034-1/+137
* backends: sparc: support for core backtracesJose E. Marchesi2016-01-035-2/+111
* Move nested functions in backends to file scope.Chih-Hung Hsieh2015-11-033-25/+40
* ppc: ppc_check_special_symbol): Also allow _SDA_BASE_ in .data section.Mark Wielaard2015-10-162-3/+13
* Improve AM_SILENT_RULES coverageJosh Stone2015-10-062-2/+6
* sparc: support for the check_object_attribute ebl hook.Jose E. Marchesi2015-10-064-1/+83
* sparc: fix the extraction of relocation IDs from r_type fields.Jose E. Marchesi2015-10-063-1/+27
* sparc: add some missing relocation types.Jose E. Marchesi2015-10-052-0/+8
* Remove old-style function definitions.Mark Wielaard2015-09-234-22/+16
* Replace some K&R function definitions with ansi-C definitions.Chih-Hung Hsieh2015-09-0713-60/+64
* backends: Use ebl->class consistently in sparc backend.Mark Wielaard2015-09-032-6/+10
* Reduce scope of some includesPino Toscano2015-06-272-1/+5
* Update elf.h from glibc.Mark Wielaard2015-04-282-3/+8
* backends: Add x32_corenote.cH.J. Lu2015-04-016-11/+92
* backends: aarch64 can have _GLOBAL_OFFSET_TABLE_ point anywhere in .got.Mark Wielaard2015-03-272-5/+15
* backends: COPY relocations can also happen in ET_DYN.Mark Wielaard2015-03-1312-21/+36
* Support STT_ARM_TFUNC symbol type in ebl_symbol_type_name hookPetr Machata2015-02-243-2/+21
* backends: Check sh_entsize is not zero in ppc_symbol.c (find_dyn_got).Mark Wielaard2015-01-152-1/+6
* avoid scary command outputUlrich Drepper2014-12-182-1/+5
* Use elf_getphdrnum instead of accessing ehdr->e_phnum directly.Mark Wielaard2014-11-263-8/+18
* Check elf_strptr didn't fail getting section name.Mark Wielaard2014-11-172-6/+13
* libdw: Add dwarf_peel_type. Use it in dwarf_aggregate_size.Mark Wielaard2014-11-052-18/+9
* aarch64: use <sys/user.h> defined register structuresKyle McMartin2014-08-013-4/+22
* Add ppc64le ELFv2 abi support to backends and elflint.Mark Wielaard2014-07-044-1/+37
* backends: aarch64_return_value_location should handle DW_ATE_boolean.Mark Wielaard2014-07-042-0/+6
* dwarf.h: Remove non-existing DW_TAG_mutable_type.Mark Wielaard2014-06-222-2/+7
* libebl: Add ebl_func_addr_mask plus ARM backend implementation.Mark Wielaard2014-06-222-0/+7
* backends (*_return_value_location): call dwarf_peeled_die_typePetr Machata2014-06-2012-325/+208
* backends: Add ebl_check_reloc_target_type.Mark Wielaard2014-05-195-3/+26
* Unwinding is only supported on LinuxKurt Roeckx2014-04-233-2/+7
* Remove mudflap build option.Mark Wielaard2014-04-182-6/+6
* backends: Add aarch64 native and core unwind support.Mark Wielaard2014-04-145-2/+104
* backends: add ARM compatible mode to AARCH64Jean Pihet2014-03-302-2/+37
* backends: AARCH64_ABS32 and AARCH64_ABS64 are also valid in ET_REL.Mark Wielaard2014-03-192-3/+8
* backends: Make aarch64_regs.c checkable by -WprintfPetr Machata2014-01-302-22/+21
* backends: Add arm frame_nregs and set_initial_registers_tid.Mark Wielaard2014-01-304-2/+71
* backends: arm_cfi SP (r13) is restored from CFA by default.Mark Wielaard2014-01-302-0/+7
* backends: Update arm_reloc.def.Mark Wielaard2014-01-302-2/+83
* Use -Wformat=2 by default for all files.Mark Wielaard2014-01-303-9/+34
* backends: aarch64_check_special_symbol check shdr is not NULL before usage.Mark Wielaard2014-01-172-3/+11
* backends: Add PPC64 machine_flag_check.Mark Wielaard2014-01-043-2/+18
* backends: Add aarch64 abi_cfi.Mark Wielaard2014-01-035-2/+92
* backends: aarch64 always has _GLOBAL_OFFSET_TABLE_ point to .got[0].Mark Wielaard2013-12-203-0/+34
* libdwfl: Introduce dwfl_module_getsym_info and dwfl_module_addrinfo.Mark Wielaard2013-12-204-1/+101
* Fix s390_initreg.c patch copy/paste error.Mark Wielaard2013-12-182-4/+1
* backends: Avoid type-punning issue in s390_set_initial_registers_tid.Mark Wielaard2013-12-182-2/+18
* unwinder: s390 and s390xJan Kratochvil2013-12-186-6/+253
* unwinder: ppc and ppc64Jan Kratochvil2013-12-156-3/+136
* Support AArch64 architecturePetr Machata2013-11-269-6/+968
* Unwinder for x86*.Jan Kratochvil2013-11-076-4/+176