Unix Programming - object file sections given by objdump

This is Interesting: Free IT Magazines  
Home > Archive > Unix Programming > March 2006 > object file sections given by objdump





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author object file sections given by objdump
jeniffer

2006-03-21, 3:17 am

On doing objdump -r a.o ,(a.o is an object file of C prgm a.c) , in
the third column i get entries like function names that are called ,
..data, .rodata , .text , .bss , .entrypoints , .init.text and
..text.some string

... if i want to extract all the functions that are called by this
program , would it be correct if i extract all the values other than
..data,.rodata , .text , .bss , .entrypoints , .init.text and .text.some
string ....Is this logic correct ?

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com