summaryrefslogtreecommitdiff
path: root/bfd/opncls.c
Commit message (Expand)AuthorAgeFilesLines
* Generated docs and include filesAlan Modra2023-05-031-4/+32
* Move bfd_alloc, bfd_zalloc and bfd_release to libbfd.cAlan Modra2023-05-031-73/+0
* Move bfd_elf_bfd_from_remote_memory to opncls.cAlan Modra2023-05-031-0/+45
* Change signature of bfd crc functionsAlan Modra2023-05-031-17/+17
* Fix memory leak in bfd_get_debug_link_info_1Alan Modra2023-03-301-13/+7
* Test SEC_HAS_CONTENTS before reading section contentsAlan Modra2023-02-231-3/+4
* debug_link duplicate file size checksAlan Modra2023-02-221-6/+2
* Update the description of the bfd_fill_in_gnu_debuglink_section functionNick Clifton2023-02-211-8/+3
* Hoist the SECTION comment in opncls.cTom Tromey2023-02-201-8/+8
* Don't use chew comments for static functionsTom Tromey2023-02-201-119/+51
* In-memory nested archivesAlan Modra2023-02-201-0/+6
* Remove RETURNS from BFD chew commentsTom Tromey2023-02-151-33/+20
* Clear cached file size when bfd changed to BFD_IN_MEMORYAlan Modra2023-02-091-0/+1
* Perform cleanup in bfd_close after errorsAlan Modra2023-01-271-13/+10
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Fix a conflict between the linker's need to rename some PE format input libra...Alan Modra2022-08-031-3/+21
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* ld: Limit cache size and add --max-cache-size=SIZEH.J. Lu2021-07-081-0/+2
* ld: Cache and reuse the IR archive file descriptorH.J. Lu2021-07-051-0/+2
* Use startswith more for strncmp function calls.Martin Liska2021-04-011-1/+1
* Use bool in bfdAlan Modra2021-03-311-59/+59
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Remove some static buffersAlan Modra2020-12-181-2/+2
* binutils: Use file descriptors from make_tempnameSiddhesh Poyarekar2020-12-071-0/+33
* Re: PR25993, read of freed memoryAlan Modra2020-05-211-0/+26
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-6/+3
* PR25993, read of freed memoryAlan Modra2020-05-201-19/+19
* Use bfd_get_filename throughout bfdAlan Modra2020-05-191-10/+10
* _bfd_mul_overflowAlan Modra2020-02-191-59/+0
* bfd_get_size cacheAlan Modra2020-02-191-2/+6
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-7/+7
* Introduce bfd_set_filenameTom Tromey2019-09-111-0/+20
* PR24955, libbfd terminating program on out of memoryAlan Modra2019-09-051-6/+35
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Fix potential illegal memroy access when using a build-id note with a negativ...Nick Clifton2018-06-201-1/+2
* Prevent attempts to call strncpy with a zero-length field by chacking the siz...Nick Clifton2018-02-061-5/+17
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-30/+30
* PR22197, buffer overflow in bfd_get_debug_link_info_1Alan Modra2017-09-241-1/+1
* bfd_close_all_done calling _close_and_cleanupAlan Modra2017-08-311-15/+3
* Call _close_and_cleanup in bfd_close_all_doneH.J. Lu2017-08-301-0/+3
* Fix address violations when atempting to parse fuzzed binaries.Nick Clifton2017-06-261-2/+16
* Fix building the BFD library for Win64 by reqorking the find_separate_debug_f...Pedro Alves2017-04-071-93/+138
* Align .gnu_debuglink sections on a 4-byte boundary.Nick Clifton2017-02-221-0/+7
* bfd: Rename real_{ftell, fseek, fopen}Pedro Alves2017-02-171-4/+4
* Add support for locating separate debug info files via the build-id method.Nick Clifton2017-01-121-39/+334
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Remove trailing spaces in bfdH.J. Lu2015-08-121-1/+1