Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c445e65d0969dba334b4b1cb545457f98f5c654c
/
llvm
/
tools
/
llvm-readobj
/
ELFDumper.cpp
ea39eed
Recommit r313234 "[llvm-readobj] - Refactor printGroupSections methods."
by George Rimar
· 8 years ago
3c0f396
Revert r313234 "[llvm-readobj] - Refactor printGroupSections methods."
by George Rimar
· 8 years ago
c2657cd
[llvm-readobj] - Refactor printGroupSections methods.
by George Rimar
· 8 years ago
efd3ffb
[llvm-readobj] - Teach readobj to print DT_FILTER dynamic tag in human readable form.
by George Rimar
· 8 years ago
f0e26e7
MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.
by Peter Collingbourne
· 8 years ago
416e059
[Support] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
5b0bf2ff
AMDGPU: Remove deprecated and unused elf definitions
by Konstantin Zhuravlyov
· 8 years ago
9ee35cf
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
by Galina Kistanova
· 8 years ago
3ba2573
Add llvm::object::getELFSectionTypeName().
by Rafael Espindola
· 9 years ago
02185c0
[llvm-readobj] Only print the real size of the note
by Petr Hosek
· 9 years ago
16a3b1c
AMDGPU/llvm-readobj: Rename RuntimeMDNoteType -> CodeObjectMetadataNoteType to
by Konstantin Zhuravlyov
· 9 years ago
7498cd6
[AMDGPU] Restructure code object metadata creation
by Konstantin Zhuravlyov
· 9 years ago
6cfb101
[llvm-readobj] Support SHT_MIPS_DWARF section type flag
by Simon Atanasyan
· 9 years ago
4b08913
llvm-readobj: process FreeBSD core notes
by Saleem Abdulrasool
· 9 years ago
803b141
llvm-readobj: fix next note entry calculation and print unknown note types
by Konstantin Zhuravlyov
· 9 years ago
400771e
[AMDGPU] Bump up n_type for metadata v2
by Konstantin Zhuravlyov
· 9 years ago
df7c6ef
[ARM] Create objdump subtarget from build attrs
by Sam Parker
· 9 years ago
1ed7896
Revert r291903 and r291898. Reason: they break check-lld on the bots.
by Ivan Krasin
· 9 years ago
770ceb6
[ARM] Enable objdump to construct triple for ARM
by Sam Parker
· 9 years ago
34315ee
[ARM] Moved ARMAttributeParser to Support
by Sam Parker
· 9 years ago
e60b294
llvm-readobj: ELF: Make DT tags machine aware
by Hemant Kulkarni
· 9 years ago
52a7dd7
[ARM] Implement execute-only support in CodeGen
by Prakhar Bahuguna
· 9 years ago
6f8d909
Attempt to fix llvm-readobj crash on ppc64 due to r289674
by Yaxun Liu
· 9 years ago
07d659b
AMDGPU: Emit runtime metadata version 2 as YAML
by Yaxun Liu
· 9 years ago
114d335
[llvm-readobj] - Teach readobj to print PT_OPENBSD_BOOTDATA header
by George Rimar
· 9 years ago
a6ee9fd
llvm-readobj: Use hash tables to print dynamic symbols.
by Hemant Kulkarni
· 9 years ago
354680a
Remove the last use of report_fatal_error from ELF.h.
by Rafael Espindola
· 9 years ago
ed1395a
Add error handling to getEntry.
by Rafael Espindola
· 9 years ago
6a49497
Replace a report_fatal_error with an ErrorOr.
by Rafael Espindola
· 9 years ago
e8fa5ae
Delete some dead code and add a missing "0x" prefix to a hex string in
by Chandler Carruth
· 9 years ago
714c295
Move a free function out of ELFFile.
by Rafael Espindola
· 9 years ago
7b2750a
replace a report_fatal_error with a ErrorOr.
by Rafael Espindola
· 9 years ago
9ea6834
Replace a report_fatal_error with an ErrorOr.
by Rafael Espindola
· 9 years ago
25be8c8
Avoid a report_fatal_error in sections().
by Rafael Espindola
· 9 years ago
1524f62
[RISCV] Add RISC-V ELF defines
by Alex Bradbury
· 9 years ago
bcfcb9e
[llvm-readobj] - Teach readobj to print PT_OPENBSD_RANDOMIZE/PT_OPENBSD_WXNEEDED headers.
by George Rimar
· 9 years ago
c3befb2
Refactor to use getSectionContentsAsArray.
by Rafael Espindola
· 9 years ago
6bc2990
Refactor duplicated typedefs. NFC.
by Rafael Espindola
· 9 years ago
28c63d3
Use range loop. NFC.
by Rafael Espindola
· 9 years ago
23f06e5
[Stackmap] Added callsite counts to emitted function information.
by Sanjoy Das
· 9 years ago
d8a4eca
[llvm-readobj] - Teach readobj to print DT_AUXILIARY dynamic tag in human readable form.
by George Rimar
· 9 years ago
34151b3
Fix the MSVC 2013 build by using Elf_Word instead of making a local typedef
by Reid Kleckner
· 9 years ago
c08f5de
llvm-readobj: speculative fix for MSVC
by Saleem Abdulrasool
· 9 years ago
1c85295
Revert "ELFDumper: Unversioned symbols must not have trailing @"
by Hemant Kulkarni
· 9 years ago
b208164
ELFDumper: Unversioned symbols must not have trailing @
by Hemant Kulkarni
· 9 years ago
6a40544
llvm-readobj: add support for printing GNU Notes
by Saleem Abdulrasool
· 9 years ago
b03fd12
Replace "fallthrough" comments with LLVM_FALLTHROUGH
by Justin Bogner
· 9 years ago
cfb51f5
BPF: Use official ELF e_machine value
by Alexei Starovoitov
· 9 years ago
ff8b539
[llvm-readobj] - Teach llvm-readobj to print dependencies of SHT_GNU_verdef and refactor dumping method.
by George Rimar
· 9 years ago
cd36e18
[llvm-readobj] - Teach llvm-readobj to dump .gnu.version_r sections
by George Rimar
· 9 years ago
c13c59a
[llvm-readobj] - Teach readobj to recognize SHF_COMPRESSED flag.
by George Rimar
· 9 years ago
787c2ed
llvm-readobj: Fix GNU style entry point print width
by Hemant Kulkarni
· 9 years ago
cb21f3c
llvm-readobj: Change Hex output for GNU style dynamic table print
by Hemant Kulkarni
· 9 years ago
04ac3d7
llvm-readobj: Fix the GNU section header flags for SHF_MASKPROC and SHF_MASKOS
by Hemant Kulkarni
· 9 years ago
8a71b53
[llvm-readobj] Print MIPS .MIPS.options section content
by Simon Atanasyan
· 10 years ago
88bb163
Move llvm-readobj/StreamWriter to Support.
by Zachary Turner
· 10 years ago
22b3ad86
[llvm-readobj] Dump hash as part of -version-info.
by Davide Italiano
· 10 years ago
9b1b7f0
[llvm-readobj] Add ELF hash histogram printing
by Hemant Kulkarni
· 10 years ago
aafcf75
Use ArrayRef for contiguous areas in ELF. NFC.
by Rafael Espindola
· 10 years ago
2e3254e
[llvm-readobj] NFC: Remove unneeded parenthesis
by Hemant Kulkarni
· 10 years ago
a79c798
[llvm-readobj] Support GNU style dyn-relocations
by Hemant Kulkarni
· 10 years ago
7d564ba
[llvm-readobj] NFC Replace case by macros for PT_* enums
by Hemant Kulkarni
· 10 years ago
456bd51
Fix Narrowing conversion warning introduced by r264415
by Hemant Kulkarni
· 10 years ago
966b3ac
[llvm-readobj] Impl GNU style program headers print
by Hemant Kulkarni
· 10 years ago
b7807a0
[llvm-readobj] Decode st_other symbol's flags
by Simon Atanasyan
· 10 years ago
a11fbe1
[llvm-readobj] Impl GNU style symbols printing
by Hemant Kulkarni
· 10 years ago
c030f23
[llvm-readobj] Impl GNU style printing of sections and relocations
by Hemant Kulkarni
· 10 years ago
206ba84
[llvm-readobj] Enable GNU style section group print
by Hemant Kulkarni
· 10 years ago
ea9f25a
[lanai] Add ELF enum value and relocations.
by Jacques Pienaar
· 10 years ago
de1152f
Reverts change r261907 and r261918
by Hemant Kulkarni
· 10 years ago
2a83411
[llvm-readobj] Enable GNU style sections and relocations printing
by Hemant Kulkarni
· 10 years ago
1c793ef
[readobj] Remove uneeded braces in case statement.
by Michael J. Spencer
· 10 years ago
e17c3f3
Represent the dynamic table itself with a DynRegionInfo.
by Rafael Espindola
· 10 years ago
f04f184
Add a unwrapOrError utility and use it to simplify ELFDumper.cpp.
by Rafael Espindola
· 10 years ago
ce2fbdd
Change how readobj stores info about dynamic symbols.
by Rafael Espindola
· 10 years ago
944f655
Reapply r260489.
by Rafael Espindola
· 10 years ago
c70aeda
Introduce a getAsRange helper.
by Rafael Espindola
· 10 years ago
65a6fd8
Move DynRegionInfo out of the ELFDumper.
by Rafael Espindola
· 10 years ago
6009db6
This reverts commit r260488 and r260489.
by Rafael Espindola
· 10 years ago
e0c57e1
[readobj] Dump DT_JMPREL relocations when outputting dynamic relocations.
by Michael J. Spencer
· 10 years ago
582c4d2
[readobj] Handle ELF files with no section table or with no program headers.
by Michael J. Spencer
· 10 years ago
60d82b2
[readobj] Move dynamic table parsing to a new function. NFC.
by Michael J. Spencer
· 10 years ago
94f060c
[readobj] Sort switch by enum value.
by Michael J. Spencer
· 10 years ago
37304f1
[readobj] Parse sections before dynamic table.
by Michael J. Spencer
· 10 years ago
f84cda7
Fix const confusion while lambda function usage
by Hemant Kulkarni
· 10 years ago
7a0c65c
Fix build failure caused in r260430
by Hemant Kulkarni
· 10 years ago
d8a985e
[llvm-readobj] Option to emit readelf like output
by Hemant Kulkarni
· 10 years ago
f46c92f
Revert "[llvm-readobj] Option to emit readelf like output"
by Hemant Kulkarni
· 10 years ago
4f2ca0d
[llvm-readobj] Option to emit readelf like output
by Hemant Kulkarni
· 10 years ago
cb1175c
[llvm-readobj][ELF] Show MIPS GOT content when there is another zero-sized section at the same address
by Simon Atanasyan
· 10 years ago
73ae249
Remove superfluous call to std::to_string that's breaking the cygwin build.
by Benjamin Kramer
· 10 years ago
4447668
Fix comparison warning (r258845)
by Hemant Kulkarni
· 10 years ago
ae1acb0
Fixes build break introduced by r258845
by Hemant Kulkarni
· 10 years ago
ab4a46f
[llvm-readobj] Add -elf-section-groups option
by Hemant Kulkarni
· 10 years ago
2d0d853
[llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flags
by Simon Atanasyan
· 10 years ago
e03126a
[llvm-readobj][ELF] s/dyn_rela_/dyn_rel_/ No functional changes.
by Simon Atanasyan
· 10 years ago
72155c3
[llvm-readobj][ELF] Teach llvm-readobj to show dynamic relocation in REL format
by Simon Atanasyan
· 10 years ago
e05fcec
Fixed CRLF->LF line endings from r257914. NFC.
by George Rimar
· 10 years ago
8c50367
[llvm-readobj] Dump DT_RELACOUNT correctly.
by Davide Italiano
· 10 years ago
4793676
Revert of 57967 Initial commit message: CRLF -> LF. NFC
by George Rimar
· 10 years ago
Next »