aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd-in.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-11Remove bfdwin.cAlan Modra1-2/+0
2024-04-09bfd: Define pagesize variables only for mmapH.J. Lu1-0/+2
2024-04-03elf: Don't cache symbol nor relocation tables with mmapH.J. Lu1-3/+0
2024-04-03elf: Use mmap to map in symbol and relocation tablesH.J. Lu1-0/+3
2024-04-03elf: Use mmap to map in read-only sectionsH.J. Lu1-0/+29
2024-02-29bfd: Add ATTRIBUTE_HIDDEN to x86 internal functionsH.J. Lu1-1/+2
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-08-31DEFAULT_BUFFERSIZEAlan Modra1-4/+0
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-2/+2
2023-06-09ecoff find_nearest_line and final link leaksAlan Modra1-0/+2
2023-06-07_bfd_free_cached_infoAlan Modra1-1/+1
2023-05-03Remove unused args from bfd_make_debug_symbolAlan Modra1-1/+1
2023-05-03Generated docs and include filesAlan Modra1-61/+3
2023-05-03Move bfd_alloc, bfd_zalloc and bfd_release to libbfd.cAlan Modra1-4/+0
2023-04-28Re: Keeping track of rs6000-coff archive element pointersAlan Modra1-1/+1
2023-04-21Delete struct artdata archive_headAlan Modra1-1/+0
2023-04-03asan: heap buffer overflow printing ecoff debug info file nameAlan Modra1-4/+4
2023-03-24Tidy dwarf1 cached section contentsAlan Modra1-0/+4
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-09-26stab nearest_line bfd_malloc_and_get_sectionAlan Modra1-0/+3
2022-09-06bfd: Add bfd_find_nearest_line_with_altAaron Merey1-0/+11
2022-01-04ld: Improve thin archive member error messageH.J. Lu1-1/+1
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/+3
2021-05-22bfd dwarf2 sanity checkingAlan Modra1-2/+1
2021-05-04Define bfd_realloc(ptr,0) to return allocated memory, whilst bfd_realloc_or_f...Nick Clifton1-6/+0
2021-04-22fix string table generation for XCOFF64 .debug sectionCl?ment Chigot1-1/+1
2021-03-31Use bool in bfdAlan Modra1-104/+104
2021-03-05elf/x86-64: Subtract __ImageBase for R_AMD64_IMAGEBASEH.J. Lu1-0/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-18Constify more arraysAlan Modra1-2/+2
2020-09-09Re: MSP430: Support relocations for subtract expressions in .uleb128 directivesAlan Modra1-0/+2
2020-03-26Revert earlier delta adding bfd_coff_get_internal_extra_pe_aouthdr() function.Nick Clifton1-5/+0
2020-03-25Add a new function to the BFD library to allow users access to the COFF inter...Nick Clifton1-0/+5
2020-03-24bfd: Add a bfd_boolean argument to bfd_get_symbol_version_stringH.J. Lu1-1/+1
2020-03-02bfd_cleanup for object_pAlan Modra1-4/+5
2020-02-19file size check in _bfd_alloc_and_readAlan Modra1-2/+28
2020-02-19_bfd_alloc_and_readAlan Modra1-0/+26
2020-02-19_bfd_mul_overflowAlan Modra1-10/+8
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-27PR23652, Use symbols from debug bfd for _bfd_elf_find_function properlyAlan Modra1-1/+1
2019-09-11Tidy ld/ldmisc.cAlan Modra1-0/+2
2019-09-05PR24955, libbfd terminating program on out of memoryAlan Modra1-0/+9
2019-08-14Remove _bfd_dwarf2_find_nearest_line addr_size parameterAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-13_bfd_clear_contents bounds checkingAlan Modra1-2/+2
2018-07-02Allow BFD to recognize macOS universal librariesTom Tromey1-0/+1
2018-06-01Make _bfd_error_handler available outside libbfdAlan Modra1-3/+0
2018-05-21ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu1-0/+2
2018-05-18ATTRIBUTE_HIDDEN for libbfd.hAlan Modra1-225/+266