Home
last modified time | relevance | path

Searched refs:r_info (Results 1 – 11 of 11) sorted by relevance

/u-boot/arch/x86/lib/
A Drelocate.c60 unsigned long long type = ELF64_R_TYPE(re_src->r_info); in do_elf_reloc_fixups64()
86 re_src, (ulong)re_src->r_info, in do_elf_reloc_fixups64()
92 (ulong)re_src->r_info, (ulong)re_src->r_offset, in do_elf_reloc_fixups64()
107 unsigned int type = ELF32_R_TYPE(re_src->r_info); in do_elf_reloc_fixups32()
A Dreloc_ia32_efi.c52 switch (ELF32_R_TYPE(rel->r_info)) { in _relocate()
A Dreloc_x86_64_efi.c48 switch (ELF64_R_TYPE(rel->r_info)) { in _relocate()
/u-boot/arch/microblaze/cpu/
A Drelocate.c60 type = rela->r_info & mask; in mb_fix_rela()
71 debug_cond(verbose, "Rela r_info:\t\t0x%x\n", rela->r_info); in mb_fix_rela()
90 debug_cond(verbose, "Rela r_info:\t\t0x%x\n", rela->r_info); in mb_fix_rela()
/u-boot/tools/
A Drelocate-rela.c84 uint32_t type = rela->r_info & mask; in supported_rela()
443 swrela.r_info = le64_to_cpu(rela.r_info); in rela_elf64()
450 swrela.r_offset, swrela.r_info, swrela.r_addend); in rela_elf64()
479 *type = rela->r_info & mask; in supported_rela32()
541 rela.r_offset, rela.r_info, rela.r_addend); in rela_elf32()
544 swrela.r_info = elf32_to_cpu(rela.r_info); in rela_elf32()
549 swrela.r_offset, swrela.r_info, swrela.r_addend); in rela_elf32()
584 index = swrela.r_info >> 8; in rela_elf32()
A Dprelink-riscv.inc94 if (ELF_R_TYPE(targetnn_to_cpu(r->r_info)) == R_RISCV_RELATIVE)
96 else if (ELF_R_TYPE(targetnn_to_cpu(r->r_info)) == R_RISCV_32)
97 …*((uint32_t *)buf) = cpu_to_target32(targetnn_to_cpu(dynsym[ELF_R_SYM(targetnn_to_cpu(r->r_info))]…
98 else if (ELF_R_TYPE(targetnn_to_cpu(r->r_info)) == R_RISCV_64)
99 …*((uint64_t *)buf) = cpu_to_target64(targetnn_to_cpu(dynsym[ELF_R_SYM(targetnn_to_cpu(r->r_info))]…
A Dmips-relocs.c157 type = is_be ? be32toh(rel->r_info) : le32toh(rel->r_info); in parse_mips32_rel()
171 type = rel->r_info >> (64 - 8); in parse_mips64_rela()
/u-boot/arch/arm/lib/
A Dreloc_aarch64_efi.c72 switch (ELF64_R_TYPE(rel->r_info)) { in _relocate()
A Dreloc_arm_efi.c49 switch (ELF32_R_TYPE(rel->r_info)) { in _relocate()
/u-boot/arch/riscv/lib/
A Dreloc_riscv_efi.c84 switch (ELF_R_TYPE(rel->r_info)) { in _relocate()
/u-boot/include/
A Delf.h413 Elf32_Word r_info; /* symbol table index and type */ member
419 Elf32_Word r_info; /* symbol table index and type */ member
425 Elf64_Xword r_info; /* index and type of relocation */ member
430 Elf64_Xword r_info; /* index and type of relocation */ member

Completed in 20 milliseconds