| /src/external/gpl3/gdb.old/dist/gdb/arch/ |
| i386.h | 25 bool segments);
|
| amd64.h | 25 bool is_linux, bool segments);
|
| amd64.c | 27 #include "../features/i386/64bit-segments.c" 35 descriptions for Linux. If SEGMENTS is true, then include 36 the "org.gnu.gdb.i386.segments" feature registers. */ 40 bool segments) 62 if (segments)
|
| i386.c | 29 #include "../features/i386/32bit-segments.c" 35 i386_create_target_description (uint64_t xcr0, bool is_linux, bool segments) 56 if (segments)
|
| /src/external/gpl3/gdb/dist/gdb/arch/ |
| i386.h | 25 true, create target descriptions for Linux. If SEGMENTS is true, then 26 include the "org.gnu.gdb.i386.segments" feature registers. */ 30 bool segments);
|
| amd64.h | 26 target descriptions for Linux. If SEGMENTS is true, then include 27 the "org.gnu.gdb.i386.segments" feature registers. */ 31 bool segments);
|
| i386.c | 29 #include "../features/i386/32bit-segments.c" 37 bool segments) 58 if (segments)
|
| amd64.c | 27 #include "../features/i386/64bit-segments.c" 39 bool is_linux, bool segments) 61 if (segments)
|
| /src/lib/libarch/i386/ |
| i386_get_ldt.c | 35 #include <machine/segments.h>
|
| i386_set_ldt.c | 35 #include <machine/segments.h>
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| infoline-reloc-main-from-zero.exp | 33 set ld_flags ldflags=-Wl,--no-warn-rwx-segments
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| infoline-reloc-main-from-zero.exp | 33 set ld_flags ldflags=-Wl,--no-warn-rwx-segments
|
| /src/sys/arch/i386/include/ |
| pcb.h | 77 #include <machine/segments.h>
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| LiveInterval.cpp | 93 if (I == segments().end()) { 116 segments().insert(I, Segment(Def, Def.getDeadSlot(), VNI)); 121 if (segments().empty()) 125 if (I == segments().begin()) 137 if (segments().empty()) 141 if (I == segments().begin()) 156 /// merge and eliminate all segments that this will overlap 159 assert(I != segments().end() && "Not a valid segment!"); 165 for (; MergeTo != segments().end() && NewEnd >= MergeTo->end; ++MergeTo) 172 // have the same value number, merge the two segments into one segment 271 CollectionT &segments() { return impl().segmentsColl(); } function in class:__anon4203::CalcLiveRangeUtilBase [all...] |
| LiveRangeUtils.h | 21 /// corresponding segments of a master live range \p LR to a list of newly 28 // Move segments to new intervals. 36 SplitLRs[eq-1]->segments.push_back(*I); 40 LR.segments.erase(J, E);
|
| /src/lib/libc/net/ |
| rthdr.c | 286 inet6_rth_space(int type, int segments) 290 return (((segments * 2) + 1) << 3); 297 inet6_rth_init(void *bp, socklen_t bp_len, int type, int segments) 309 if (bp_len < inet6_rth_space(IPV6_RTHDR_TYPE_0, segments)) 314 rth0->ip6r0_len = segments * 2; 358 int i, segments; local 373 segments = rth0_in->ip6r0_len / 2; 378 rth0_out->ip6r0_segleft = segments; 381 for (i = 0; i < segments / 2; i++) { 386 (segments - i - 1) [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| write-mo.c | 132 struct pre_segment_pair segments[1]; member in struct:pre_sysdep_string 171 and at the same time, compute the segments of the system dependent 303 pre->segments[i].segptr = str + lastpos; 304 pre->segments[i].segsize = intervals[m][i].startpos - lastpos; 333 pre->segments[i].sysdepref = r; 340 pre->segments[i].segptr = str + lastpos; 341 pre->segments[i].segsize = str_len - lastpos; 342 pre->segments[i].sysdepref = SEGMENTS_END; 456 /* Size of table describing system dependent segments. */ 458 /* Offset of table describing system dependent segments. * [all...] |
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| gmo.h | 95 /* The number of system dependent segments. */ 97 /* Offset of table describing system dependent segments. */ 130 /* Offset of static string segments in file. */ 132 /* Alternating sequence of static and system dependent segments. 140 } segments[1]; member in struct:sysdep_string 143 /* Marker for the end of the segments[] array. This has the value 0xFFFFFFFF,
|
| /src/external/gpl2/texinfo/dist/intl/ |
| gmo.h | 97 /* The number of system dependent segments. */ 99 /* Offset of table describing system dependent segments. */ 132 /* Offset of static string segments in file. */ 134 /* Alternating sequence of static and system dependent segments. 142 } segments[1]; member in struct:sysdep_string 145 /* Marker for the end of the segments[] array. This has the value 0xFFFFFFFF,
|
| /src/external/gpl3/gcc.old/dist/intl/ |
| gmo.h | 94 /* The number of system dependent segments. */ 96 /* Offset of table describing system dependent segments. */ 129 /* Offset of static string segments in file. */ 131 /* Alternating sequence of static and system dependent segments. 139 } segments[1]; member in struct:sysdep_string 142 /* Marker for the end of the segments[] array. This has the value 0xFFFFFFFF,
|
| /src/external/gpl2/lvm2/dist/lib/metadata/ |
| pv_manip.c | 61 dm_list_add(&pv->segments, &peg->list); 237 dm_list_iterate_items(pvseg, &pvl->pv->segments) { 267 dm_list_iterate_items(peg, &pv->segments) { 352 dm_list_iterate_items(peg, &pv->segments) { 367 dm_list_iterate_items_safe(peg, pegt, &pv->segments) { 397 dm_list_add(&pv->segments, &peg->list); 408 * Resize a PV in a VG, adding or removing segments as needed.
|
| /src/sys/arch/i386/pnpbios/ |
| pnpbioscall.S | 32 #include <machine/segments.h>
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| kexec.h | 119 * - The image segments have writeable 1:1 virtual to machine 188 * For KEXEC_TYPE_DEFAULT images, the segments may be anywhere in RAM. 196 * All image segments will be loaded to their destination machine 198 * segments with a source buffer (from dest_maddr + buf_size to 201 * Segments with no source buffer will be accessible to the image when 214 } segments; member in struct:xen_kexec_load
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| LiveInterval.h | 154 /// The Segments are organized in a static single assignment form: At places 200 using Segments = SmallVector<Segment, 2>; 203 Segments segments; // the liveness segments 212 using iterator = Segments::iterator; 213 using const_iterator = Segments::const_iterator; 215 iterator begin() { return segments.begin(); } 216 iterator end() { return segments.end(); } 218 const_iterator begin() const { return segments.begin(); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| solib-target.c | 91 _("Library list with both segments and sections")); 110 _("Library list with both segments and sections")); 337 Could not relocate shared library \"%s\": no segments"), so.so_name.c_str ()); 351 "info sharedlibrary". Report any consecutive segments 354 orig_delta = li->segment_bases[0] - data->segments[0].base; 356 for (i = 1; i < data->segments.size (); i++) 359 remaining segments have the same offset. */ 365 if (li->segment_bases[i] - data->segments[i].base 371 so.addr_high = (data->segments[i - 1].base 372 + data->segments[i - 1].siz [all...] |