llvm-6502/tools/llvm-readobj
Rafael Espindola 18dd79c396 Have the ELF symbol predicates match more directly the spec.
The underlaying issues is that this code can't really know if an OS specific or
processor specific section number should return true or false.

One option would be to assert or return an error, but that looks like over
engineering since extensions are not that common.

It seems better to have these be direct implementation of the ELF spec so that
they are natural for someone familiar with ELF reading the code.

Code that does have to handle OS/Architecture specific values can do it at
a higher level.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239618 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-12 17:23:39 +00:00
..
ARMAttributeParser.cpp
ARMAttributeParser.h
ARMEHABIPrinter.h
ARMWinEHPrinter.cpp
ARMWinEHPrinter.h
CMakeLists.txt
COFFDumper.cpp Remove object_error::success and use std::error_code() instead 2015-06-09 15:20:42 +00:00
ELFDumper.cpp Have the ELF symbol predicates match more directly the spec. 2015-06-12 17:23:39 +00:00
Error.cpp
Error.h
llvm-readobj.cpp [llvm-readobj] Print .MIPS.abiflags section content 2015-05-07 15:40:35 +00:00
llvm-readobj.h
LLVMBuild.txt
MachODumper.cpp Remove unused variable, found with gcc-5.1 -Wunused-variable. 2015-04-27 11:03:53 +00:00
Makefile
ObjDumper.cpp
ObjDumper.h [llvm-readobj] Print .MIPS.abiflags section content 2015-05-07 15:40:35 +00:00
StreamWriter.cpp
StreamWriter.h [llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine ELF header flags 2015-05-08 07:04:59 +00:00
Win64EHDumper.cpp Remove object_error::success and use std::error_code() instead 2015-06-09 15:20:42 +00:00
Win64EHDumper.h