Home
last modified time | relevance | path

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

/linux/tools/objtool/arch/x86/
H A Dspecial.c130 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) {
H A Ddecode.c123 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()
/linux/tools/objtool/include/objtool/
H A Delf.h431 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
/linux/include/uapi/drm/
H A Dqxl_drm.h78 __u32 reloc_type; member
/linux/tools/objtool/
H A Dklp-diff.c1307 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()
H A Dcheck.c4739 unsigned int type = reloc_type(reloc); in arch_absolute_reloc()
/linux/tools/lib/bpf/
H A Dlibbpf.c371 enum reloc_type { enum
383 enum reloc_type type;