Searched refs:Type3 (Results 1 – 6 of 6) sorted by relevance
73 Type3: R_MIPS_1676 Type3: R_MIPS_3279 Type3: R_MIPS_REL3282 Type3: R_MIPS_2685 Type3: R_MIPS_HI1688 Type3: R_MIPS_LO16100 Type3: R_MIPS_PC16115 Type3: R_MIPS_64133 Type3: R_MIPS_SUB172 Type3: R_MIPS_JALR[all …]
19 typedef Type2 Type3; // should show as char typedef20 typedef Type3 Type4; // should show as char81 Type3 T3ILookChar = 13; in main()
21 # YAML-NEXT: Type3: R_MIPS_HI1627 # YAML-NEXT: Type3: R_MIPS_LO1668 Type3: R_MIPS_HI1674 Type3: R_MIPS_LO16
16 template <boolTy T, typename Type3Helper<T>::Ty U> struct Type3 {}; struct71 …struct Type3<boolTy::b, "3"> t3; // expected-error{{value of type 'const char[2]' is not implicitl… in Function()
1753 Type3(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType()1757 Type3(Original >> 16 & 0xFF), SpecSym(Original >> 24 & 0xFF) {} in NormalizedMips64RelType()1760 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize()1766 ELFYAML::ELF_REL Type3; member1866 IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
566 uint8_t Type3 = (Type >> 16) & 0xFF; in getRelocationTypeName() local576 Name = getRelocationTypeName(Type3); in getRelocationTypeName()