Lines Matching refs:ARCH_SIZE
133 #define ARCH_SIZE NN macro
137 #define RISCV_ELF_LOG_WORD_BYTES (ARCH_SIZE == 32 ? 2 : 3)
308 #if ARCH_SIZE == 32
952 if (ARCH_SIZE > 32 in riscv_elf_check_relocs()
1750 if (ARCH_SIZE > 32 && !VALID_UTYPE_IMM (RISCV_CONST_HIGH_PART (value))) in perform_relocation()
1773 if (ARCH_SIZE > 32 && !VALID_UTYPE_IMM (RISCV_CONST_HIGH_PART (value))) in perform_relocation()
2010 if (ARCH_SIZE == 32 || VALID_UTYPE_IMM (RISCV_CONST_HIGH_PART (offset))) in riscv_zero_pcrel_hi_reloc()
2016 if (ARCH_SIZE > 32 && !VALID_UTYPE_IMM (RISCV_CONST_HIGH_PART (addr))) in riscv_zero_pcrel_hi_reloc()
2831 if (ARCH_SIZE > 32) in riscv_elf_relocate_section()
3825 if (xlen_in != ARCH_SIZE) in riscv_merge_arch_attr_info()
3833 merged_arch_str = riscv_arch_str (ARCH_SIZE, &merged_subsets); in riscv_merge_arch_attr_info()
4543 rvc = rvc && (rd == 0 || (rd == X_RA && ARCH_SIZE == 32)); in _bfd_riscv_relax_call()
5258 #if ARCH_SIZE == 32
5348 PRSTATUS_SIZE - PRSTATUS_OFFSET_PR_REG - ARCH_SIZE / 8); in riscv_write_core_note()
5600 #define elf_backend_got_header_size (ARCH_SIZE / 8)