Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
56f976f6bda043e5bdbd35e5d92968a112b74a10
/
llvm
/
tools
/
llvm-readobj
/
MachODumper.cpp
56f976f
At Jim Grosbach's request detemplate Object/MachO.h.
by Rafael Espindola
· 13 years ago
2fa9f53
Remove getters now that we can specialize structs on the host endianness.
by Rafael Espindola
· 13 years ago
9b70925
Finish templating MachObjectFile over endianness.
by Rafael Espindola
· 13 years ago
f3f0b79
Add -expand-relocs to llvm-readobj
by Nico Rieck
· 13 years ago
ecf1320
Add 179294 back, but don't use bit fields so that it works on big endian hosts.
by Rafael Espindola
· 13 years ago
e2742a0
Revert my last two commits while I debug what is wrong in a big endian host.
by Rafael Espindola
· 13 years ago
708a44d
Print more information about relocations.
by Rafael Espindola
· 13 years ago
641c9bc
Template MachOObjectFile over endianness too.
by Rafael Espindola
· 13 years ago
c2413f5
Convert MachOObjectFile to a template.
by Rafael Espindola
· 13 years ago
c0406e1
Template the MachO types over the word size.
by Rafael Espindola
· 13 years ago
31fce89
Remove two uses of getObject.
by Rafael Espindola
· 13 years ago
79bb550
Remove usage of InMemoryStruct in getSymbol.
by Rafael Espindola
· 13 years ago
6f5d6c7
Remove a use of InMemoryStruct in llvm-readobj.
by Rafael Espindola
· 13 years ago
0944c13
Make getObject const. Remove a const_cast.
by Rafael Espindola
· 13 years ago
b0f76a4
Don't fetch pointers from a InMemoryStruct.
by Rafael Espindola
· 13 years ago
9cad53c
Implements low-level object file format specific output for COFF and
by Eric Christopher
· 13 years ago