1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/include/llvm/Object
David Majnemer 247d9155db obj2yaml: Use the correct relocation type for different machine types
The IO normalizer would essentially lump I386 and AMD64 relocations
together.  Relocation types with the same numeric value would then get
mapped in appropriately.

For example:
IMAGE_REL_AMD64_ADDR64 and IMAGE_REL_I386_DIR16 both have a numeric
value of one.  We would see IMAGE_REL_I386_DIR16 in obj2yaml conversions
of object files with a machine type of IMAGE_FILE_MACHINE_AMD64.

llvm-svn: 205746
2014-04-07 23:12:20 +00:00
..
Archive.h [C++11] Add overloads for externally used OwningPtr functions. 2014-03-05 10:27:34 +00:00
Binary.h Add a SymbolicFile interface between Binary and ObjectFile. 2014-02-21 20:10:59 +00:00
COFF.h Remove section_rel_empty. Just compare begin() and end() instead. 2014-04-03 22:42:22 +00:00
COFFYAML.h obj2yaml: Use the correct relocation type for different machine types 2014-04-07 23:12:20 +00:00
ELF.h [C++11] Replace LLVM-style type traits with C++11 standard ones. 2014-03-07 14:42:25 +00:00
ELFObjectFile.h Implement getRelocationAddress for MachO and ET_REL elf files. 2014-04-03 23:54:35 +00:00
ELFTypes.h [Object] Split the ELF interface into 3 parts. 2013-08-08 22:27:13 +00:00
ELFYAML.h [yaml2obj] Add support for ELF e_flags. 2014-03-31 09:44:05 +00:00
Error.h [C++11] Replace LLVM-style type traits with C++11 standard ones. 2014-03-07 14:42:25 +00:00
IRObjectFile.h Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
MachO.h Remove section_rel_empty. Just compare begin() and end() instead. 2014-04-03 22:42:22 +00:00
MachOUniversal.h Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
ObjectFile.h Remove section_rel_empty. Just compare begin() and end() instead. 2014-04-03 22:42:22 +00:00
RelocVisitor.h Add support for the R_ARM_ABS32 relocation. 2014-04-03 02:27:00 +00:00
SymbolicFile.h [RuntimeDyld] Allow processRelocationRef to process more than one relocation entry at a time. 2014-03-21 07:26:41 +00:00
YAML.h Make operator== non-member for greater symmetry. 2013-06-07 18:00:04 +00:00