Searched refs:Type2 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | Mips.cpp | 449 RelType Type2 = (Type >> 8) & 0xff; in calculateMipsRelChain() local 451 if (Type2 == R_MIPS_NONE && Type3 == R_MIPS_NONE) in calculateMipsRelChain() 453 if (Type2 == R_MIPS_64 && Type3 == R_MIPS_NONE) in calculateMipsRelChain() 454 return std::make_pair(Type2, Val); in calculateMipsRelChain() 455 if (Type2 == R_MIPS_SUB && (Type3 == R_MIPS_HI16 || Type3 == R_MIPS_LO16)) in calculateMipsRelChain()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsprepkg.c | 177 UINT8 Type2, 859 UINT8 Type2, in AcpiNsCheckPackageElements() argument 888 Type2, (i + Count1 + StartIndex)); in AcpiNsCheckPackageElements()
|
| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| H A D | aslprepkg.c | 169 UINT8 Type2, 608 UINT8 Type2, in ApCheckPackageElements() argument 631 ApCheckObjectType (PredefinedName, Op, Type2, (i + Count1)); in ApCheckPackageElements()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 935 Type2(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType() 939 : Type(Original & 0xFF), Type2(Original >> 8 & 0xFF), in NormalizedMips64RelType() 943 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize() 948 ELFYAML::ELF_REL Type2; member 968 IO.mapOptional("Type2", Key->Type2, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | RISCVCompressInstEmitter.cpp | 278 DefInit *Type2 = dyn_cast<DefInit>(Arg2); in validateArgsTypes() local 280 assert(Type2 && ("Arg2 type not found\n")); in validateArgsTypes() 281 return Type1->getDef() == Type2->getDef(); in validateArgsTypes()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | ELF.h | 400 uint8_t Type2 = (Type >> 8) & 0xFF; in getRelocationTypeName() local 407 Name = getRelocationTypeName(Type2); in getRelocationTypeName()
|
| /freebsd-12.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 1745 Subspace Type2" (Headers, Disassembler, and data table compiler).
|