breakpad/src/common/dwarf
Sterling Augustine b6f36dd775 Move GetSectionByName out of CompilationUnit.
For the upcoming Dwarf5 LineInfo changes, we will need to get
several additional sections by name, but without a the Compilation
Unit. This change prepares for that.

Change-Id: I566855abb339a856110a2f7d243d3848fe2b3c18
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2268861
Reviewed-by: Mark Mentovai <mark@chromium.org>
2020-06-26 18:32:51 +00:00
..
bytereader-inl.h Add and handle various dwarf5 addrx forms. 2020-06-24 20:39:58 +00:00
bytereader.cc Use stdint.h numeric types 2020-04-09 00:09:40 +00:00
bytereader.h Add and handle various dwarf5 addrx forms. 2020-06-24 20:39:58 +00:00
bytereader_unittest.cc convert to uint8_t* for binary data to fix -Wnarrowing build errors 2016-01-26 15:38:19 -05:00
cfi_assembler.cc Basic handling of CIE version 4 in dwarf reading 2016-11-02 02:52:37 +00:00
cfi_assembler.h Basic handling of CIE version 4 in dwarf reading 2016-11-02 02:52:37 +00:00
dwarf2diehandler.cc Use stdint.h numeric types 2020-04-09 00:09:40 +00:00
dwarf2diehandler.h Use stdint.h numeric types 2020-04-09 00:09:40 +00:00
dwarf2diehandler_unittest.cc Use stdint.h numeric types in tests 2020-04-16 19:25:06 +00:00
dwarf2enums.h Read dwarf5 compilation unit headers. 2020-06-25 21:56:34 +00:00
dwarf2reader.cc Move GetSectionByName out of CompilationUnit. 2020-06-26 18:32:51 +00:00
dwarf2reader.h Move GetSectionByName out of CompilationUnit. 2020-06-26 18:32:51 +00:00
dwarf2reader_cfi_unittest.cc Use stdint.h numeric types in tests 2020-04-16 19:25:06 +00:00
dwarf2reader_die_unittest.cc Read dwarf5 compilation unit headers. 2020-06-25 21:56:34 +00:00
dwarf2reader_test_common.h Read dwarf5 compilation unit headers. 2020-06-25 21:56:34 +00:00
elf_reader.cc Use stdint.h numeric types 2020-04-09 00:09:40 +00:00
elf_reader.h Use stdint.h numeric types 2020-04-09 00:09:40 +00:00
functioninfo.cc Move GetSectionByName out of CompilationUnit. 2020-06-26 18:32:51 +00:00
functioninfo.h Use stdint.h numeric types 2020-04-09 00:09:40 +00:00
line_state_machine.h Use stdint.h numeric types 2020-04-09 00:09:40 +00:00
types.h Use stdint.h numeric types 2020-04-09 00:09:40 +00:00