forked from OSchip/llvm-project
parent
8acb4044d8
commit
ed820958c8
|
@ -45,6 +45,9 @@ void printProgramHeaders(
|
|||
case ELF::PT_DYNAMIC:
|
||||
outs() << " DYNAMIC ";
|
||||
break;
|
||||
case ELF::PT_PHDR:
|
||||
outs() << " PHDR ";
|
||||
break;
|
||||
default:
|
||||
outs() << " UNKNOWN ";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue