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?
- [PATCH] Let libelf.h's loff_t fall back to off_t Josh Stone
- Re: [PATCH] Let libelf.h's loff_t fall back to off_t Roland McGrath
- Re: [PATCH] Let libelf.h's loff_t fall back to off... Josh Stone
- Re: [PATCH] Let libelf.h's loff_t fall back to... Roland McGrath
- Re: [PATCH] Let libelf.h's loff_t fall bac... Josh Stone
- Re: [PATCH] Let libelf.h's loff_t fal... Roland McGrath
- Re: [PATCH] Let libelf.h's loff_t... Josh Stone
- Re: [PATCH] Let libelf.h's lo... Roland McGrath
- [PATCH v2] libelf: Use int64_t for offsets in libelf.h Josh Stone
- Re: [PATCH v2] libelf: Use int64_t for offsets in ... Roland McGrath
- Re: [PATCH v2] libelf: Use int64_t for offsets... Josh Stone
- Re: [PATCH v2] libelf: Use int64_t for off... Roland McGrath
- Re: [PATCH v2] libelf: Use int64_t for offsets in ... Mark Wielaard
- Re: [PATCH v2] libelf: Use int64_t for offsets... Roland McGrath