aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-04bus error with fuzzed archive elementAlan Modra1-1/+12
2024-04-11Remove bfdwin.cAlan Modra1-57/+0
2024-04-10mmap: Fix a memory leak in _bfd_mmap_read_temporaryH.J. Lu1-1/+5
2024-04-09bfd: Define pagesize variables only for mmapH.J. Lu1-0/+2
2024-04-04bfd_mmap_local: Check offset and sizeH.J. Lu1-8/+5
2024-04-04bfd: Handle bmmap failure in _bfd_mmap_read_temporaryH.J. Lu1-6/+12
2024-04-03elf: Use mmap to map in symbol and relocation tablesH.J. Lu1-0/+52
2024-04-03elf: Add _bfd_elf_m[un]map_section_contentsH.J. Lu1-2/+57
2024-04-03elf: Use mmap to map in read-only sectionsH.J. Lu1-0/+151
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-08-31libbfd.texi zero sizeAlan Modra1-0/+7
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-4/+4
2023-05-03Generated docs and include filesAlan Modra1-4/+33
2023-05-03Move bfd_alloc, bfd_zalloc and bfd_release to libbfd.cAlan Modra1-0/+82
2023-05-03libbfc.c: Use stdint types for unsigned char and unsigned longAlan Modra1-34/+34
2023-04-28Remove deprecated bfd_readAlan Modra1-28/+0
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-18Comment bfd_get_section_limit_octets and bfd_get_section_alloc_sizeAlan Modra1-9/+1
2022-12-07Compression tidy and fixesAlan Modra1-36/+0
2022-10-11fix compressed_debug_section_names definition for "zlib"Martin Liska1-1/+1
2022-10-11refactor usage of compressed_debug_section_typeMartin Liska1-0/+36
2022-05-27Remove use of bfd_uint64_t and similarAlan Modra1-47/+18
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-05-22bfd dwarf2 sanity checkingAlan Modra1-8/+5
2021-05-04Define bfd_realloc(ptr,0) to return allocated memory, whilst bfd_realloc_or_f...Nick Clifton1-11/+96
2021-04-30Fix a double free when re-allocating a buffer to size 0.Nick Clifton1-1/+1
2021-03-31Use bool in bfdAlan Modra1-48/+48
2021-02-16ubsan: shift exponent is too largeAlan Modra1-8/+15
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-09-08MSP430: Support relocations for subtract expressions in .uleb128 directivesJozef Lawrynowicz1-0/+24
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-1/+1
2020-03-02bfd_cleanup for object_pAlan Modra1-1/+1
2020-02-19_bfd_mul_overflowAlan Modra1-53/+0
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-12Remove duplicate castAlan Modra1-1/+1
2019-12-11Make bfd_get_8 return a bfd_vma like other bfd_get_* functionsAlan Modra1-2/+2
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-28PR23966, mingw failure due to 32-bit longAlan Modra1-2/+6
2018-07-27Add functions and macros to read and write 24 bit values.John Darrington1-2/+37
2018-05-18Add support for the Freescale s12z processor.John Darrington1-0/+21
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-1/+1
2018-02-16Remove bfd stub function casts.Alan Modra1-9/+87
2018-02-14Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton1-67/+1
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton1-0/+66
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-8/+8
2017-06-28Don't call bfd_get_file_size in _bfd_generic_get_section_contentsH.J. Lu1-7/+10
2017-06-27Warning fixAlan Modra1-2/+2
2017-06-27More fixes for bfd_get_section_contents changeAlan Modra1-14/+4
2017-06-27Fix GDB regressions caused by previous bfd_get_section_contents changesPedro Alves1-1/+1