Home
last modified time | relevance | path

Searched refs:reloc_type (Results 1 – 7 of 7) sorted by relevance

/tools/objtool/arch/x86/
A Dspecial.c99 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()
A Ddecode.c87 switch (reloc_type(reloc)) { in arch_pc_relative_reloc()
873 switch (reloc_type(reloc)) { in arch_reloc_size()
/tools/objtool/arch/powerpc/
A Ddecode.c120 switch (reloc_type(reloc)) { in arch_reloc_size()
/tools/objtool/include/objtool/
A Delf.h272 static inline unsigned int reloc_type(struct reloc *reloc) in reloc_type() function
284 ELF32_R_INFO(sym, reloc_type(reloc)) : in set_reloc_sym()
285 ELF64_R_INFO(sym, reloc_type(reloc)); in set_reloc_sym()
/tools/objtool/arch/loongarch/
A Ddecode.c370 switch (reloc_type(reloc)) { in arch_reloc_size()
381 switch (reloc_type(reloc)) { in arch_jump_table_sym_offset()
/tools/objtool/
A Dcheck.c4404 if (reloc_type(reloc) == R_X86_64_PC32 || in validate_ibt_insn()
4405 reloc_type(reloc) == R_X86_64_PLT32) in validate_ibt_insn()
/tools/lib/bpf/
A Dlibbpf.c367 enum reloc_type { enum
378 enum reloc_type type;

Completed in 35 milliseconds