Searched refs:ELF_R_TYPE (Results 1 – 17 of 17) sorted by relevance
46 #define ELF_R_TYPE ELF64_R_TYPE macro50 #define ELF_R_TYPE ELF32_R_TYPE macro84 switch (ELF_R_TYPE(rel->r_info)) { in _relocate()
24 #define ELF_R_TYPE CONCAT3(ELF, PRELINK_INC_BITS, _R_TYPE)88 if (ELF_R_TYPE(r->r_info) == R_RISCV_RELATIVE)90 else if (ELF_R_TYPE(r->r_info) == R_RISCV_32)92 else if (ELF_R_TYPE(r->r_info) == R_RISCV_64)106 #undef ELF_R_TYPE
28 #define ELF_R_TYPE(X) ELF64_R_TYPE(X) macro45 #define ELF_R_TYPE(X) ELF32_R_TYPE(X) macro
22 #undef ELF_R_TYPE37 #define ELF_R_TYPE ELF32_R_TYPE macro51 #define ELF_R_TYPE ELF64_R_TYPE macro
1420 *r_type = ELF_R_TYPE(r_info); in get_rel_type_and_sym()
45 #define ELF_R_TYPE(X) ELF32_R_TYPE(X) macro63 #define ELF_R_TYPE(X) ELF64_R_TYPE(X) macro
113 switch (ELF_R_TYPE(rel[i].r_info) & 0xff) { in apply_relocate_add()139 (ELF_R_TYPE(rel[i].r_info) >> 8)) in apply_relocate_add()176 (int) (ELF_R_TYPE(rel[i].r_info) & 0xff)); in apply_relocate_add()
13 #define ELF_R_TYPE(val) ELF64_R_TYPE(val) macro
13 #define ELF_R_TYPE(val) ELF32_R_TYPE(val) macro
704 rel_type(ELF_R_TYPE(rel->r_info)), in print_absolute_relocs()1169 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
26 #define ELF_R_TYPE(val) (((Elf64_Mips_Rela *)(&val))->fields.r_type) macro
503 unsigned r_type = ELF_R_TYPE(rel->r_info); in do_reloc()642 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
36 switch (ELF_R_TYPE (info))
452 type = ELF_R_TYPE(rel[i].r_info); in apply_relocate_add()465 (int)ELF_R_TYPE(rel[i].r_info), in apply_relocate_add()
87 type = ELF_R_TYPE(relas[i].r_info); in count_max_entries()
98 switch (ELF_R_TYPE (rela->r_info)) { in check_rela()272 r_type = ELF_R_TYPE(rela->r_info); in apply_rela()