Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Drelocate-rela.c40 uint32_t type = rela->r_info & mask; in supported_rela()
121 swrela.r_info = cpu_to_le64(rela.r_info); in main()
128 swrela.r_offset, swrela.r_info, swrela.r_addend); in main()
H A Dmips-relocs.c158 type = is_be ? be32toh(rel->r_info) : le32toh(rel->r_info); in parse_mips32_rel()
172 type = rel->r_info >> (64 - 8); in parse_mips64_rela()
/rk3399_rockchip-uboot/arch/x86/lib/
H A Drelocate.c76 re_src, (ulong)re_src->r_info, in do_elf_reloc_fixups64()
82 (ulong)re_src->r_info, (ulong)re_src->r_offset, in do_elf_reloc_fixups64()
H A Dreloc_x86_64_efi.c51 switch (ELF64_R_TYPE(rel->r_info)) { in _relocate()
H A Dreloc_ia32_efi.c55 switch (ELF32_R_TYPE(rel->r_info)) { in _relocate()
/rk3399_rockchip-uboot/include/
H 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
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dreloc_arm_efi.c51 switch (ELF32_R_TYPE(rel->r_info)) { in _relocate()
H A Dreloc_aarch64_efi.c73 switch (ELF64_R_TYPE(rel->r_info)) { in _relocate()