Home
last modified time | relevance | path

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

/u-boot/tools/
A Drelocate-rela.c39 uint32_t type = rela->r_info & mask; in supported_rela()
120 swrela.r_info = cpu_to_le64(rela.r_info); in main()
127 swrela.r_offset, swrela.r_info, swrela.r_addend); in main()
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/x86/lib/
A Drelocate.c58 unsigned long long type = ELF64_R_TYPE(re_src->r_info); in do_elf_reloc_fixups64()
84 re_src, (ulong)re_src->r_info, in do_elf_reloc_fixups64()
90 (ulong)re_src->r_info, (ulong)re_src->r_offset, in do_elf_reloc_fixups64()
105 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/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.h404 Elf32_Word r_info; /* symbol table index and type */ member
410 Elf32_Word r_info; /* symbol table index and type */ member
416 Elf64_Xword r_info; /* index and type of relocation */ member
421 Elf64_Xword r_info; /* index and type of relocation */ member

Completed in 9 milliseconds