- ELF32_R_INFO
uint ELF32_R_INFO(uint i, uint t)
Undocumented in source. Be warned that the author may not have intended to support it.
- ELF32_R_SYM
uint ELF32_R_SYM(uint i)
Undocumented in source. Be warned that the author may not have intended to support it.
- ELF32_R_TYPE
uint ELF32_R_TYPE(uint i)
Undocumented in source. Be warned that the author may not have intended to support it.
- ELF32_ST_BIND
ubyte ELF32_ST_BIND(ubyte s)
Undocumented in source. Be warned that the author may not have intended to support it.
- ELF32_ST_INFO
ubyte ELF32_ST_INFO(ubyte b, ubyte t)
Undocumented in source. Be warned that the author may not have intended to support it.
- ELF32_ST_TYPE
ubyte ELF32_ST_TYPE(ubyte s)
Undocumented in source. Be warned that the author may not have intended to support it.
- ELF64_R_INFO
ulong ELF64_R_INFO(ulong s, ulong t)
Undocumented in source. Be warned that the author may not have intended to support it.
- ELF64_R_SYM
uint ELF64_R_SYM(ulong i)
Undocumented in source. Be warned that the author may not have intended to support it.
- ELF64_R_TYPE
uint ELF64_R_TYPE(ulong i)
Undocumented in source. Be warned that the author may not have intended to support it.
- ELF64_ST_BIND
ubyte ELF64_ST_BIND(ubyte s)
Undocumented in source. Be warned that the author may not have intended to support it.
- ELF64_ST_INFO
ubyte ELF64_ST_INFO(ubyte b, ubyte t)
Undocumented in source. Be warned that the author may not have intended to support it.
- ELF64_ST_TYPE
ubyte ELF64_ST_TYPE(ubyte s)
Undocumented in source. Be warned that the author may not have intended to support it.
Compiler implementation of the D programming language.
Translation to D of Linux's melf.h