Prebinding for DragonFly/FreeBSD-4
Simon 'corecode' Schubert
corecode at fs.ei.tum.de
Sat Sep 13 14:08:14 PDT 2003
Lately Matthew Dillon told:
> Could you explain what portion of the ELF data is being hashed in
> more detail? DT_REL[A] would be the symbol table (effectively),
> right? Is that inclusive of both data and instruction (function
> labels)?
It's the relocation table (array of Elf32_Rel[a]). It doesn't hash the
string table or symbol table.
Hashing the rel[a] entries should be enough, because that's effectively
what we are working on. Actually as I'm writing this, we might want to
hash the symbol table too.
cheers
simon
--
/"\ http://corecode.ath.cx/#donate
\ /
\ ASCII Ribbon Campaign
/ \ Against HTML Mail and News
Attachment:
pgp00013.pgp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgp00013.pgp
Type: application/octet-stream
Size: 189 bytes
Desc: "Description: PGP signature"
URL: <http://lists.dragonflybsd.org/pipermail/kernel/attachments/20030913/27bc2e62/attachment-0020.obj>
More information about the Kernel
mailing list