]> sourceware.org Git - systemtap.git/commit
Handle PPC64 function symbols by resolving function descriptors.
authorMark Wielaard <mjw@redhat.com>
Thu, 13 Oct 2011 21:19:21 +0000 (23:19 +0200)
committerMark Wielaard <mjw@redhat.com>
Thu, 13 Oct 2011 21:35:13 +0000 (23:35 +0200)
commita09fc5a45fef1aaf1fca5b02574c9d0e4890e96f
tree2fd4562e3e494fd502bd11883b942dddc4b888c3
parent2ec6b38c60450db5d94323284d53978ea9c2bf1f
Handle PPC64 function symbols by resolving function descriptors.

* translate.cxx (dump_symbol_table): If the module is EM_PPC64, but not
  ET_REL, then register two address for a STT_FUNC. The function descriptor
  address and the address of the function that the descriptor points to.
  For ET_REL still rely on the .function_name convention.
translate.cxx
This page took 0.02893 seconds and 5 git commands to generate.