PT_NOTE section in the ELF header
- From: prix prad <maalage@xxxxxxxxx>
- Date: Fri, 25 Apr 2008 11:05:08 -0700 (PDT)
Hi All,
I was looking through the below link:
http://www.netbsd.org/docs/kernel/elf-notes.html
I was confused as to why we have something linke 1f - 0f, 3f - 2f:
****************************************************************************************************************
.long 1f - 0f # name size (not including padding)
.long 3f - 2f # desc size (not including padding)
****************************************************************************************************************
Why can't this be simply .long 1f
.long 1f ? I am assuming you just
have to subtract 3f - 2f = 1f.
Could someone please explain me this?
Regards,
/prix prad
.
- Follow-Ups:
- Re: PT_NOTE section in the ELF header
- From: Frank Kotler
- Re: PT_NOTE section in the ELF header
- From: Chuck Crayne
- Re: PT_NOTE section in the ELF header
- Prev by Date: Re: delete bytes
- Next by Date: Re: PT_NOTE section in the ELF header
- Previous by thread: delete bytes
- Next by thread: Re: PT_NOTE section in the ELF header
- Index(es):