Searched refs:Type2 (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Delf-rel11.d8 * Type2: R_MIPS_NONE *
11 * Type2: R_MIPS_NONE *
14 * Type2: R_MIPS_NONE *
17 * Type2: R_MIPS_NONE *
20 * Type2: R_MIPS_NONE *
23 * Type2: R_MIPS_NONE *
26 * Type2: R_MIPS_NONE *
29 * Type2: R_MIPS_NONE *
32 * Type2: R_MIPS_NONE *
35 * Type2
[all...]
H A Delf-rel22.d8 * Type2: R_MIPS_SUB *
11 * Type2: R_MIPS_SUB *
14 * Type2: R_MIPS_HI16 *
17 * Type2: R_MIPS_SUB *
H A Delf-rel24.d8 * Type2: R_MIPS_64 *
11 * Type2: R_MIPS_64 *
H A Delf-rel21.d8 * Type2: R_MIPS_NONE *
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Drel64.d10 +Type2: R_MIPS_NONE
13 +Type2: R_MIPS_64
H A Deh-frame2-n64.d12 *Type2: R_MIPS_NONE *
16 *Type2: R_MIPS_64 *
19 *Type2: R_MIPS_64 *
22 *Type2: R_MIPS_64 *
25 *Type2: R_MIPS_64 *
28 *Type2: R_MIPS_64 *
31 *Type2: R_MIPS_64 *
34 *Type2: R_MIPS_64 *
H A Deh-frame1-n64.d12 *Type2: R_MIPS_NONE *
16 *Type2: R_MIPS_64 *
19 *Type2: R_MIPS_64 *
22 *Type2: R_MIPS_64 *
25 *Type2: R_MIPS_64 *
28 *Type2: R_MIPS_64 *
31 *Type2: R_MIPS_64 *
34 *Type2: R_MIPS_64 *
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dsmartp.cc25 class Type2{ class
110 Type2 mt2;
121 SmartPointer<Type2> sp2(&mt2);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dsmartp.cc25 class Type2{ class
110 Type2 mt2;
121 SmartPointer<Type2> sp2(&mt2);
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Ddbtypes_test.cpp55 template< typename Type1, typename Type2, typename Type3 >
58 Type2 value,
81 template< typename Type1, typename Type2 >
84 Type2 (*column)(sqlite::statement&, const char*),
/netbsd-current/external/lgpl3/gmp/dist/tests/cxx/
H A Dt-ops2.h31 #define CHECK(Type1,Type2,a,b,op) \
32 ASSERT_ALWAYS(((Type1)(a) op (Type2)(b))==((a) op (b)))
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/
H A Dlibsmbios.h138 SMBIOS_TYPE2 *Type2; member in union:__anon166
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Daslload.c919 * Type2
923 * DESCRIPTION: Match Type1 and Type2 with the assumption that one might be
935 ACPI_OBJECT_TYPE Type2)
938 BOOLEAN Type2IsLocal = Type2 > ACPI_TYPE_EXTERNAL_MAX;
953 ExternalType = Type2;
957 LocalType = Type2;
962 return (Type1 == Type2);
933 LdMatchExternType( ACPI_OBJECT_TYPE Type1, ACPI_OBJECT_TYPE Type2) argument
H A Daslprepkg.c61 UINT8 Type2,
492 * Type2 - Object type for second group
511 UINT8 Type2,
534 ApCheckObjectType (PredefinedName, Op, Type2, (i + Count1));
506 ApCheckPackageElements( const char *PredefinedName, ACPI_PARSE_OBJECT *Op, UINT8 Type1, UINT32 Count1, UINT8 Type2, UINT32 Count2) argument
/netbsd-current/sys/external/bsd/acpica/dist/namespace/
H A Dnsprepkg.c69 UINT8 Type2,
734 * Type2 - Object type for second group
751 UINT8 Type2,
782 Type2, (i + Count1 + StartIndex));
746 AcpiNsCheckPackageElements( ACPI_EVALUATE_INFO *Info, ACPI_OPERAND_OBJECT **Elements, UINT8 Type1, UINT32 Count1, UINT8 Type2, UINT32 Count2, UINT32 StartIndex) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1674 Type2(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)),
1678 : Type(Original & 0xFF), Type2(Original >> 8 & 0xFF),
1682 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24;
1687 ELFYAML::ELF_REL Type2; member in struct:llvm::yaml::__anon2047::NormalizedMips64RelType
1785 IO.mapOptional("Type2", Key->Type2, ELFYAML::ELF_REL(ELF::R_MIPS_NONE));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h567 uint8_t Type2 = (Type >> 8) & 0xFF; local
574 Name = getRelocationTypeName(Type2);

Completed in 211 milliseconds