summaryrefslogtreecommitdiff
path: root/bfd/wasm-module.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* asan: NULL deref in filter_symbolsAlan Modra2022-11-231-0/+1
* bfd: Add bfd_find_nearest_line_with_altAaron Merey2022-09-061-0/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* asan: abort in wasm_scan_name_function_sectionAlan Modra2021-12-171-1/+2
* bfd dwarf2 sanity checkingAlan Modra2021-05-221-5/+2
* C99 bfd configuryAlan Modra2021-04-051-3/+0
* Use bool in bfdAlan Modra2021-03-311-68/+68
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-1/+1
* read_leb128 overflow checkingAlan Modra2021-02-171-7/+20
* ELF: Don't generate unused section symbolsH.J. Lu2021-01-071-0/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* asan: wasm: Out-of-memoryAlan Modra2020-03-091-12/+15
* bfd_cleanup for object_pAlan Modra2020-03-021-2/+2
* _bfd_alloc_and_readAlan Modra2020-02-191-4/+2
* _bfd_mul_overflowAlan Modra2020-02-191-1/+7
* bfd_size_type to size_tAlan Modra2020-02-191-1/+1
* Memory leaks and ineffective bounds checking in wasm_scanAlan Modra2020-01-131-56/+44
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* ubsan: wasm: shift is too large for 64-bit type 'bfd_vma'Alan Modra2019-12-231-8/+15
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Include bfd_stdint.h in bfd.hAlan Modra2018-12-181-2/+0
* Remove bfd stub function casts.Alan Modra2018-02-161-5/+5
* Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton2018-02-141-1/+1
* Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton2018-02-131-1/+1
* WebAssembly: Correct an `index' global shadowing error for pre-4.8 GCCMaciej W. Rozycki2018-02-131-9/+9
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-125/+125
* Add support for the WebAssembly backend to the BFD library.Pip Cet2017-03-271-0/+839