Hmm.  Is it the case that loff_t or off_t that we want to use will always
be 64 bits?  The way we use it in the libelf interfaces always wants a
positive offset (or size).  I don't think change of signedness really needs
to count as an ABI change here.  Could we just use Elf64_Off and be done
with it?

Reply via email to