instrumenting ELF executables

Dipak Rath <drath@delsoft.com>
22 Mar 2001 01:22:18 -0500

          From comp.compilers

Related articles
instrumenting ELF executables drath@delsoft.com (Dipak Rath) (2001-03-22)
Re: instrumenting ELF executables pg+nm@sabi.Clara.co.UK (2001-03-26)
Re: instrumenting ELF executables plakal@cs.wisc.edu (Manoj Plakal) (2001-03-27)
Re: Re: instrumenting ELF executables mihai@cs.wisc.edu (Mihai Christodorescu) (2001-03-27)
| List of all articles for this month |

From: Dipak Rath <drath@delsoft.com>
Newsgroups: comp.compilers,comp.arch
Date: 22 Mar 2001 01:22:18 -0500
Organization: Delsoft
Keywords: linker, performance, question
Posted-Date: 22 Mar 2001 01:22:17 EST

I am working on a problem to generate the execution profile of a
program, now that requires instrumenting the code with some profiling
func calls at appropriate positions.Here I am dealing with sun
executables(in ELF format). The question is how do I do the required
using the elf library routines.I have gone through the man pages and
elf_update seems to be the solution.But then I have not been able to
use it successfully.I would like any pointers to the use of elf_update
or rather generating an elf executable out of one.


Thanks,
Dipak


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.