aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-30Handle DW_FORM_implicit_const when displaying an attributeNick Clifton1-0/+4
2021-06-30Fix signedness of def_cfa_sf and def_cfa_offset_sfRichard Henderson1-7/+9
2021-06-19dwarf.c: string_fortify.h strncpy errorAlan Modra1-16/+8
2021-06-14Use consistent type in binutils/dwarf.cEric Botcazou1-10/+10
2021-06-07fix Dwarf2 build with certain gcc versionsJan Beulich1-1/+1
2021-05-19Fix a build problem if ENABLE_CHECKING is not defined.Eli Schwartz1-0/+4
2021-05-19PR27884, skip_attr_bytes: Assertion (data) <= (end) failedAlan Modra1-19/+23
2021-05-15process_cu_tu_indexAlan Modra1-27/+9
2021-05-15display_gdb_indexAlan Modra1-11/+7
2021-05-15display_debug_namesAlan Modra1-15/+29
2021-05-15display_debug_framesAlan Modra1-103/+107
2021-05-15read_cieAlan Modra1-1/+12
2021-05-15display_debug_rangesAlan Modra1-10/+6
2021-05-15display_debug_rnglists_listAlan Modra1-1/+1
2021-05-15display_debug_str_offsetsAlan Modra1-2/+2
2021-05-15display_debug_arangesAlan Modra1-18/+15
2021-05-15display_loc_listAlan Modra1-7/+13
2021-05-15display_debug_macroAlan Modra1-6/+10
2021-05-15get_line_filename_and_dirnameAlan Modra1-15/+22
2021-05-15display_debug_macinfoAlan Modra1-9/+15
2021-05-15display_debug_pubnames_workerAlan Modra1-20/+14
2021-05-15display_debug_lines_decodedAlan Modra1-4/+4
2021-05-15read_debug_line_headerAlan Modra1-18/+5
2021-05-15process_debug_infoAlan Modra1-82/+61
2021-05-15SAFE_BYTE_GET_INTERNALAlan Modra1-1/+4
2021-05-15_mul_overflow and get_encoded_valueAlan Modra1-1/+1
2021-05-13revert previous deltaNick Clifton1-7/+0
2021-05-13Fix an infinite loop in the DWARF decoder when parsing a corrupt string table.Nick Clifton1-1/+8
2021-05-13PR27861, Infinite loop in dwarf.c:7507-7526Alan Modra1-1/+8
2021-05-13PR27860, Segmentation fault on readelf -wAlan Modra1-0/+2
2021-05-12Ensure data pointer kept within boundsAlan Modra1-40/+56
2021-05-12SAFE_BYTE_GETAlan Modra1-82/+61
2021-05-12SAFE_BYTE_GET64Alan Modra1-157/+43
2021-05-12PR27836, readelf -w pointer comparison UBAlan Modra1-4/+6
2021-05-12PR27853, Infinite loop in dwarf.cAlan Modra1-12/+12
2021-05-12PR27849, heap-buffer-overflow on readelf -wAlan Modra1-8/+24
2021-05-11dwarf.c (process_abbrev_set): Properly parenthesize, fix falloutHans-Peter Nilsson1-1/+1
2021-05-11PR27845, readelf heap-buffer-overflowAlan Modra1-38/+42
2021-05-10Avoid possible pointer wrapAlan Modra1-3/+3
2021-05-07dwarf: Don't omit second operand of '?' operatorMichael Forney1-3/+7
2021-04-30Fix attempt to free non-allocated pointer when parsing .debug_sup sections.Nick Clifton1-9/+28
2021-04-27Reject debuglink sections with no associated filename.Nick Clifton1-0/+4
2021-04-05C99 binutils configuryAlan Modra1-3/+1
2021-04-01Replace const_strneq with startswith.Martin Liska1-4/+4
2021-03-31Use bool in binutilsAlan Modra1-180/+180
2021-03-31Remove bfd_stdint.hAlan Modra1-1/+1
2021-03-29TRUE/FALSE simplificationAlan Modra1-4/+4
2021-03-05Fix the dislay of .debug_macro.dwo sections.Nick Clifton1-11/+21
2021-03-04Gate the displaying of non-debug sections in separate debuginfo files.Nick Clifton1-1/+2
2021-03-01Warn for missing separate debug files only if neededH.J. Lu1-23/+31