Searched refs:reloc_type (Results 1 – 7 of 7) sorted by relevance
99 if (reloc_type(text_reloc) == R_X86_64_PC32) in arch_find_switch_table()129 if (!file->ignore_unreachables && reloc_type(text_reloc) == R_X86_64_PC32) { in arch_find_switch_table()
87 switch (reloc_type(reloc)) { in arch_pc_relative_reloc()873 switch (reloc_type(reloc)) { in arch_reloc_size()
120 switch (reloc_type(reloc)) { in arch_reloc_size()
272 static inline unsigned int reloc_type(struct reloc *reloc) in reloc_type() function284 ELF32_R_INFO(sym, reloc_type(reloc)) : in set_reloc_sym()285 ELF64_R_INFO(sym, reloc_type(reloc)); in set_reloc_sym()
370 switch (reloc_type(reloc)) { in arch_reloc_size()381 switch (reloc_type(reloc)) { in arch_jump_table_sym_offset()
4404 if (reloc_type(reloc) == R_X86_64_PC32 || in validate_ibt_insn()4405 reloc_type(reloc) == R_X86_64_PLT32) in validate_ibt_insn()
367 enum reloc_type { enum378 enum reloc_type type;
Completed in 35 milliseconds