This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: .text & text.hot section for bfd ?


On Mon, Feb 06, 2006 at 04:11:18PM +0000, Nick Clifton wrote:
> > Or  will have to write three callbacks for each of them.
> 
> Yes.
> 
> Or in fact you will probably want to search for all sections whose name 
> starts with .text. and process all of those.

Or do it by section flags, as Nick mentioned later; SEC_CODE
(corresponding to ELF SHF_EXECINSTR).

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]