Searched refs:Type3 (Results 1 – 2 of 2) sorted by relevance
1767 Type3(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType()1771 Type3(Original >> 16 & 0xFF), SpecSym(Original >> 24 & 0xFF) {} in NormalizedMips64RelType()1774 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize()1780 ELFYAML::ELF_REL Type3; member1881 IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
568 uint8_t Type3 = (Type >> 16) & 0xFF; in getRelocationTypeName() local578 Name = getRelocationTypeName(Type3); in getRelocationTypeName()