Home
last modified time | relevance | path

Searched refs:rel_type (Results 1 – 2 of 2) sorted by relevance

/arch/x86/tools/
A Drelocs.c210 static const char *rel_type(unsigned type) in rel_type() function
671 rel_type(ELF_R_TYPE(rel->r_info)), in print_absolute_relocs()
782 die("Invalid absolute %s relocation: %s\n", rel_type(r_type), symname); in do_reloc64()
808 die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type); in do_reloc64()
845 die("Invalid absolute %s relocation: %s\n", rel_type(r_type), symname); in do_reloc32()
853 die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type); in do_reloc32()
895 …die("Invalid %s %s relocation: %s\n", shn_abs ? "absolute" : "relative", rel_type(r_type), symname… in do_reloc_real()
916 …die("Invalid %s %s relocation: %s\n", shn_abs ? "absolute" : "relative", rel_type(r_type), symname… in do_reloc_real()
920 die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type); in do_reloc_real()
1039 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
/arch/mips/boot/tools/
A Drelocs.c60 static const char *rel_type(unsigned type) in rel_type() function
549 rel_type(r_type), r_type); in do_reloc()
647 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()

Completed in 8 milliseconds