Home
last modified time | relevance | path

Searched refs:r_type2 (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/mips/cpu/
H A Dstart.S26 # define MIPS64_R_INFO(ssym, r_type3, r_type2, r_type) \ argument
27 (((r_type) << 24) | ((r_type2) << 16) | ((r_type3) << 8) | (ssym))
29 # define MIPS64_R_INFO(ssym, r_type3, r_type2, r_type) \ argument
30 ((r_type) | ((r_type2) << 8) | ((r_type3) << 16) | (ssym) << 24)
/openbmc/linux/arch/mips/include/asm/
H A Dmodule.h24 Elf64_Byte r_type2; /* Second relocation. */ member
33 Elf64_Byte r_type2; /* Second relocation. */ member
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs_64.c18 Elf64_Byte r_type2; /* Second relocation. */ member
/openbmc/linux/scripts/
H A Drecordmcount.c494 myElf64_Byte r_type2; /* Second relocation. */ member
/openbmc/linux/scripts/mod/
H A Dmodpost.c1369 unsigned char r_type2; /* 2nd relocation type */ in get_rel_type_and_sym() member