summaryrefslogtreecommitdiff
path: root/bfd/elf-bfd.h
Commit message (Expand)AuthorAgeFilesLines
* Tidy dwarf1 cached section contentsAlan Modra2023-03-241-1/+1
* bfd: use "stack trace" instead of "unwind" for SFrameIndu Bhagat2023-02-021-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* bfd: linker: merge .sframe sectionsIndu Bhagat2022-11-151-0/+54
* Support multiple .eh_frame sectionsJojo R2022-11-041-0/+3
* bfd: Add bfd_find_nearest_line_with_altAaron Merey2022-09-061-0/+3
* ld: add --package-metadataLuca Boccassi2022-05-261-0/+8
* Use pseudosections for NT_FREEBSD_X86_SEGBASES core dump notes.John Baldwin2022-04-011-0/+2
* bfd: add AMDGCN architectureSimon Marchi2022-03-161-0/+1
* ld: Add a before_plugin_all_symbols_read hookH.J. Lu2022-03-091-0/+3
* Remove bfd ELF_RELROPAGESIZEAlan Modra2022-02-131-3/+0
* Detect .eh_frame_hdr earlier for SIZEOF_HEADERSAlan Modra2022-02-051-6/+1
* tweak __ehdr_start visibility and flags for check_relocsAlan Modra2022-01-181-1/+4
* elf: Add size_relative_relocs and finish_relative_relocsH.J. Lu2022-01-121-0/+10
* ld: Initial DT_RELR supportH.J. Lu2022-01-121-0/+1
* elf: Pass need_layout to _bfd_elf_map_sections_to_segmentsH.J. Lu2022-01-121-1/+1
* ld: Extract _bfd_elf_link_iterate_on_relocsH.J. Lu2022-01-071-0/+4
* elf: Set p_align to the minimum page size if possibleH.J. Lu2022-01-051-0/+4
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* elf: Update comments for check_relocs in elf_backend_dataH.J. Lu2021-12-271-7/+5
* asan: NULL dereference in bfd_elf_set_group_contentsAlan Modra2021-12-171-1/+1
* LoongArch bfd supportliuzhensong2021-10-241-0/+9
* PATCH bfd: Fix linker warning for recently introduced arm attributesAndrea Corallo2021-10-011-1/+1
* SHT_SYMTAB_SHNDX handlingAlan Modra2021-09-021-5/+0
* elf: Add GNU_PROPERTY_1_NEEDED checkH.J. Lu2021-07-081-0/+6
* ld: Limit cache size and add --max-cache-size=SIZEH.J. Lu2021-07-081-0/+3
* PR27952, Disallow ET_DYN DF_1_PIE linker inputAlan Modra2021-06-111-0/+3
* Add MTE register set support for core filesLuis Machado2021-05-121-0/+2
* bfd: add stdlib.h when using abortMike Frysinger2021-04-261-0/+2
* ENABLE_CHECKING in bfd, opcodes, binutils, ldAlan Modra2021-04-131-0/+8
* convert elf_link_hash macros to inline functionsAlan Modra2021-04-121-15/+34
* elf_backend_archive_symbol_lookupAlan Modra2021-04-121-2/+2
* Use startswith more for strncmp function calls.Martin Liska2021-04-011-1/+1
* Use bool in bfdAlan Modra2021-03-311-243/+241
* ELF output symbol hooks int vs. bfd_booleanAlan Modra2021-03-291-4/+4
* elf/x86-64: Subtract __ImageBase for R_AMD64_IMAGEBASEH.J. Lu2021-03-051-0/+4
* bfd/binutils: add support for RISC-V CSRs in core filesAndrew Burgess2021-03-051-0/+2
* bfd/binutils: support for gdb target descriptions in the core fileAndrew Burgess2021-03-051-0/+2
* PR27441, inconsistency in weak definitionsAlan Modra2021-02-251-0/+2
* Remove arm-symbianelfAlan Modra2021-02-091-1/+0
* bfd: add elfcore_write_file_noteMihails Strasuns2021-01-261-0/+2
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Put bfd_section_from_shdr loop detection array in elf_tdataAlan Modra2020-12-141-0/+1
* PR26979, Visibility of undefined foo@v1 should constrain foo@@v1Alan Modra2020-12-011-2/+1
* Fix an illegal memory access when accessing corrupt dynamic secondary relocat...Nick Clifton2020-11-231-2/+2
* Support SHF_GNU_RETAIN ELF section flagJozef Lawrynowicz2020-11-181-4/+5
* Tidy elf_symbol_fromAlan Modra2020-09-161-1/+1
* PR26623, buffer overflow in ppc_symbol_is_validAlan Modra2020-09-161-1/+2
* Apply a workaround to mitigate a quadratic performance hit in the linker when...Nick Clifton2020-08-201-0/+5
* elf: Add sym_cache to elf_link_hash_tableH.J. Lu2020-07-301-10/+13