Searched refs:descriptor (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind-EHABI.cpp | 86 const char* descriptor = descriptorStart; in ProcessDescriptors() local 88 getNextWord(descriptor, &descriptorWord); in ProcessDescriptors() 95 descriptor = getNextWord(descriptor, &length); in ProcessDescriptors() 96 descriptor = getNextWord(descriptor, &offset); in ProcessDescriptors() 98 descriptor = getNextNibble(descriptor, &length); in ProcessDescriptors() 99 descriptor = getNextNibble(descriptor, &offset); in ProcessDescriptors() 129 descriptor = getNextWord(descriptor, &landing_pad); in ProcessDescriptors() 158 getNextWord(descriptor, &descriptorWord); in ProcessDescriptors()
|
/ndk/sources/host-tools/make-3.81/ |
D | getloadavg.c | 831 } descriptor; in getloadavg() local 839 descriptor.dsc$w_length = 18; in getloadavg() 840 descriptor.dsc$a_pointer = "$$VMS_LOAD_AVERAGE"; in getloadavg() 842 $DESCRIPTOR (descriptor, "LAV0:"); in getloadavg() 844 if (sys$assign (&descriptor, &channel, 0, 0) & 1) in getloadavg()
|
D | vmsfunctions.c | 153 static struct dsc$descriptor FibDesc = in vms_stat() 246 static struct dsc$descriptor date_str = in cvt_time()
|
D | ChangeLog | 323 file descriptor instead. New arg FD allows to return the file 324 descriptor. 2471 the way in which we manage the file descriptor/signal handler race
|
D | configure | 7730 before it execs or exits, this munges the parent's descriptor
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | ChangeLog | 539 (set_more_defaults): Set up the file descriptor to capture
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 7729 from child file descriptors. If the child closes a descriptor 7730 before it execs or exits, this munges the parent's descriptor 7749 /* Did the file descriptor bug occur? */
|