HomeSort by: relevance | last modified time | path
    Searched defs:segments (Results 1 - 25 of 35) sorted by relevancy

1 2

  /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/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...]
  /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/gpl3/gdb/dist/gdb/
symfile.h 76 /* A table listing the load segments in a symfile, and which segment
93 /* The segments present in this file. If there are
96 std::vector<segment> segments; member in struct:symfile_segment_data
156 the segments of ABFD. Each segment is a unit of the file
elfread.c 79 /* Locate the segments in ABFD. */
84 Elf_Internal_Phdr *phdrs, **segments; local
99 segments = XALLOCAVEC (Elf_Internal_Phdr *, num_phdrs);
102 segments[num_segments++] = &phdrs[i];
108 data->segments.reserve (num_segments);
111 data->segments.emplace_back (segments[i]->p_vaddr, segments[i]->p_memsz);
128 if (ELF_SECTION_IN_SEGMENT (this_hdr, segments[j]))
136 offsets we apply to the segments. As an exception, do no
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
symfile.h 76 /* A table listing the load segments in a symfile, and which segment
93 /* The segments present in this file. If there are
96 std::vector<segment> segments; member in struct:symfile_segment_data
156 the segments of ABFD. Each segment is a unit of the file
  /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/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sym-file-loader.c 73 struct segment *segments; member in struct:library
197 for (seg = lib->segments; seg != NULL; seg = next_seg)
304 /* Load the program segments. For the sake of simplicity
320 lib->segments = head_seg;
334 if (translate_offset (GET (text, sh_offset), lib->segments, text_addr)
490 struct segment *seg = lib->segments;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sym-file-loader.c 73 struct segment *segments; member in struct:library
197 for (seg = lib->segments; seg != NULL; seg = next_seg)
304 /* Load the program segments. For the sake of simplicity
320 lib->segments = head_seg;
334 if (translate_offset (GET (text, sh_offset), lib->segments, text_addr)
490 struct segment *seg = lib->segments;
  /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/diffutils/dist/lib/
alloca.c 252 long shsize:32; /* Current size of stack (all segments). */
314 long segments; /* Current number of stack segments. */ member in struct:stk_stat
315 long maxs; /* Maximum number of stack segments so far. */
365 /* We want to iterate through all of the segments. The first
384 /* Discard segments that do not contain our argument address. */
398 of all predecessor segments. */
464 a stack overflow. Discard stack segments which do not
  /src/external/gpl2/gmake/dist/
alloca.c 249 long shsize:32; /* Current size of stack (all segments). */
311 long segments; /* Current number of stack segments. */ member in struct:stk_stat
312 long maxs; /* Maximum number of stack segments so far. */
362 /* We want to iterate through all of the segments. The first
381 /* Discard segments that do not contain our argument address. */
395 of all predecessor segments. */
461 a stack overflow. Discard stack segments which do not
  /src/external/gpl2/grep/dist/lib/
alloca.c 251 long shsize:32; /* Current size of stack (all segments). */
313 long segments; /* Current number of stack segments. */ member in struct:stk_stat
314 long maxs; /* Maximum number of stack segments so far. */
364 /* We want to iterate through all of the segments. The first
383 /* Discard segments that do not contain our argument address. */
397 of all predecessor segments. */
463 a stack overflow. Discard stack segments which do not
  /src/external/gpl2/texinfo/dist/lib/
alloca.c 239 long shsize:32; /* Current size of stack (all segments). */
301 long segments; /* Current number of stack segments. */ member in struct:stk_stat
302 long maxs; /* Maximum number of stack segments so far. */
352 /* We want to iterate through all of the segments. The first
371 /* Discard segments that do not contain our argument address. */
385 of all predecessor segments. */
451 a stack overflow. Discard stack segments which do not
  /src/external/gpl2/xcvs/dist/lib/
alloca.c 239 long shsize:32; /* Current size of stack (all segments). */
301 long segments; /* Current number of stack segments. */ member in struct:stk_stat
302 long maxs; /* Maximum number of stack segments so far. */
352 /* We want to iterate through all of the segments. The first
371 /* Discard segments that do not contain our argument address. */
385 of all predecessor segments. */
451 a stack overflow. Discard stack segments which do not
  /src/external/gpl3/binutils/dist/ld/
ldexp.c 48 segment_type *segments; variable
555 for (seg = segments; seg; seg = seg->next)
  /src/external/gpl3/binutils/dist/libiberty/
alloca.c 232 long shsize:32; /* Current size of stack (all segments). */
294 long segments; /* Current number of stack segments. */ member in struct:stk_stat
295 long maxs; /* Maximum number of stack segments so far. */
345 /* We want to iterate through all of the segments. The first
364 /* Discard segments that do not contain our argument address. */
378 of all predecessor segments. */
444 a stack overflow. Discard stack segments which do not
  /src/external/gpl3/binutils.old/dist/ld/
ldexp.c 48 segment_type *segments; variable
555 for (seg = segments; seg; seg = seg->next)
  /src/external/gpl3/binutils.old/dist/libiberty/
alloca.c 232 long shsize:32; /* Current size of stack (all segments). */
294 long segments; /* Current number of stack segments. */ member in struct:stk_stat
295 long maxs; /* Maximum number of stack segments so far. */
345 /* We want to iterate through all of the segments. The first
364 /* Discard segments that do not contain our argument address. */
378 of all predecessor segments. */
444 a stack overflow. Discard stack segments which do not
  /src/external/gpl3/gcc/dist/libiberty/
alloca.c 232 long shsize:32; /* Current size of stack (all segments). */
294 long segments; /* Current number of stack segments. */ member in struct:stk_stat
295 long maxs; /* Maximum number of stack segments so far. */
345 /* We want to iterate through all of the segments. The first
364 /* Discard segments that do not contain our argument address. */
378 of all predecessor segments. */
444 a stack overflow. Discard stack segments which do not
  /src/external/gpl3/gcc.old/dist/libiberty/
alloca.c 232 long shsize:32; /* Current size of stack (all segments). */
294 long segments; /* Current number of stack segments. */ member in struct:stk_stat
295 long maxs; /* Maximum number of stack segments so far. */
345 /* We want to iterate through all of the segments. The first
364 /* Discard segments that do not contain our argument address. */
378 of all predecessor segments. */
444 a stack overflow. Discard stack segments which do not
  /src/external/gpl3/gdb/dist/libiberty/
alloca.c 232 long shsize:32; /* Current size of stack (all segments). */
294 long segments; /* Current number of stack segments. */ member in struct:stk_stat
295 long maxs; /* Maximum number of stack segments so far. */
345 /* We want to iterate through all of the segments. The first
364 /* Discard segments that do not contain our argument address. */
378 of all predecessor segments. */
444 a stack overflow. Discard stack segments which do not
  /src/external/gpl3/gdb.old/dist/libiberty/
alloca.c 232 long shsize:32; /* Current size of stack (all segments). */
294 long segments; /* Current number of stack segments. */ member in struct:stk_stat
295 long maxs; /* Maximum number of stack segments so far. */
345 /* We want to iterate through all of the segments. The first
364 /* Discard segments that do not contain our argument address. */
378 of all predecessor segments. */
444 a stack overflow. Discard stack segments which do not

Completed in 56 milliseconds

1 2