Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dprelink-riscv.inc15 #define prelink_nn CONCAT(prelink, PRELINK_INC_BITS)
16 #define uintnn_t CONCAT3(uint, PRELINK_INC_BITS, _t)
17 #define get_offset_nn CONCAT(get_offset_, 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)
24 #define ELF_R_TYPE CONCAT3(ELF, PRELINK_INC_BITS, _R_TYPE)
[all …]
Dprelink-riscv.c53 #define PRELINK_INC_BITS 32 macro
55 #undef PRELINK_INC_BITS
57 #define PRELINK_INC_BITS 64 macro
59 #undef PRELINK_INC_BITS