1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00
llvm-mirror/tools/llvm-objcopy
Fangrui Song bc259287ab [llvm-objcopy] Change Segment::Type from uint64_t to uint32_t
Summary:
In both Elf{32,64}_Phdr, the field Elf{32,64}_World p_type is uint32_t.

Also reorder the fields to be similar to Elf64_Phdr (which is different
from Elf32_Phdr but quite similar).

Reviewers: rupprecht, jhenderson, jakehehrlich, alexshap, espindola

Reviewed By: rupprecht

Subscribers: emaste, arichardson, llvm-commits

Differential Revision: https://reviews.llvm.org/D55618

llvm-svn: 348985
2018-12-12 22:46:37 +00:00
..
ELF [llvm-objcopy] Change Segment::Type from uint64_t to uint32_t 2018-12-12 22:46:37 +00:00
Buffer.cpp
Buffer.h
CMakeLists.txt
CopyConfig.cpp [llvm-objcopy] Change --only-keep to --only-section 2018-12-06 02:03:53 +00:00
CopyConfig.h [llvm-objcopy] Change --only-keep to --only-section 2018-12-06 02:03:53 +00:00
llvm-objcopy.cpp [Support] Make error banner optional in logAllUnhandledErrors 2018-11-11 01:46:03 +00:00
llvm-objcopy.h [Support] Make error banner optional in logAllUnhandledErrors 2018-11-11 01:46:03 +00:00
LLVMBuild.txt
ObjcopyOpts.td [llvm-objcopy] Change --only-keep to --only-section 2018-12-06 02:03:53 +00:00
StripOpts.td [llvm-objcopy] Hook up the -V alias to --version, output "GNU strip" 2018-11-28 06:51:50 +00:00