Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/tools/
Drelocs.c208 #define REL_TYPE(X) [X] = #X in rel_type() macro
210 REL_TYPE(R_X86_64_NONE), in rel_type()
211 REL_TYPE(R_X86_64_64), in rel_type()
212 REL_TYPE(R_X86_64_PC64), in rel_type()
213 REL_TYPE(R_X86_64_PC32), in rel_type()
214 REL_TYPE(R_X86_64_GOT32), in rel_type()
215 REL_TYPE(R_X86_64_PLT32), in rel_type()
216 REL_TYPE(R_X86_64_COPY), in rel_type()
217 REL_TYPE(R_X86_64_GLOB_DAT), in rel_type()
218 REL_TYPE(R_X86_64_JUMP_SLOT), in rel_type()
[all …]
/Linux-v6.1/arch/mips/boot/tools/
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 …]