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)
15 #define prelink_bonn CONCAT3(prelink_, PRELINK_BYTEORDER, PRELINK_INC_BITS)
16 #define uintnn_t CONCAT3(uint, PRELINK_INC_BITS, _t)
17 #define get_offset_bonn CONCAT3(get_offset_, PRELINK_BYTEORDER, PRELINK_INC_BITS)
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)
[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)