Searched refs:r_info (Results 1 – 10 of 10) sorted by relevance
39 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()
94 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))]…
157 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()
58 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()
52 switch (ELF32_R_TYPE(rel->r_info)) { in _relocate()
48 switch (ELF64_R_TYPE(rel->r_info)) { in _relocate()
72 switch (ELF64_R_TYPE(rel->r_info)) { in _relocate()
49 switch (ELF32_R_TYPE(rel->r_info)) { in _relocate()
84 switch (ELF_R_TYPE(rel->r_info)) { in _relocate()
404 Elf32_Word r_info; /* symbol table index and type */ member410 Elf32_Word r_info; /* symbol table index and type */ member416 Elf64_Xword r_info; /* index and type of relocation */ member421 Elf64_Xword r_info; /* index and type of relocation */ member
Completed in 9 milliseconds