Searched refs:RTLDRELF_MID (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h34 #define RTLDRELF_MID(pre,suff) pre##32##suff macro
47 #define RTLDRELF_MID(pre,suff) pre##64##suff macro
59 #define Elf_Ehdr RTLDRELF_MID(Elf,_Ehdr)
60 #define Elf_Phdr RTLDRELF_MID(Elf,_Phdr)
61 #define Elf_Shdr RTLDRELF_MID(Elf,_Shdr)
62 #define Elf_Sym RTLDRELF_MID(Elf,_Sym)
63 #define Elf_Rel RTLDRELF_MID(Elf,_Rel)
64 #define Elf_Rela RTLDRELF_MID(Elf,_Rela)
65 #define Elf_Nhdr RTLDRELF_MID(Elf,_Nhdr)
66 #define Elf_Dyn RTLDRELF_MID(El
1944 #undef RTLDRELF_MID macro
[all...]

Completed in 373 milliseconds