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

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pcrel16abs.s 0 SEGMENT_SIZE = 0x10000
6 jmp SEGMENT_SIZE-(0x1f00 +0xf0 +RVECTOR)
  /toolchain/binutils/binutils-2.27/ld/emulparams/
m68kaux.sh 3 SEGMENT_SIZE=0x40000
5 TEXT_START_ADDR="$SEGMENT_SIZE + SIZEOF_HEADERS"
7 DATA_ALIGNMENT_="(. & (-$SEGMENT_SIZE | $TARGET_PAGE_SIZE-1)) + $SEGMENT_SIZE"
i386msdos.sh 4 SEGMENT_SIZE=0x10
m68kaout.sh 5 SEGMENT_SIZE=0x20000
i386go32.sh 8 SEGMENT_SIZE=0x200
i386mach.sh 7 SEGMENT_SIZE=0x1000
vsta.sh 5 SEGMENT_SIZE=0x400000
sun3.sh 8 SEGMENT_SIZE=0x20000
  /toolchain/binutils/binutils-2.27/include/aout/
host.h 22 It is up to you to define SEGMENT_SIZE on machines not listed here. */
23 #ifndef SEGMENT_SIZE
26 #define SEGMENT_SIZE page_size
30 #define SEGMENT_SIZE 0x1000
34 #define SEGMENT_SIZE 0x20000
39 #define SEGMENT_SIZE TARGET_PAGE_SIZE
42 #endif /*!defined(SEGMENT_SIZE)*/
  /external/pdfium/core/fpdfapi/parser/
cpdf_read_validator.cpp 100 FX_SAFE_SIZE_T segment_size = end_segment_offset; local
101 segment_size -= start_segment_offset;
102 if (!segment_size.IsValid()) {
106 hints_->AddSegment(start_segment_offset, segment_size.ValueOrDie());
141 FX_SAFE_SIZE_T segment_size = end_segment_offset; local
142 segment_size -= offset;
143 if (!segment_size.IsValid()) {
148 if (IsDataRangeAvailable(offset, segment_size.ValueOrDie()))
151 ScheduleDownload(offset, segment_size.ValueOrDie());
  /external/valgrind/memcheck/tests/solaris/
shmat.c 6 #define SEGMENT_SIZE 167
10 int shmid = shmget(IPC_PRIVATE, SEGMENT_SIZE, IPC_CREAT | SHM_R | SHM_W);
  /toolchain/binutils/binutils-2.27/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);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/linux/
a.out.h 116 #define SEGMENT_SIZE page_size
119 #define SEGMENT_SIZE 0x2000
122 #define SEGMENT_SIZE 0x20000
126 #define SEGMENT_SIZE PAGE_SIZE
132 #define SEGMENT_SIZE 1024
134 #ifndef SEGMENT_SIZE
135 #define SEGMENT_SIZE PAGE_SIZE
140 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/linux/
a.out.h 116 #define SEGMENT_SIZE page_size
119 #define SEGMENT_SIZE 0x2000
122 #define SEGMENT_SIZE 0x20000
126 #define SEGMENT_SIZE PAGE_SIZE
132 #define SEGMENT_SIZE 1024
134 #ifndef SEGMENT_SIZE
135 #define SEGMENT_SIZE PAGE_SIZE
140 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit.c 33 #define SEGMENT_SIZE 1024
48 ushort segment_size; member in struct:vsplit_frontend
51 unsigned fetch_elts[SEGMENT_SIZE];
52 ushort draw_elts[SEGMENT_SIZE];
53 ushort identity_draw_elts[SEGMENT_SIZE];
102 assert(vsplit->cache.num_fetch_elts < vsplit->segment_size);
230 vsplit->segment_size = MIN2(SEGMENT_SIZE, vsplit->max_vertices);
265 for (i = 0; i < SEGMENT_SIZE; i++)
draw_pt_vsplit_tmp.h 71 if (icount > vsplit->segment_size)
143 assert(icount + !!close <= vsplit->segment_size);
212 const unsigned max_count_simple = vsplit->segment_size; \
213 const unsigned max_count_loop = vsplit->segment_size - 1; \
214 const unsigned max_count_fan = vsplit->segment_size;
236 assert(icount + !!close_loop <= vsplit->segment_size);
261 assert(icount <= vsplit->segment_size);
281 const unsigned max_count_loop = vsplit->segment_size - 1; \
282 const unsigned max_count_fan = vsplit->segment_size;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
a.out.h 116 Note that it is up to you to define SEGMENT_SIZE
119 #define SEGMENT_SIZE page_size
122 #define SEGMENT_SIZE 0x2000
125 #define SEGMENT_SIZE 0x20000
129 #define SEGMENT_SIZE PAGE_SIZE
135 #define SEGMENT_SIZE 1024
137 #ifndef SEGMENT_SIZE
138 #define SEGMENT_SIZE getpagesize()
143 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /toolchain/binutils/binutils-2.27/ld/scripttempl/
i386go32.sc 44 ${RELOCATING+. = ALIGN(${SEGMENT_SIZE});}
66 ${RELOCATING+. = ALIGN(${SEGMENT_SIZE});}
75 ${RELOCATING+ . = ALIGN(${SEGMENT_SIZE});}
  /bionic/libc/kernel/uapi/linux/
a.out.h 92 #define SEGMENT_SIZE 1024
94 #ifndef SEGMENT_SIZE
95 #define SEGMENT_SIZE getpagesize()
98 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /external/libtextclassifier/util/memory/
mmap.cc 82 return MmapFile(fd, /*segment_offset=*/0, /*segment_size=*/sb.st_size);
85 MmapHandle MmapFile(int fd, int64 segment_offset, int64 segment_size) {
89 const int64 aligned_length = segment_size + alignment_shift;
119 segment_size, /*unmap_addr=*/mmap_addr);
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/linux/
a.out.h 118 #define SEGMENT_SIZE page_size
121 #define SEGMENT_SIZE 0x2000
125 #define SEGMENT_SIZE 0x20000
130 #define SEGMENT_SIZE PAGE_SIZE
136 #define SEGMENT_SIZE 1024
139 #ifndef SEGMENT_SIZE
140 #define SEGMENT_SIZE getpagesize()
145 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/linux/
a.out.h 118 #define SEGMENT_SIZE page_size
121 #define SEGMENT_SIZE 0x2000
125 #define SEGMENT_SIZE 0x20000
130 #define SEGMENT_SIZE PAGE_SIZE
136 #define SEGMENT_SIZE 1024
139 #ifndef SEGMENT_SIZE
140 #define SEGMENT_SIZE getpagesize()
145 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include-fixed/linux/
a.out.h 118 #define SEGMENT_SIZE page_size
121 #define SEGMENT_SIZE 0x2000
125 #define SEGMENT_SIZE 0x20000
130 #define SEGMENT_SIZE PAGE_SIZE
136 #define SEGMENT_SIZE 1024
139 #ifndef SEGMENT_SIZE
140 #define SEGMENT_SIZE getpagesize()
145 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/linux/
a.out.h 118 #define SEGMENT_SIZE page_size
121 #define SEGMENT_SIZE 0x2000
125 #define SEGMENT_SIZE 0x20000
130 #define SEGMENT_SIZE PAGE_SIZE
136 #define SEGMENT_SIZE 1024
139 #ifndef SEGMENT_SIZE
140 #define SEGMENT_SIZE getpagesize()
145 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)

Completed in 460 milliseconds

1 2 3 4 5 6