Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A 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 …]
/openbmc/linux/arch/mips/crypto/
H A Dchacha-core.S125 #define CONCAT3(a,b,c) _CONCAT3(a,b,c) macro
128 CONCAT3(.Lchacha_mips_xor_unaligned_, PLUS_ONE(x), _b: ;) \
145 CONCAT3(.Lchacha_mips_xor_aligned_, PLUS_ONE(x), _b: ;) \