Searched refs:ELFSIZE (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | elfstructs.h | 548 #if defined(ELFSIZE) 550 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x))) 551 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y)))) 552 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE)) 553 #define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x))) 556 #if defined(ELFSIZE) && (ELFSIZE == 32) 584 #elif defined(ELFSIZE) && (ELFSIZE == 64)
|
A D | libelf.h | 35 #undef ELFSIZE
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xg_private.h | 35 #ifndef ELFSIZE 38 #define ELFSIZE 32 macro 40 #define ELFSIZE 64 macro
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | config.h | 12 # define ELFSIZE 64 macro 15 # define ELFSIZE 32 macro
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | config.h | 324 #define ELFSIZE 64 macro
|
Completed in 9 milliseconds