Searched refs:ELF_R_TYPE (Results 1 – 15 of 15) sorted by relevance
24 #define ELF_R_TYPE(X) ELF64_R_TYPE(X) macro 37 #define ELF_R_TYPE(X) ELF32_R_TYPE(X) macro
83 switch (ELF_R_TYPE(rel[i].r_info) & 0xff) { in apply_relocate_add() 109 (ELF_R_TYPE(rel[i].r_info) >> 8)) in apply_relocate_add() 146 (int) (ELF_R_TYPE(rel[i].r_info) & 0xff)); in apply_relocate_add()
23 #undef ELF_R_TYPE38 #define ELF_R_TYPE ELF32_R_TYPE macro 52 #define ELF_R_TYPE ELF64_R_TYPE macro
1327 *r_type = ELF_R_TYPE(r_info); in get_rel_type_and_sym()
45 #define ELF_R_TYPE(X) ELF32_R_TYPE(X) macro 63 #define ELF_R_TYPE(X) ELF64_R_TYPE(X) macro
13 #define ELF_R_TYPE(val) ELF64_R_TYPE(val) macro
13 #define ELF_R_TYPE(val) ELF32_R_TYPE(val) macro
26 #define ELF_R_TYPE(val) (((Elf64_Mips_Rela *)(&val))->fields.r_type) macro
508 unsigned r_type = ELF_R_TYPE(rel->r_info); in do_reloc() 647 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
89 switch (ELF_R_TYPE(relas[i].r_info)) { in count_max_entries() 105 switch (ELF_R_TYPE(rela->r_info)) { in rela_needs_plt_got_entry()
453 type = ELF_R_TYPE(rel[i].r_info); in apply_relocate_add() 466 (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()
62 switch (ELF_R_TYPE (rela->r_info)) { in check_rela() 236 r_type = ELF_R_TYPE(rela->r_info); in apply_rela()
26 #define ELF_R_TYPE(val) ELF64_R_TYPE(val) macro