summaryrefslogtreecommitdiff
path: root/bfd/peicode.h
Commit message (Expand)AuthorAgeFilesLines
* Add section caches to coff_data_typeOleg Tolmatcev2023-05-161-0/+35
* pe_ILF_object_p and bfd_check_format_matchesAlan Modra2023-04-121-1/+12
* Tidy string_ptr incrementAlan Modra2023-03-241-2/+2
* PR17910 sym string offset checkAlan Modra2023-03-221-0/+1
* Tidy pe_ILF_build_a_bfd a littleAlan Modra2023-03-081-33/+31
* coff keep_relocs and keep_contentsAlan Modra2023-02-091-1/+0
* Clear cached file size when bfd changed to BFD_IN_MEMORYAlan Modra2023-02-091-0/+1
* Use subsystem to distinguish between pei-arm-little and pei-arm-wince-littleMark Harmstone2023-01-181-0/+15
* Add aarch64-w64-mingw32 targetMark Harmstone2023-01-101-1/+1
* Tidy pe flag in coff_dataAlan Modra2023-01-061-1/+1
* Make coff backend data read-onlyAlan Modra2023-01-061-0/+4
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Re: The problem with warning in elf_object_pAlan Modra2022-12-171-8/+5
* ld: Add --pdb optionMark Harmstone2022-10-201-1/+1
* aarch64-pe support for LD, GAS and BFDJedidiah Thompson2022-10-191-0/+2
* PR29653, objcopy/strip: fuzzed small input file induces large output fileAlan Modra2022-10-071-6/+28
* bfd: Add support for LoongArch64 EFI (efi-*-loongarch64).Youling Tang2022-08-101-2/+19
* Replace bfd_hostptr_t with uintptr_tAlan Modra2022-05-271-1/+1
* pe_ILF_make_a_symbol_reloc segfaultAlan Modra2022-02-161-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* AArch64: Add support for AArch64 EFI (efi-*-aarch64).Tamar Christina2021-11-231-2/+18
* bfd: Remove use of void pointer arithmeticMichael Forney2021-10-111-1/+1
* Use bool in bfdAlan Modra2021-03-311-24/+24
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Lose some COFF/PE static vars, and peicode.h constifyAlan Modra2020-12-161-1/+1
* PR26069, strip/objcopy misaligned address accessesAlan Modra2020-06-031-27/+21
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-4/+2
* bfd_cleanup for object_pAlan Modra2020-03-021-5/+5
* _bfd_alloc_and_readAlan Modra2020-02-191-11/+2
* Miscellaneous memory alloc related fixesAlan Modra2020-02-191-2/+4
* bfd_size_type to size_tAlan Modra2020-02-191-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* pe_bfd_read_buildid memory leakHannes Domani2019-12-261-0/+2
* When copying pe format files, copy the dos_message array, rather than re-init...Andrew Eikum2019-10-291-0/+24
* bfd_section_* macrosAlan Modra2019-09-191-3/+3
* Don't use bfd_get_* macro to set bfd fieldsAlan Modra2019-09-181-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Remove m68k-aout and m68k-coff supportAlan Modra2018-04-161-6/+0
* AOUT/COFF/PE messagesAlan Modra2018-02-261-8/+9
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-8/+8
* Add support for reading msdos MZ executables.Zebediah Figura2018-02-121-3/+3
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-79/+79
* Update check for invalid values in pe_bfd_read_buildid function.Nick Clifton2017-11-011-3/+2
* Fix illegal memory access triggered when parsing a PE binary with a corrupt d...Nick Clifton2017-10-311-3/+6
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix seg-fault in the binutils utilities when reading a corrupt input file.Nick Clifton2016-12-051-1/+2
* Fix abort when running tools on a bogus binary.Nick Clifton2016-12-051-2/+2
* Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton2016-10-191-0/+5
* Fix seg-fault in objdump when run on a fuzzed PE binary.Nick Clifton2016-09-141-11/+16