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.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); 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.h430 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
/linux/include/uapi/drm/
H A Dqxl_drm.h78 __u32 reloc_type; member
/linux/tools/objtool/
H A Dklp-diff.c1323 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()
H A Dcheck.c4737 unsigned int type = reloc_type(reloc); in validate_ibt_insn()
/linux/tools/lib/bpf/
H A Dlibbpf.c371 enum reloc_type {
383 enum reloc_type type;
366 enum reloc_type { global() enum