[PATCH] D135887: [XOCFF] llvvm-readobj support display symbol table of loader section of xcoff object file.

Digger Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 21 06:31:06 PDT 2022


DiggerLin added a comment.

In D135887#3873329 <https://reviews.llvm.org/D135887#3873329>, @Esme wrote:

> The symbols in the loader section should be the dynamic symbols in the general definition, so is it possible to use the original option `--dyn-syms`, and then implement the defined interface `XCOFFDumper::printDynamicSymbols()`?

according to https://llvm.org/docs/CommandGuide/llvm-readobj.html

  --dyn-syms is "ELF SPECIFIC OPTIONS" 

in "MACH-O SPECIFIC OPTIONS"  there is --macho-dsymtab

We have XCOFF SPECIFIC OPTIONS options too. and the --dyn-syms looks do not express  the xcoff loader section terminology.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135887/new/

https://reviews.llvm.org/D135887



More information about the llvm-commits mailing list