You cannot post messages because only members can post, and you are not currently a member.
Description:
Discuss modification and extension of IA32 processor specific System V Application Binary Interface.
|
|
|
ELF loader
|
| |
Hi all, where I can find a simple ELF loader that compatible with
(System V Application Binary Interface) ?
thanks
from Peter (cmk...@hotmail.com)
|
|
Proposal for STT_GNU_IFUNC and R_*_IRELATIVE
|
| |
Hi, Here is a proposal for STT_GNU_IFUNC and R_*_IRELATIVE. It has been implemented in the Linux binutils 2.19.51.0.5. H.J. ---- STT_GNU_IFUNC This symbol type is the same as STT_FUNC except that it always points to a function or piece of executable code which takes no arguments and returns a function pointer. If an STT_GNU_IFUNC... more »
|
|
How should integer return value should be extended?
|
| |
From [link] it seems that ia32 psABI doesn't specify how an integer return value should be extended. For example, signed char return_sc (signed char *sc) { return *sc; ...The return value is in eax. Should it be sign extended or zero extended? What do other x86... more »
|
No more topics in this group.
|
|