Home
last modified time | relevance | path

Searched refs:r_type (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachORelocation.h30 uint8_t r_type; // if not 0, machine-specific relocation type. member in llvm::MachORelocation
38 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF); in getPackedFields()
41 (r_extern << 4) | (r_type & 15); in getPackedFields()
50 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {} in MachORelocation()
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.h190 int r_type; /* must be one of the #defines above */ member
H A Ddoio.c983 switch (ioreq.r_type) { in doio()
1047 ioreq.r_type); in doio()
1058 ioreq.r_type); in doio()
1297 switch (ioreq->r_type) { in format_rw()
1383 switch (ioreq->r_type) { in format_sds()
1501 switch (req->r_type) { in do_read()
1764 wrec.w_async = (req->r_type == WRITEA) ? 1 : 0; in do_write()
1788 switch (req->r_type) { in do_write()
2354 if (req->r_type == SSWRITE) { in do_ssdio()
2390 if (v_opt && req->r_type in do_ssdio()
[all...]
H A Diogen.c596 req->r_type = sc->m_value; in form_iorequest()
/third_party/mesa3d/src/amd/common/
H A Dac_rtld.c654 unsigned r_type = ELF64_R_TYPE(rel->r_info); in apply_relocs() local
681 switch (r_type) { in apply_relocs()
695 report_errorf("unsupported r_type == %u", r_type); in apply_relocs()
701 switch (r_type) { in apply_relocs()
727 unreachable("bad r_type"); in apply_relocs()
/third_party/tzdata/
H A Dlocaltime.c140 enum r_type { enum
147 enum r_type r_type; /* type of rule */ member
951 rulep->r_type = JULIAN_DAY; in getrule()
958 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getrule()
975 rulep->r_type = DAY_OF_YEAR; in getrule()
1005 switch (rulep->r_type) { in transtime()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp277 uint32_t r_type = Type & 0xff; in resolveMIPSN64Relocation() local
283 uint32_t RelType = r_type; in resolveMIPSN64Relocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp35 switch (RI.r_type) { in getRelocationKind()
89 ", kind=" + formatv("{0:x1}", RI.r_type) + in getRelocationKind()
H A DMachO_x86_64.cpp34 switch (RI.r_type) { in getRelocationKind()
92 ", kind=" + formatv("{0:x1}", RI.r_type) + in getRelocationKind()
/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c120 int r_type; /* type of rule--see below */ member
788 rulep->r_type = JULIAN_DAY; in getrule()
795 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getrule()
812 rulep->r_type = DAY_OF_YEAR; in getrule()
843 switch (rulep->r_type) { in transtime()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c118 int r_type; /* type of rule--see below */ member
786 rulep->r_type = JULIAN_DAY; in getrule()
793 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getrule()
810 rulep->r_type = DAY_OF_YEAR; in getrule()
841 switch (rulep->r_type) { in transtime()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1359 uint32_t r_type = RelType & 0xff; in processRelocationRef() local
1361 if (r_type == ELF::R_MIPS_CALL16 || r_type == ELF::R_MIPS_GOT_PAGE in processRelocationRef()
1362 || r_type == ELF::R_MIPS_GOT_DISP) { in processRelocationRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h393 // Constant values for the r_type field in an
403 // Constant values for the r_type field in a PowerPC architecture
423 // Constant values for the r_type field in an ARM architecture
437 // Constant values for the r_type field in an ARM64 architecture
464 // Constant values for the r_type field in an x86_64 architecture
952 uint32_t r_type : 4, r_extern : 1, r_length : 2, r_pcrel : 1, member
956 r_type : 4; member
962 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member
965 uint32_t r_address : 24, r_type : 4, r_length : 2, r_pcrel : 1,
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc10991 Dwarf_Die l_type, r_type;
10993 bool r_type_is_void = !die_die_attribute(r, DW_AT_type, r_type);
10999 compare_dies(rdr, &l_type, &r_type,
11023 Dwarf_Die l_type, r_type;
11025 ABG_ASSERT(die_die_attribute(r, DW_AT_type, r_type));
11027 compare_dies(rdr, &l_type, &r_type,
11039 Dwarf_Die l_type, r_type;
11041 ABG_ASSERT(die_die_attribute(r, DW_AT_type, r_type));
11042 result = compare_dies(rdr, &l_type, &r_type,
11074 Dwarf_Die l_type, r_type;
[all...]
H A Dabg-ir.cc20916 type_base_sptr r_type = peel_typedef_type(r.get_type()); in equals() local
20917 if (l_type != r_type) in equals()
20922 if (!types_have_similar_structure(l_type, r_type)) in equals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h396 // Constant values for the r_type field in an
406 // Constant values for the r_type field in a PowerPC architecture
426 // Constant values for the r_type field in an ARM architecture
440 // Constant values for the r_type field in an ARM64 architecture
467 // Constant values for the r_type field in an x86_64 architecture
920 r_type:4; member
928 r_type:4, member
932 r_type:4,

Completed in 73 milliseconds