Home
last modified time | relevance | path

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

/linux/arch/x86/tools/
H A Drelocs.c213 #define REL_TYPE(X) [X] = #X in rel_type() macro
215 REL_TYPE(R_X86_64_NONE), in rel_type()
216 REL_TYPE(R_X86_64_64), in rel_type()
217 REL_TYPE(R_X86_64_PC64), in rel_type()
218 REL_TYPE(R_X86_64_PC32), in rel_type()
219 REL_TYPE(R_X86_64_GOT32), in rel_type()
220 REL_TYPE(R_X86_64_PLT32), in rel_type()
221 REL_TYPE(R_X86_64_COPY), in rel_type()
222 REL_TYPE(R_X86_64_GLOB_DAT), in rel_type()
223 REL_TYPE(R_X86_64_JUMP_SLOT), in rel_type()
[all …]
/linux/arch/mips/boot/tools/
H A Drelocs.c63 #define REL_TYPE(X)[X] = #X in rel_type() macro
64 REL_TYPE(R_MIPS_NONE), in rel_type()
65 REL_TYPE(R_MIPS_16), in rel_type()
66 REL_TYPE(R_MIPS_32), in rel_type()
67 REL_TYPE(R_MIPS_REL32), in rel_type()
68 REL_TYPE(R_MIPS_26), in rel_type()
69 REL_TYPE(R_MIPS_HI16), in rel_type()
70 REL_TYPE(R_MIPS_LO16), in rel_type()
71 REL_TYPE(R_MIPS_GPREL16), in rel_type()
72 REL_TYPE(R_MIPS_LITERAL), in rel_type()
[all …]