Searched refs:reloc_type (Results 1 – 7 of 7) sorted by relevance
103 if (reloc_type(text_reloc) == R_X86_64_PC32) in arch_find_switch_table() 133 if (!file->ignore_unreachables && reloc_type(text_reloc) == R_X86_64_PC32) { in arch_find_switch_table()
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()
430 static inline unsigned int reloc_type(struct reloc *reloc)442 ELF32_R_INFO(sym, reloc_type(reloc)) :443 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
1323 if (reloc_type(reloc) == R_NONE)1375 if (!elf_create_reloc(e->out, sec, offset, sym, addend, reloc_type(patched_reloc))) in create_fake_symbols() 1432 klp_reloc.type = reloc_type(patched_reloc);1518 reloc_type(patched_reloc))) in validate_special_section_klp_reloc()
4737 unsigned int type = reloc_type(reloc); in validate_ibt_insn()
371 enum reloc_type {383 enum reloc_type type;366 enum reloc_type { global() enum