HomeSort by relevance Sort by last modified time
    Searched refs:segment_size (Results 1 - 25 of 32) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gold/testsuite/
script_test_3.sh 76 segment_size=`echo "$segment" | awk '{ print $5; }'`
78 # Now $section_size looks like 000013 and $segment_size looks like
81 segment_size=`echo "$segment_size" | sed -e 's/^0x//' -e 's/^0*//'`
83 if test "$section_size" != "$segment_size"; then
84 echo ".interp size $section_size != PT_INTERP size $segment_size"
  /external/google-breakpad/src/common/linux/
elfutils.cc 82 size_t *segment_size) {
88 assert(segment_size);
101 *segment_size = phdrs[i].p_filesz;
161 size_t *segment_size,
165 assert(segment_size);
168 *segment_size = 0;
183 segment_start, segment_size);
187 segment_start, segment_size);
elfutils.h 99 // and |*segment_size| to the size of the segment's data. If |elfclass|
104 size_t *segment_size,
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit_tmp.h 66 if (icount > vsplit->segment_size)
134 assert(icount + !!close <= vsplit->segment_size);
221 const unsigned max_count_simple = vsplit->segment_size; \
222 const unsigned max_count_loop = vsplit->segment_size - 1; \
223 const unsigned max_count_fan = vsplit->segment_size;
245 assert(icount + !!close_loop <= vsplit->segment_size);
267 assert(icount <= vsplit->segment_size);
287 const unsigned max_count_loop = vsplit->segment_size - 1; \
288 const unsigned max_count_fan = vsplit->segment_size;
draw_pt_vsplit.c 34 #define SEGMENT_SIZE 1024
46 ushort segment_size; member in struct:vsplit_frontend
49 unsigned fetch_elts[SEGMENT_SIZE];
50 ushort draw_elts[SEGMENT_SIZE];
51 ushort identity_draw_elts[SEGMENT_SIZE];
101 assert(vsplit->cache.num_fetch_elts < vsplit->segment_size);
177 vsplit->segment_size = MIN2(SEGMENT_SIZE, vsplit->max_vertices);
212 for (i = 0; i < SEGMENT_SIZE; i++)
  /external/elfutils/libdw/
dwarf_next_cfi.c 138 uint_fast8_t segment_size = 0; local
152 segment_size = *bytes++;
155 if (unlikely (segment_size != 0))
dwarf_getaranges.c 156 unsigned int segment_size = *readp++; local
157 if (segment_size != 0)
  /toolchain/binutils/binutils-2.25/bfd/
sparclynx.c 199 adata (abfd).segment_size = 0x2000;
204 adata (abfd).segment_size = 0x20000;
aout-cris.c 43 #define SEGMENT_SIZE 2
56 #define TARGET_PAGE_SIZE SEGMENT_SIZE
277 adata (abfd).segment_size = SEGMENT_SIZE;
i386os9k.c 110 adata (abfd).segment_size = 1;/* Not applicable. */
aout-adobe.c 187 adata (abfd).segment_size = 1; /* Not applicable. */
255 adata (abfd).segment_size = 1; /* Not applicable. */
aoutf1.h 722 adata (abfd).segment_size = 0x2000;
727 adata (abfd).segment_size = 0x20000;
aout-tic30.c 26 #define SEGMENT_SIZE TARGET_PAGE_SIZE
94 #ifdef SEGMENT_SIZE
95 adata (abfd).segment_size = SEGMENT_SIZE;
97 adata (abfd).segment_size = TARGET_PAGE_SIZE;
739 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size);
    [all...]
aout-target.h 26 #ifndef SEGMENT_SIZE
27 #define SEGMENT_SIZE TARGET_PAGE_SIZE
253 adata(abfd).segment_size = SEGMENT_SIZE;
  /external/vboot_reference/futility/
kernel_blob.h 32 uint64_t segment_size; member in struct:linux_kernel_e820entry
vb1_helper.c 197 params->e820_entries[0].segment_size = 0x00001000;
200 params->e820_entries[1].segment_size = 0x00001000;
  /external/libunwind/src/dwarf/
Gfde.c 149 uint8_t segment_size; local
150 if ((ret = dwarf_readu8(as, a, &addr, &segment_size, arg)) < 0) {
154 if (segment_size != 0) {
  /toolchain/binutils/binutils-2.25/gold/
gold.cc 579 uint64_t segment_size = 0; local
588 segment_size += os->current_data_size();
595 segment_size += os->current_data_size();
598 // Should we inflate the value of segment_size to account for relaxation?
601 if (segment_size >= target->max_pie_data_segment_size())
606 segment_size,
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.cc 152 size_t segment_size; local
155 &segment_start, &segment_size, &elf_class)) {
169 size_t dcount = segment_size / sizeof(ElfW(Dyn));
  /external/opencv3/3rdparty/libwebp/webp/
encode.h 186 int segment_size[4]; // number of macroblocks in each segments member in struct:WebPAuxStats
  /external/webp/include/webp/
encode.h 210 int segment_size[4]; // number of macroblocks in each segments member in struct:WebPAuxStats
  /external/webp/src/webp/
encode.h 210 int segment_size[4]; // number of macroblocks in each segments member in struct:WebPAuxStats
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 2387 const int64 segment_size = writer->Position() - payload_pos_; local
2451 const int64 segment_size = MaxOffset(); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 2215 const int64 segment_size = writer->Position() - payload_pos_; local
2281 const int64 segment_size = MaxOffset(); local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 5475 unsigned char segment_size; member in struct:Frame_Chunk
    [all...]

Completed in 2120 milliseconds

1 2