aboutsummaryrefslogtreecommitdiff
path: root/bfd/coffcode.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-31pe/coff - add support for base64 encoded long section namesTristan Gingold1-14/+45
2023-05-20coffcode.h handle_COMDAT tidyAlan Modra1-58/+51
2023-05-20tic54x set_arch_machAlan Modra1-54/+0
2023-05-18Re: Add section caches to coff_data_typeAlan Modra1-0/+3
2023-05-18Re: Add section caches to coff_data_typeAlan Modra1-35/+0
2023-05-16Add section caches to coff_data_typeOleg Tolmatcev1-0/+36
2023-05-03Improve the speed of computing checksums for COFF binaries.Oleg Tolmatcev1-6/+60
2023-05-03Generated docs and include filesAlan Modra1-5/+9
2023-04-24asan: segfault in coff_mangle_symbolsAlan Modra1-7/+12
2023-04-21bfd: fix STRICT_PE_FORMAT buildJan Beulich1-3/+3
2023-03-27Use stdint types in coff internal_auxentAlan Modra1-9/+9
2023-03-27coffgrok access of u.auxent.x_sym.x_tagndx.pAlan Modra1-15/+15
2023-03-27XCOFF sanity checkAlan Modra1-1/+2
2023-03-08z8 and z80 coff_reloc16_extra_cases sanity checksAlan Modra1-8/+6
2023-01-16COFF CALC_ADDEND commentAlan Modra1-0/+8
2023-01-06Make coff backend data read-onlyAlan Modra1-13/+16
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-08-13PR29482 - strip: heap-buffer-overflowAlan Modra1-2/+5
2022-08-10bfd: Add support for LoongArch64 EFI (efi-*-loongarch64).Youling Tang1-1/+18
2022-08-06objcopy section alignmentAlan Modra1-4/+5
2022-08-04Don't use BFD_VMA_FMT in binutilsAlan Modra1-4/+4
2022-06-02asan: null deref in coff_write_relocsAlan Modra1-2/+4
2022-05-27Replace bfd_hostptr_t with uintptr_tAlan Modra1-2/+2
2022-05-19COFF: make objcopy / strip honor --keep-file-symbolsJan Beulich1-6/+4
2022-05-19don't over-align file positions of PE executable sectionsJan Beulich1-15/+14
2022-05-10bfd: remove use of PTRAlan Modra1-1/+1
2022-01-12gas: add visibility support for XCOFFClément Chigot1-1/+6
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-15XCOFF C_STSYM test failure on 32-bit hostAlan Modra1-2/+2
2021-11-23AArch64: Add support for AArch64 EFI (efi-*-aarch64).Tamar Christina1-1/+18
2021-11-10PR 28447: implement multiple parameters for .file on XCOFFClément Chigot1-3/+7
2021-10-24asan: c4x, c54x coff_canonicalize_reloc buffer overflowAlan Modra1-11/+11
2021-10-06PR28402, fail to allocate line number arrayAlan Modra1-16/+19
2021-08-04revise PE IMAGE_SCN_LNK_NRELOC_OVFL testAlan Modra1-1/+1
2021-07-30IMAGE_SCN_LNK_NRELOC_OVFLAlan Modra1-0/+6
2021-07-14objdump: add DWARF support for AIXClément Chigot1-2/+2
2021-04-16PR27567, Linking PE files adds alignment section flags to executablesAlan Modra1-8/+8
2021-03-31Use bool in bfdAlan Modra1-236/+234
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-29/+29
2021-03-12aix: implement TLS relocation for gas and ldClément Chigot1-2/+65
2021-03-12bfd: use default coff_write_object_contents for XCOFF64Clément Chigot1-1/+5
2021-03-04bfd: prune COFF/PE section flags settingJan Beulich1-3/+12
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu1-0/+3
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-16Lose some COFF/PE static vars, and peicode.h constifyAlan Modra1-18/+9
2020-07-09Remove powerpc PE supportAlan Modra1-36/+0
2020-07-07XCOFF C_HIDEXT and C_AIX_WEAKEXT classificationAlan Modra1-0/+10
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-2/+1
2020-04-14[PATCH v2 2/2] coff-go32: support extended relocationsJuan Manuel Guerrero1-8/+62
2020-04-02coff-go32-exe: support variable-length stubsJan W. Jagersma1-9/+0