search for: rtydld

Displaying 2 results from an estimated 2 matches for "rtydld".

Did you mean: rtdyld
2016 Jan 24
2
SF_Exported vs SF_Hidden
...nt object file formats. Should we be listing the state of SF_Exported/SF_Hidden (or their format-specific counterparts) in llvm-objdump or llvm-nm? If not, where's the most reasonable place to dump the state of this flag? If nowhere else suits I can add a new symbol-table dumping option to llvm-rtydld to expose this. Cheers, Lang. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160124/7794df8d/attachment.html>
2016 Jan 25
2
SF_Exported vs SF_Hidden
...>> listing the state of SF_Exported/SF_Hidden (or their format-specific >> counterparts) in llvm-objdump or llvm-nm? If not, where's the most >> reasonable place to dump the state of this flag? If nowhere else suits I >> can add a new symbol-table dumping option to llvm-rtydld to expose this. >> > > I believe readobj already dumps this sort of information out, albeit in > object file specific ways. > > >> >> Cheers, >> Lang. >> >> >> _______________________________________________ >> LLVM Developers mailing l...