aboutsummaryrefslogtreecommitdiff
path: root/bfd/opncls.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11Segfault in _bfd_delete_bfd with USE_MMAPAlan Modra1-1/+2
2024-04-04bfd: Munmap readonly memory after bfd_free_cached_infoH.J. Lu1-10/+12
2024-04-03elf: Add _bfd_elf_m[un]map_section_contentsH.J. Lu1-0/+9
2024-04-03elf: Use mmap to map in read-only sectionsH.J. Lu1-0/+12
2024-03-13bfd: Use size_t in the BFD mmap interfaceH.J. Lu1-2/+2
2024-03-13bfd: Use MAP_FAILED for mmap failureH.J. Lu1-1/+1
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-20Re: PR31145, potential memory leak in binutils/ldAlan Modra1-2/+0
2023-12-15PR31145, potential memory leak in binutils/ldAlan Modra1-1/+2
2023-11-07Add minimal thread-safety to BFDTom Tromey1-0/+7
2023-11-07Make _bfd_error_buf staticTom Tromey1-2/+1
2023-08-21bfd_close_all_done bug and bfd_last_cacheAlan Modra1-6/+4
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-1/+1
2023-06-14asprintf memory leaksAlan Modra1-0/+2
2023-06-02Re: bfd_close and target free_cached_memoryAlan Modra1-1/+1
2023-06-01bfd_close and target free_cached_memoryAlan Modra1-0/+5
2023-05-03Generated docs and include filesAlan Modra1-4/+32
2023-05-03Move bfd_alloc, bfd_zalloc and bfd_release to libbfd.cAlan Modra1-73/+0
2023-05-03Move bfd_elf_bfd_from_remote_memory to opncls.cAlan Modra1-0/+45
2023-05-03Change signature of bfd crc functionsAlan Modra1-17/+17
2023-03-30Fix memory leak in bfd_get_debug_link_info_1Alan Modra1-13/+7
2023-02-23Test SEC_HAS_CONTENTS before reading section contentsAlan Modra1-3/+4
2023-02-22debug_link duplicate file size checksAlan Modra1-6/+2
2023-02-21Update the description of the bfd_fill_in_gnu_debuglink_section functionNick Clifton1-8/+3
2023-02-20Hoist the SECTION comment in opncls.cTom Tromey1-8/+8
2023-02-20Don't use chew comments for static functionsTom Tromey1-119/+51
2023-02-20In-memory nested archivesAlan Modra1-0/+6
2023-02-15Remove RETURNS from BFD chew commentsTom Tromey1-33/+20
2023-02-09Clear cached file size when bfd changed to BFD_IN_MEMORYAlan Modra1-0/+1
2023-01-27Perform cleanup in bfd_close after errorsAlan Modra1-13/+10
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-08-03Fix a conflict between the linker's need to rename some PE format input libra...Alan Modra1-3/+21
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-07-08ld: Limit cache size and add --max-cache-size=SIZEH.J. Lu1-0/+2
2021-07-05ld: Cache and reuse the IR archive file descriptorH.J. Lu1-0/+2
2021-04-01Use startswith more for strncmp function calls.Martin Liska1-1/+1
2021-03-31Use bool in bfdAlan Modra1-59/+59
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-18Remove some static buffersAlan Modra1-2/+2
2020-12-07binutils: Use file descriptors from make_tempnameSiddhesh Poyarekar1-0/+33
2020-05-21Re: PR25993, read of freed memoryAlan Modra1-0/+26
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra1-6/+3
2020-05-20PR25993, read of freed memoryAlan Modra1-19/+19
2020-05-19Use bfd_get_filename throughout bfdAlan Modra1-10/+10
2020-02-19_bfd_mul_overflowAlan Modra1-59/+0
2020-02-19bfd_get_size cacheAlan Modra1-2/+6
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-7/+7
2019-09-11Introduce bfd_set_filenameTom Tromey1-0/+20
2019-09-05PR24955, libbfd terminating program on out of memoryAlan Modra1-6/+35