/external/llvm/test/tools/llvm-objdump/ |
D | hex-relocation-addr.test | 7 CHECK-NEXT: 8 IMAGE_REL_AMD64_ADDR32NB .xdata 10 CHECK-NEXT: 14 IMAGE_REL_AMD64_ADDR32NB .xdata 13 CHECK-NEXT: 20 IMAGE_REL_AMD64_ADDR32NB .xdata 16 CHECK-NEXT: 2c IMAGE_REL_AMD64_ADDR32NB .xdata
|
D | win64-unwind-data.test | 11 OBJ-NEXT: Unwind Info Address: .xdata 28 OBJ-NEXT: Unwind Info Address: .xdata + 0x001c 37 OBJ-NEXT: Unwind Info Address: .xdata + 0x002c 46 OBJ-NEXT: Unwind Info Address: .xdata + 0x0034
|
/external/libmicrohttpd/src/microhttpd/ |
D | test_postprocessor.c | 164 char xdata[size + 3]; in test_multipart_garbage() local 167 xdata[0] = '-'; in test_multipart_garbage() 168 xdata[1] = 'x'; in test_multipart_garbage() 169 xdata[2] = '\r'; in test_multipart_garbage() 170 memcpy (&xdata[3], FORM_DATA, size); in test_multipart_garbage() 186 MHD_post_process (pp, xdata, splitpoint); in test_multipart_garbage() 187 MHD_post_process (pp, &xdata[splitpoint], size - splitpoint); in test_multipart_garbage()
|
/external/llvm/test/MC/COFF/ |
D | seh-section-2.s | 3 # This assembly should make an object with two .text sections, two .xdata 65 # CHECK: Name: .xdata 67 # CHECK: Section: .xdata (5) 101 # CHECK: Name: .xdata 103 # CHECK: Section: .xdata (7)
|
/external/iputils/ninfod/ |
D | ni_ifaddrs.c | 354 void *data = NULL, *xdata = NULL; in ni_ifaddrs() local 377 xdata = data + dlen; in ni_ifaddrs() 378 ifflist = xdata + xlen; in ni_ifaddrs() 477 memcpy(xdata, rtadata, rtapayload); in ni_ifaddrs() 478 ifa->ifa_cacheinfo = xdata; in ni_ifaddrs() 479 xdata += NLMSG_ALIGN(rtapayload); in ni_ifaddrs()
|
/external/libmtp/src/ |
D | ptp-pack.c | 1965 unsigned char *xdata = &curdata[PTP_ece_Prop_Desc_Data]; in ptp_unpack_CANON_changes() local 1990 ptp_debug (params, " %d: %02x", j, xdata[j]); in ptp_unpack_CANON_changes() 2013 ptp_unpack_EOS_ImageFormat( params, &xdata ); in ptp_unpack_CANON_changes() 2026 dpd->FORM.Enum.SupportedValue[j].TYPE = CONV(xdata); \ in ptp_unpack_CANON_changes() 2027 ptp_debug (params, "event %d: suppval[%d] of %x is 0x%x.", i, j, proptype, CONV(xdata)); \ in ptp_unpack_CANON_changes() 2028 xdata += 4; /* might only be for propxtype 3 */ \ in ptp_unpack_CANON_changes() 2041 …e 0x%04x of %x unhandled, size %d, raw values:", i, dpd->DataType, proptype, dtoh32a(xdata), size); in ptp_unpack_CANON_changes() 2042 for (j=0;j<(size-PTP_ece_Prop_Desc_Data)/4;j++, xdata+=4) /* 4 is good for propxtype 3 */ in ptp_unpack_CANON_changes() 2043 ptp_debug (params, " %3d: 0x%8x", j, dtoh32a(xdata)); in ptp_unpack_CANON_changes() 2053 unsigned char *xdata = &curdata[PTP_ece_Prop_Val_Data]; in ptp_unpack_CANON_changes() local [all …]
|
D | ptp.c | 2450 unsigned char *data, *xdata; in ptp_canon_eos_getobjectinfoex() local 2477 xdata = data+sizeof(uint32_t); in ptp_canon_eos_getobjectinfoex() 2479 if ((dtoh32a(xdata) + (xdata-data)) > size) { in ptp_canon_eos_getobjectinfoex() 2487 ptp_unpack_Canon_EOS_FE (params, &xdata[4], &((*entries)[i])); in ptp_canon_eos_getobjectinfoex() 2488 xdata += dtoh32a(xdata); in ptp_canon_eos_getobjectinfoex() 2884 unsigned char *xdata = NULL; in ptp_sony_get_vendorpropcodes() local 2891 CHECK_PTP_RC(ptp_transaction(params, &ptp, PTP_DP_GETDATA, 0, &xdata, &xsize)); in ptp_sony_get_vendorpropcodes() 2897 psize1 = ptp_unpack_uint16_t_array (params, xdata+2, 0, xsize, &props1); in ptp_sony_get_vendorpropcodes() 2900 psize2 = ptp_unpack_uint16_t_array(params,xdata+2+psize1*2+4, 0, xsize, &props2); in ptp_sony_get_vendorpropcodes() 2907 free (xdata); in ptp_sony_get_vendorpropcodes() [all …]
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 438 uch *xdata; in rpng_x_create_window() local 652 xdata = (uch *)malloc(4*image_width*image_height); in rpng_x_create_window() 655 xdata = (uch *)malloc(2*image_width*image_height); in rpng_x_create_window() 658 xdata = (uch *)malloc(image_width*image_height); in rpng_x_create_window() 662 if (!xdata) { in rpng_x_create_window() 668 (char *)xdata, image_width, image_height, pad, 0); in rpng_x_create_window() 672 free(xdata); in rpng_x_create_window()
|
D | rpng2-x.c | 843 uch *xdata; in rpng2_x_create_window() local 1006 xdata = (uch *)malloc(4*rpng2_info.width*rpng2_info.height); in rpng2_x_create_window() 1009 xdata = (uch *)malloc(2*rpng2_info.width*rpng2_info.height); in rpng2_x_create_window() 1012 xdata = (uch *)malloc(rpng2_info.width*rpng2_info.height); in rpng2_x_create_window() 1016 if (!xdata) { in rpng2_x_create_window() 1022 (char *)xdata, rpng2_info.width, rpng2_info.height, pad, 0); in rpng2_x_create_window() 1026 free(xdata); in rpng2_x_create_window()
|
/external/icu/icu4c/source/common/unicode/ |
D | stringpiece.h | 143 void set(const char* xdata, int32_t len) { ptr_ = xdata; length_ = len; } in set() argument
|
/external/llvm/test/Object/ |
D | coff-archive.test | 156 CHECKIDX: 00000000 r .xdata$x 157 CHECKIDX: 00000000 r .xdata$x 158 CHECKIDX: 00000000 r .xdata$x 159 CHECKIDX: 00000000 r .xdata$x 160 CHECKIDX: 00000000 r .xdata$x 161 CHECKIDX: 00000000 r .xdata$x 162 CHECKIDX: 00000000 r .xdata$x
|
/external/llvm/test/CodeGen/X86/ |
D | win32-eh.ll | 48 ; CHECK: .section .xdata,"dr" 87 ; CHECK: .section .xdata,"dr" 133 ; CHECK: .section .xdata,"dr" 173 ; CHECK: .section .xdata,"dr"
|
D | tail-merge-wineh.ll | 41 …criptor2* @"\01??_R0H@8" to i8*), i32 0, i32 -1, i32 0, i32 4, i8* null }, section ".xdata", comdat 42 … { i32 1, [1 x %eh.CatchableType*] [%eh.CatchableType* @"_CT??_R0H@84"] }, section ".xdata", comdat 43 … null, i8* null, i8* bitcast (%eh.CatchableTypeArray.1* @_CTA1H to i8*) }, section ".xdata", comdat
|
D | wineh-coreclr.ll | 149 ; Now check for EH table in xdata (following standard xdata) 150 ; CHECK-LABEL: .section .xdata 151 ; standard xdata comes here 326 ; Now check for EH table in xdata (following standard xdata) 327 ; CHECK-LABEL: .section .xdata 328 ; standard xdata comes here 531 ; Now check for EH table in xdata (following standard xdata) 532 ; CHECK-LABEL: .section .xdata 533 ; standard xdata comes here
|
D | seh-finally.ll | 50 ; X86: .section .xdata,"dr"
|
D | seh-stack-realign.ll | 75 ; CHECK: .section .xdata,"dr"
|
D | seh-catch-all-win32.ll | 82 ; CHECK: .section .xdata,"dr"
|
/external/llvm/test/Transforms/LCSSA/ |
D | mixed-catch.ll | 90 … (i8* @__ImageBase to i64)) to i32), i32 0, i32 -1, i32 0, i32 4, i32 0 }, section ".xdata", comdat 91 …_CT??_R0H@84" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32)] }, section ".xdata", comdat 92 …ray.1* @_CTA1H to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32) }, section ".xdata", comdat
|
/external/clang/tools/libclang/ |
D | CXCursor.cpp | 991 if (cursor.xdata != -1) in getSelectorIdentifierIndexAndLoc() 992 return std::make_pair(cursor.xdata, in getSelectorIdentifierIndexAndLoc() 994 ->getSelectorLoc(cursor.xdata)); in getSelectorIdentifierIndexAndLoc() 997 if (cursor.xdata != -1) in getSelectorIdentifierIndexAndLoc() 998 return std::make_pair(cursor.xdata, in getSelectorIdentifierIndexAndLoc() 1000 ->getSelectorLoc(cursor.xdata)); in getSelectorIdentifierIndexAndLoc() 1013 newCursor.xdata = -1; in getSelectorIdentifierCursor() 1015 newCursor.xdata = SelIdx; in getSelectorIdentifierCursor() 1021 newCursor.xdata = -1; in getSelectorIdentifierCursor() 1023 newCursor.xdata = SelIdx; in getSelectorIdentifierCursor() [all …]
|
D | CXCursor.h | 276 newCursor.xdata = 1; in getTypeRefedCallExprCursor()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | CMakeLists.txt | 5 # method needs .text, .pdata, .xdata, and .debug sections, adding to the
|
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/ |
D | directive_seh.s | 12 # CHECK-NOT: .section{{.*}}.xdata
|
/external/llvm/test/MC/AsmParser/ |
D | directive_seh.s | 36 # CHECK-NOT: .section{{.*}}.xdata
|
/external/llvm/test/CodeGen/WinEH/ |
D | wineh-statenumbering.ll | 21 …criptor2* @"\01??_R0H@8" to i8*), i32 0, i32 -1, i32 0, i32 4, i8* null }, section ".xdata", comdat 22 … { i32 1, [1 x %eh.CatchableType*] [%eh.CatchableType* @"_CT??_R0H@84"] }, section ".xdata", comdat 23 … null, i8* null, i8* bitcast (%eh.CatchableTypeArray.1* @_CTA1H to i8*) }, section ".xdata", comdat
|
/external/eigen/bench/btl/data/ |
D | gnuplot_common_settings.hh | 6 set xdata
|