Searched refs:reloc_type (Results 1 – 7 of 7) sorted by relevance
130 if (reloc_type(text_reloc) == R_X86_64_PC32) in arch_find_switch_table() 160 if (!file->ignore_unreachables && reloc_type(text_reloc) == R_X86_64_PC32) {
123 unsigned int type = reloc_type(reloc); in arch_adjusted_addend() 151 switch (reloc_type(reloc)) { in arch_pc_relative_reloc() 946 switch (reloc_type(reloc)) { in arch_absolute_reloc() 959 switch (reloc_type(reloc)) { in arch_disas_info_init()
431 static inline unsigned int reloc_type(struct reloc *reloc)443 ELF32_R_INFO(sym, reloc_type(reloc)) :444 ELF64_R_INFO(sym, reloc_type(reloc));273 static inline unsigned int reloc_type(struct reloc *reloc) reloc_type() function
78 __u32 reloc_type; member
1307 if (reloc_type(reloc) == R_NONE)1399 if (!elf_create_reloc(e->out, sec, offset, sym, addend, reloc_type(patched_reloc)))1475 klp_reloc.type = reloc_type(patched_reloc); in validate_special_section_klp_reloc() 1561 reloc_type(patched_reloc))) in clone_special_sections()
4739 unsigned int type = reloc_type(reloc); in arch_absolute_reloc()
371 enum reloc_type { enum383 enum reloc_type type;