Home
last modified time | relevance | path

Searched refs:CONCAT3 (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/tools/
Dprelink-riscv.inc13 #define CONCAT3(x, y, z) CONCAT(CONCAT(x, y), z)
16 #define uintnn_t CONCAT3(uint, PRELINK_INC_BITS, _t)
18 #define Elf_Ehdr CONCAT3(Elf, PRELINK_INC_BITS, _Ehdr)
19 #define Elf_Phdr CONCAT3(Elf, PRELINK_INC_BITS, _Phdr)
20 #define Elf_Rela CONCAT3(Elf, PRELINK_INC_BITS, _Rela)
21 #define Elf_Sym CONCAT3(Elf, PRELINK_INC_BITS, _Sym)
22 #define Elf_Dyn CONCAT3(Elf, PRELINK_INC_BITS, _Dyn)
23 #define Elf_Addr CONCAT3(Elf, PRELINK_INC_BITS, _Addr)
24 #define ELF_R_TYPE CONCAT3(ELF, PRELINK_INC_BITS, _R_TYPE)
25 #define ELF_R_SYM CONCAT3(ELF, PRELINK_INC_BITS, _R_SYM)
[all …]
/external/mesa3d/src/mesa/x86/
Dassyntax.h82 #define CONCAT3(x, y, z) x ## y ## z macro
85 #define CONCAT3(x, y, z) x/**/y/**/z macro
886 #define CONCAT3(x, y, z) x ## y ## z macro
1706 #define LLBL2(a,b) CONCAT3(.L,a,b)