Searched refs:REL_TYPE (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/arch/x86/tools/ |
D | relocs.c | 197 #define REL_TYPE(X) [X] = #X in rel_type() macro 199 REL_TYPE(R_X86_64_NONE), in rel_type() 200 REL_TYPE(R_X86_64_64), in rel_type() 201 REL_TYPE(R_X86_64_PC64), in rel_type() 202 REL_TYPE(R_X86_64_PC32), in rel_type() 203 REL_TYPE(R_X86_64_GOT32), in rel_type() 204 REL_TYPE(R_X86_64_PLT32), in rel_type() 205 REL_TYPE(R_X86_64_COPY), in rel_type() 206 REL_TYPE(R_X86_64_GLOB_DAT), in rel_type() 207 REL_TYPE(R_X86_64_JUMP_SLOT), in rel_type() [all …]
|
/Linux-v5.4/arch/mips/boot/tools/ |
D | relocs.c | 63 #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 …]
|