aboutsummaryrefslogtreecommitdiff
path: root/bfd/wasm-module.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-08-11warn unused result for bfd IO functionsAlan Modra1-5/+4
2023-08-09Rename bfd_bread and bfd_bwriteAlan Modra1-14/+14
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-11-23asan: NULL deref in filter_symbolsAlan Modra1-0/+1
2022-09-06bfd: Add bfd_find_nearest_line_with_altAaron Merey1-0/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-17asan: abort in wasm_scan_name_function_sectionAlan Modra1-1/+2
2021-05-22bfd dwarf2 sanity checkingAlan Modra1-5/+2
2021-04-05C99 bfd configuryAlan Modra1-3/+0
2021-03-31Use bool in bfdAlan Modra1-68/+68
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-1/+1
2021-02-17read_leb128 overflow checkingAlan Modra1-7/+20
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu1-0/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-03-09asan: wasm: Out-of-memoryAlan Modra1-12/+15
2020-03-02bfd_cleanup for object_pAlan Modra1-2/+2
2020-02-19_bfd_alloc_and_readAlan Modra1-4/+2
2020-02-19_bfd_mul_overflowAlan Modra1-1/+7
2020-02-19bfd_size_type to size_tAlan Modra1-1/+1
2020-01-13Memory leaks and ineffective bounds checking in wasm_scanAlan Modra1-56/+44
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-23ubsan: wasm: shift is too large for 64-bit type 'bfd_vma'Alan Modra1-8/+15
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-18Include bfd_stdint.h in bfd.hAlan Modra1-2/+0
2018-02-16Remove bfd stub function casts.Alan Modra1-5/+5
2018-02-14Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton1-1/+1
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton1-1/+1
2018-02-13WebAssembly: Correct an `index' global shadowing error for pre-4.8 GCCMaciej W. Rozycki1-9/+9
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-125/+125
2017-03-27Add support for the WebAssembly backend to the BFD library.Pip Cet1-0/+839