Home
last modified time | relevance | path

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

/linux/tools/objtool/arch/x86/
H A Dspecial.c103 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()
H A Ddecode.c123 unsigned int type = reloc_type(reloc);
151 switch (reloc_type(reloc)) { in has_notrack_prefix()
939 switch (reloc_type(reloc)) {
952 switch (reloc_type(reloc)) {
/linux/tools/objtool/include/objtool/
H A Delf.h388 static inline unsigned int reloc_type(struct reloc *reloc)
400 ELF32_R_INFO(sym, reloc_type(reloc)) :
401 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 Dcheck.c4847 unsigned int type = reloc_type(reloc); in arch_absolute_reloc()
/linux/tools/lib/bpf/
H A Dlibbpf.c365 enum reloc_type { enum
377 enum reloc_type type;